././@PaxHeader 0000000 0000000 0000000 00000000034 00000000000 010212 x ustar 00 28 mtime=1701984639.4029934
reprozip-1.3/ 0000775 0001750 0001750 00000000000 14534434577 012641 5 ustar 00remram remram ././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1642103173.0
reprozip-1.3/LICENSE.txt 0000644 0001750 0001750 00000002741 14170100605 014440 0 ustar 00remram remram Copyright (C) 2014, New York University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1519237331.0
reprozip-1.3/MANIFEST.in 0000664 0001750 0001750 00000000064 13243334323 014357 0 ustar 00remram remram include README.rst
include LICENSE.txt
graft native
././@PaxHeader 0000000 0000000 0000000 00000000034 00000000000 010212 x ustar 00 28 mtime=1701984639.3989933
reprozip-1.3/PKG-INFO 0000644 0001750 0001750 00000005376 14534434577 013747 0 ustar 00remram remram Metadata-Version: 2.1
Name: reprozip
Version: 1.3
Summary: Linux tool enabling reproducible experiments (packer)
Home-page: https://www.reprozip.org/
Author: Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire
Author-email: reprozip@nyu.edu
Maintainer: Remi Rampin
Maintainer-email: remi@rampin.org
License: BSD-3-Clause
Project-URL: Documentation, https://docs.reprozip.org/
Project-URL: Examples, https://examples.reprozip.org/
Project-URL: Source, https://github.com/VIDA-NYU/reprozip
Project-URL: Bug Tracker, https://github.com/VIDA-NYU/reprozip/issues
Project-URL: Chat, https://riot.im/app/#/room/#reprozip:matrix.org
Project-URL: Changelog, https://github.com/VIDA-NYU/reprozip/blob/1.x/CHANGELOG.md
Keywords: reprozip,reprounzip,reproducibility,provenance,vida,nyu
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Archiving
License-File: LICENSE.txt
Requires-Dist: PyYAML
Requires-Dist: rpaths>=0.8
Requires-Dist: usagestats>=0.3
Requires-Dist: requests
Requires-Dist: distro
ReproZip project
================
`ReproZip `__ is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. It tracks operating system calls and creates a bundle that contains all the binaries, files and dependencies required to run a given command on the author's computational environment (packing step). A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step).
reprozip
--------
This is the component responsible for the packing step on Linux distributions.
Please refer to `reprounzip `_, `reprounzip-vagrant `_, and `reprounzip-docker `_ for other components and plugins.
Additional Information
----------------------
For more detailed information, please refer to our `website `_, as well as to our `documentation `_.
ReproZip is currently being developed at `NYU `_. The team includes:
* `Fernando Chirigati `_
* `Juliana Freire `_
* `Remi Rampin `_
* `Dennis Shasha `_
* `Vicky Rampin `_
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1682655966.0
reprozip-1.3/README.rst 0000664 0001750 0001750 00000002653 14422645336 014327 0 ustar 00remram remram ReproZip project
================
`ReproZip `__ is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. It tracks operating system calls and creates a bundle that contains all the binaries, files and dependencies required to run a given command on the author's computational environment (packing step). A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step).
reprozip
--------
This is the component responsible for the packing step on Linux distributions.
Please refer to `reprounzip `_, `reprounzip-vagrant `_, and `reprounzip-docker `_ for other components and plugins.
Additional Information
----------------------
For more detailed information, please refer to our `website `_, as well as to our `documentation `_.
ReproZip is currently being developed at `NYU `_. The team includes:
* `Fernando Chirigati `_
* `Juliana Freire `_
* `Remi Rampin `_
* `Dennis Shasha `_
* `Vicky Rampin `_
././@PaxHeader 0000000 0000000 0000000 00000000034 00000000000 010212 x ustar 00 28 mtime=1701984639.3989933
reprozip-1.3/native/ 0000775 0001750 0001750 00000000000 14534434577 014127 5 ustar 00remram remram ././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1667015164.0
reprozip-1.3/native/config.h 0000664 0001750 0001750 00000001107 14327120774 015533 0 ustar 00remram remram #ifndef CONFIG_H
#define CONFIG_H
#define WORD_SIZE sizeof(int)
#if !defined(X86) && !defined(X86_64)
# if defined(__x86_64__) || defined(__x86_64)
# define X86_64
# elif defined(__i386__) || defined(__i386) || defined(_M_I86) || defined(_M_IX86)
# define I386
# else
# error Unrecognized architecture!
# endif
#endif
/* Static assertion trick */
#define STATIC_ASSERT(name, condition) \
enum { name = 1/(!!( \
condition \
)) }
STATIC_ASSERT(ASSERT_POINTER_FITS_IN_LONG_INT,
sizeof(long int) >= sizeof(void*));
#endif
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1696001612.0
reprozip-1.3/native/database.c 0000664 0001750 0001750 00000026522 14505567114 016036 0 ustar 00remram remram #include
#include
#include
#include
#include
#include
#include
#include "database.h"
#include "log.h"
#define count(x) (sizeof((x))/sizeof(*(x)))
#define check(r) if((r) != SQLITE_OK) { goto sqlerror; }
static sqlite3_uint64 gettime(void)
{
sqlite3_uint64 timestamp;
struct timespec now;
if(clock_gettime(CLOCK_MONOTONIC, &now) == -1)
{
/* LCOV_EXCL_START : clock_gettime() is unlikely to fail */
log_critical(0, "getting time failed (clock_gettime): %s",
strerror(errno));
exit(125);
/* LCOV_EXCL_STOP */
}
timestamp = now.tv_sec;
timestamp *= 1000000000;
timestamp += now.tv_nsec;
return timestamp;
}
static sqlite3 *db;
static sqlite3_stmt *stmt_last_rowid;
static sqlite3_stmt *stmt_insert_process;
static sqlite3_stmt *stmt_set_exitcode;
static sqlite3_stmt *stmt_insert_file;
static sqlite3_stmt *stmt_insert_exec;
static int run_id = -1;
int db_init(const char *filename)
{
int tables_exist;
check(sqlite3_open(filename, &db));
log_debug(0, "database file opened: %s", filename);
check(sqlite3_exec(db, "BEGIN IMMEDIATE;", NULL, NULL, NULL))
{
int ret;
const char *sql = ""
"SELECT name FROM SQLITE_MASTER "
"WHERE type='table';";
sqlite3_stmt *stmt_get_tables;
unsigned int found = 0x00;
check(sqlite3_prepare_v2(db, sql, -1, &stmt_get_tables, NULL));
while((ret = sqlite3_step(stmt_get_tables)) == SQLITE_ROW)
{
const char *colname = (const char*)sqlite3_column_text(
stmt_get_tables, 0);
if(strcmp("processes", colname) == 0)
found |= 0x01;
else if(strcmp("opened_files", colname) == 0)
found |= 0x02;
else if(strcmp("executed_files", colname) == 0)
found |= 0x04;
else
goto wrongschema;
}
if(found == 0x00)
tables_exist = 0;
else if(found == 0x07)
tables_exist = 1;
else
{
wrongschema:
log_critical(0, "database schema is wrong");
return -1;
}
sqlite3_finalize(stmt_get_tables);
if(ret != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
}
if(!tables_exist)
{
const char *sql[] = {
"CREATE TABLE processes("
" id INTEGER NOT NULL PRIMARY KEY,"
" run_id INTEGER NOT NULL,"
" parent INTEGER,"
" timestamp INTEGER NOT NULL,"
" is_thread BOOLEAN NOT NULL,"
" exitcode INTEGER"
" );",
"CREATE INDEX proc_parent_idx ON processes(parent);",
"CREATE TABLE opened_files("
" id INTEGER NOT NULL PRIMARY KEY,"
" run_id INTEGER NOT NULL,"
" name TEXT NOT NULL,"
" timestamp INTEGER NOT NULL,"
" mode INTEGER NOT NULL,"
" is_directory BOOLEAN NOT NULL,"
" process INTEGER NOT NULL"
" );",
"CREATE INDEX open_proc_idx ON opened_files(process);",
"CREATE TABLE executed_files("
" id INTEGER NOT NULL PRIMARY KEY,"
" name TEXT NOT NULL,"
" run_id INTEGER NOT NULL,"
" timestamp INTEGER NOT NULL,"
" process INTEGER NOT NULL,"
" argv TEXT NOT NULL,"
" envp TEXT NOT NULL,"
" workingdir TEXT NOT NULL"
" );",
"CREATE INDEX exec_proc_idx ON executed_files(process);",
};
size_t i;
for(i = 0; i < count(sql); ++i)
check(sqlite3_exec(db, sql[i], NULL, NULL, NULL));
}
/* Get the first unused run_id */
{
sqlite3_stmt *stmt_get_run_id;
const char *sql = "SELECT max(run_id) + 1 FROM processes;";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_get_run_id, NULL));
if(sqlite3_step(stmt_get_run_id) != SQLITE_ROW)
{
/* LCOV_EXCL_START */
sqlite3_finalize(stmt_get_run_id);
goto sqlerror;
/* LCOV_EXCL_STOP */
}
run_id = sqlite3_column_int(stmt_get_run_id, 0);
if(sqlite3_step(stmt_get_run_id) != SQLITE_DONE)
{
/* LCOV_EXCL_START */
sqlite3_finalize(stmt_get_run_id);
goto sqlerror;
/* LCOV_EXCL_STOP */
}
sqlite3_finalize(stmt_get_run_id);
}
log_debug(0, "This is run %d", run_id);
{
const char *sql = ""
"SELECT last_insert_rowid()";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_last_rowid, NULL));
}
{
const char *sql = ""
"INSERT INTO processes(run_id, parent, timestamp, is_thread)"
"VALUES(?, ?, ?, ?)";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_insert_process, NULL));
}
{
const char *sql = ""
"UPDATE processes SET exitcode=?"
"WHERE id=?";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_set_exitcode, NULL));
}
{
const char *sql = ""
"INSERT INTO opened_files(run_id, name, timestamp, "
" mode, is_directory, process)"
"VALUES(?, ?, ?, ?, ?, ?)";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_insert_file, NULL));
}
{
const char *sql = ""
"INSERT INTO executed_files(run_id, name, timestamp, process, "
" argv, envp, workingdir)"
"VALUES(?, ?, ?, ?, ?, ?, ?)";
check(sqlite3_prepare_v2(db, sql, -1, &stmt_insert_exec, NULL));
}
return 0;
/* LCOV_EXCL_START */
sqlerror:
log_critical(0, "sqlite3 error creating database: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
int db_close(int rollback)
{
if(rollback)
{
check(sqlite3_exec(db, "ROLLBACK;", NULL, NULL, NULL));
}
else
{
check(sqlite3_exec(db, "COMMIT;", NULL, NULL, NULL));
}
log_debug(0, "database file closed%s", rollback?" (rolled back)":"");
check(sqlite3_finalize(stmt_last_rowid));
check(sqlite3_finalize(stmt_insert_process));
check(sqlite3_finalize(stmt_set_exitcode));
check(sqlite3_finalize(stmt_insert_file));
check(sqlite3_finalize(stmt_insert_exec));
check(sqlite3_close(db));
run_id = -1;
return 0;
/* LCOV_EXCL_START */
sqlerror:
log_critical(0, "sqlite3 error on exit: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
#define DB_NO_PARENT ((unsigned int)-2)
int db_add_process(unsigned int *id, unsigned int parent_id,
const char *working_dir, int is_thread)
{
check(sqlite3_bind_int(stmt_insert_process, 1, run_id));
if(parent_id == DB_NO_PARENT)
{
check(sqlite3_bind_null(stmt_insert_process, 2));
}
else
{
check(sqlite3_bind_int(stmt_insert_process, 2, parent_id));
}
/* This assumes that we won't go over 2^32 seconds (~135 years) */
check(sqlite3_bind_int64(stmt_insert_process, 3, gettime()));
check(sqlite3_bind_int(stmt_insert_process, 4, is_thread?1:0));
if(sqlite3_step(stmt_insert_process) != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
sqlite3_reset(stmt_insert_process);
/* Get id */
if(sqlite3_step(stmt_last_rowid) != SQLITE_ROW)
goto sqlerror; /* LCOV_EXCL_LINE */
*id = sqlite3_column_int(stmt_last_rowid, 0);
if(sqlite3_step(stmt_last_rowid) != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
sqlite3_reset(stmt_last_rowid);
return db_add_file_open(*id, working_dir, FILE_WDIR, 1);
/* LCOV_EXCL_START : Insertions shouldn't fail */
sqlerror:
log_critical(0, "sqlite3 error inserting process: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
int db_add_first_process(unsigned int *id, const char *working_dir)
{
return db_add_process(id, DB_NO_PARENT, working_dir, 0);
}
int db_add_exit(unsigned int id, int exitcode)
{
check(sqlite3_bind_int(stmt_set_exitcode, 1, exitcode));
check(sqlite3_bind_int(stmt_set_exitcode, 2, id));
if(sqlite3_step(stmt_set_exitcode) != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
sqlite3_reset(stmt_set_exitcode);
return 0;
/* LCOV_EXCL_START : Insertions shouldn't fail */
sqlerror:
log_critical(0, "sqlite3 error setting exitcode: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
int db_add_file_open(unsigned int process, const char *name,
unsigned int mode, int is_dir)
{
check(sqlite3_bind_int(stmt_insert_file, 1, run_id));
check(sqlite3_bind_text(stmt_insert_file, 2, name, -1, SQLITE_TRANSIENT));
/* This assumes that we won't go over 2^32 seconds (~135 years) */
check(sqlite3_bind_int64(stmt_insert_file, 3, gettime()));
check(sqlite3_bind_int(stmt_insert_file, 4, mode));
check(sqlite3_bind_int(stmt_insert_file, 5, is_dir));
check(sqlite3_bind_int(stmt_insert_file, 6, process));
if(sqlite3_step(stmt_insert_file) != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
sqlite3_reset(stmt_insert_file);
return 0;
/* LCOV_EXCL_START : Insertions shouldn't fail */
sqlerror:
log_critical(0, "sqlite3 error inserting file: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
static char *strarray2nulsep(const char *const *array, size_t *plen)
{
char *list;
size_t len = 0;
{
const char *const *a = array;
while(*a)
{
len += strlen(*a) + 1;
++a;
}
}
{
const char *const *a = array;
char *p;
p = list = malloc(len);
while(*a)
{
const char *s = *a;
while(*s)
*p++ = *s++;
*p++ = '\0';
++a;
}
}
*plen = len;
return list;
}
int db_add_exec(unsigned int process, const char *binary,
const char *const *argv, const char *const *envp,
const char *workingdir)
{
check(sqlite3_bind_int(stmt_insert_exec, 1, run_id));
check(sqlite3_bind_text(stmt_insert_exec, 2, binary,
-1, SQLITE_TRANSIENT));
/* This assumes that we won't go over 2^32 seconds (~135 years) */
check(sqlite3_bind_int64(stmt_insert_exec, 3, gettime()));
check(sqlite3_bind_int(stmt_insert_exec, 4, process));
{
size_t len;
char *arglist = strarray2nulsep(argv, &len);
check(sqlite3_bind_text(stmt_insert_exec, 5, arglist, len,
SQLITE_TRANSIENT));
free(arglist);
}
{
size_t len;
char *envlist = strarray2nulsep(envp, &len);
check(sqlite3_bind_text(stmt_insert_exec, 6, envlist, len,
SQLITE_TRANSIENT));
free(envlist);
}
check(sqlite3_bind_text(stmt_insert_exec, 7, workingdir,
-1, SQLITE_TRANSIENT));
if(sqlite3_step(stmt_insert_exec) != SQLITE_DONE)
goto sqlerror; /* LCOV_EXCL_LINE */
sqlite3_reset(stmt_insert_exec);
return 0;
/* LCOV_EXCL_START : Insertions shouldn't fail */
sqlerror:
log_critical(0, "sqlite3 error inserting exec: %s", sqlite3_errmsg(db));
return -1;
/* LCOV_EXCL_STOP */
}
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1696001612.0
reprozip-1.3/native/database.h 0000664 0001750 0001750 00000001730 14505567114 016035 0 ustar 00remram remram #ifndef DATABASE_H
#define DATABASE_H
#define FILE_READ 0x01
#define FILE_WRITE 0x02
#define FILE_WDIR 0x04 /* File is used as a process's working dir */
#define FILE_STAT 0x08 /* File is stat()d (only metadata is read) */
#define FILE_LINK 0x10 /* The link itself is accessed, no dereference */
#define FILE_SOCKET 0x20 /* The file is a UNIX domain socket */
int db_init(const char *filename);
int db_close(int rollback);
int db_add_process(unsigned int *id, unsigned int parent_id,
const char *working_dir, int is_thread);
int db_add_exit(unsigned int id, int exitcode);
int db_add_first_process(unsigned int *id, const char *working_dir);
int db_add_file_open(unsigned int process,
const char *name, unsigned int mode,
int is_dir);
int db_add_exec(unsigned int process, const char *binary,
const char *const *argv, const char *const *envp,
const char *workingdir);
#endif
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1674139467.0
reprozip-1.3/native/log.c 0000664 0001750 0001750 00000002277 14362253513 015050 0 ustar 00remram remram #include
#include
#include
#include
#include
#include
#include "log.h"
int logging_level = 0;
int log_setup()
{
return 0;
}
void log_real_(pid_t tid, int lvl, const char *format, ...)
{
va_list args;
char datestr[13]; /* HH:MM:SS.mmm */
static char *buffer = NULL;
static size_t bufsize = 4096;
size_t length;
if(lvl < logging_level)
return;
if(buffer == NULL)
buffer = malloc(bufsize);
{
struct timeval tv;
gettimeofday(&tv, NULL);
strftime(datestr, 13, "%H:%M:%S", localtime(&tv.tv_sec));
sprintf(datestr+8, ".%03u", (unsigned int)(tv.tv_usec / 1000));
}
va_start(args, format);
length = (size_t)vsnprintf(buffer, bufsize, format, args);
va_end(args);
if(length + 1 >= bufsize)
{
while(length + 1 >= bufsize)
bufsize *= 2;
free(buffer);
buffer = malloc(bufsize);
va_start(args, format);
length = vsnprintf(buffer, bufsize, format, args);
va_end(args);
}
if(tid > 0)
fprintf(stderr, "[%d] %s", tid, buffer);
else
fprintf(stderr, "%s", buffer);
}
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1642103173.0
reprozip-1.3/native/log.h 0000644 0001750 0001750 00000001606 14170100605 015034 0 ustar 00remram remram #ifndef LOG_H
#define LOG_H
#include
#include
#include
#include
extern int logging_level;
int log_setup(void);
void log_real_(pid_t tid, int lvl, const char *format, ...);
#ifdef __GNUC__
#define log_critical(i, s, ...) log_real_(i, 50, s, ## __VA_ARGS__)
#define log_error(i, s, ...) log_real_(i, 40, s, ## __VA_ARGS__)
#define log_warn(i, s, ...) log_real_(i, 30, s, ## __VA_ARGS__)
#define log_info(i, s, ...) log_real_(i, 20, s, ## __VA_ARGS__)
#define log_debug(i, s, ...) log_real_(i, 10, s, ## __VA_ARGS__)
#else
#define log_critical(i, s, ...) log_real_(i, 50, s, __VA_ARGS__)
#define log_error(i, s, ...) log_real_(i, 40, s, __VA_ARGS__)
#define log_warn(i, s, ...) log_real_(i, 30, s, __VA_ARGS__)
#define log_info(i, s, ...) log_real_(i, 20, s, __VA_ARGS__)
#define log_debug(i, s, ...) log_real_(i, 10, s, __VA_ARGS__)
#endif
#endif
././@PaxHeader 0000000 0000000 0000000 00000000026 00000000000 010213 x ustar 00 22 mtime=1674139463.0
reprozip-1.3/native/log.o 0000664 0001750 0001750 00000006740 14362253507 015066 0 ustar 00remram remram ELF > `
@ @
UH ]UHH HHhLpLxt )E)M)U)])e)m)u)}dH%( HH1 9( H HuH H H H H HH HH;HH
H HHS㥛 HHHHH?HH)ЉH;HH
HHǸ Dž Dž$0 HEH(HPH0H5 H H HHǸ HHHHPH H9 H HH HHPH H9sH H H H H Dž Dž$0 HEH(HPH0H5 H H HHǸ HH ~*H
H H5 HǸ H H HH HHdH+%( t %H:%M:%S .%03u [%d] %s GCC: (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 GNU zR x EC
F <