Build · 35647f37Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output10.7 MiB captured
msnake-0.1.1-unstable-2020-02-01
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for cbreak in /nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib/libncurses.so
-- Looking for cbreak in /nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib/libncurses.so - found
-- Looking for nodelay in /nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib/libncurses.so
-- Looking for nodelay in /nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib/libncurses.so - found
-- Found Curses: /nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib/libncurses.so
-- Configuring done (0.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    BUILD_TESTING
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DOCDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 25%] Building C object CMakeFiles/msnake.dir/src/fruits.c.o
[ 25%] Building C object CMakeFiles/msnake.dir/src/events.c.o
[ 25%] Building C object CMakeFiles/msnake.dir/src/dialog.c.o
[ 33%] Building C object CMakeFiles/msnake.dir/src/glog.c.o
[ 50%] Building C object CMakeFiles/msnake.dir/src/effects.c.o
[ 50%] Building C object CMakeFiles/msnake.dir/src/game.c.o
[ 58%] Building C object CMakeFiles/msnake.dir/src/highscore.c.o
[ 66%] Building C object CMakeFiles/msnake.dir/src/main.c.o
[ 75%] Building C object CMakeFiles/msnake.dir/src/snake.c.o
In file included from /build/source/src/game.c:1:
/build/source/src/game.h:12:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
   12 | void display_highscore();
      |      ^
/build/source/src/dialog.h:19:6: note: conflicting prototype is here
   19 | void display_highscore(GAME *game, char *buf, int length);
      |      ^
1 warning generated.
[ 83%] Building C object CMakeFiles/msnake.dir/src/status-display.c.o
[ 91%] Building C object CMakeFiles/msnake.dir/src/time-helpers.c.o
In file included from /build/source/src/main.c:4:
/build/source/src/game.h:12:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
   12 | void display_highscore();
      |      ^
/build/source/src/dialog.h:19:6: note: conflicting prototype is here
   19 | void display_highscore(GAME *game, char *buf, int length);
      |      ^
1 warning generated.
In file included from /build/source/src/dialog.c:3:
/build/source/src/dialog.h:12:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   12 | WINDOW *create_dialog_window();
      |         ^
/build/source/src/dialog.c:28:9: note: conflicting prototype is here
   28 | WINDOW *create_dialog_window(const char *title) {
      |         ^
1 warning generated.
/build/source/src/status-display.c:25:7: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
   22 |   mvprintw(0, game->columns - width, "%03iL|%05iP|%04is|%04iSCR",
      |                                                   ~~~~
      |                                                   %04li
   23 |       game->snake.length,
   24 |       game->highscore,
   25 |       time(NULL) - game->started - game->paused,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[100%] Linking C executable msnake
[100%] Built target msnake
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[100%] Built target msnake
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01/bin/msnake
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01
shrinking /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01/bin/msnake
checking for references to /build/ in /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01...
patching script interpreter paths in /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01
stripping (with command strip and flags -S -p) in  /nix/store/57k9mz7p2yj0x73d3v2imv82i2cpzwq0-msnake-x86_64-unknown-linux-gnufilc0-0.1.1-unstable-2020-02-01/bin
mspdebug-0.25
Build started
→ unpackPhase
unpacking source archive /nix/store/38fhvambf35dj65yyilkag5kpvp2mlsj-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash UNAME_S=\$\(unameS\)
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/btree.o -c util/btree.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/expr.o -c util/expr.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/list.o -c util/list.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/sockets.o -c util/sockets.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/sport.o -c util/sport.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/usbutil.o -c util/usbutil.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/util.o -c util/util.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/vector.o -c util/vector.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/output.o -c util/output.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/output_util.o -c util/output_util.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/opdb.o -c util/opdb.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/prog.o -c util/prog.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/stab.o -c util/stab.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/dis.o -c util/dis.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/gdb_proto.o -c util/gdb_proto.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/dynload.o -c util/dynload.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/demangle.o -c util/demangle.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/powerbuf.o -c util/powerbuf.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/ctrlc.o -c util/ctrlc.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/chipinfo.o -c util/chipinfo.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o util/gpio.o -c util/gpio.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/cp210x.o -c transport/cp210x.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/cdc_acm.o -c transport/cdc_acm.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/ftdi.o -c transport/ftdi.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/ti3410.o -c transport/ti3410.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/comport.o -c transport/comport.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/bslhid.o -c transport/bslhid.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o transport/rf2500.o -c transport/rf2500.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/device.o -c drivers/device.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/bsl.o -c drivers/bsl.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet.o -c drivers/fet.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet_core.o -c drivers/fet_core.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet_proto.o -c drivers/fet_proto.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet_error.o -c drivers/fet_error.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet_db.o -c drivers/fet_db.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/flash_bsl.o -c drivers/flash_bsl.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/gdbc.o -c drivers/gdbc.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/sim.o -c drivers/sim.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/tilib.o -c drivers/tilib.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/goodfet.o -c drivers/goodfet.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/obl.o -c drivers/obl.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/devicelist.o -c drivers/devicelist.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet_olimex_db.o -c drivers/fet_olimex_db.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/jtdev.o -c drivers/jtdev.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/jtdev_bus_pirate.o -c drivers/jtdev_bus_pirate.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/jtdev_gpio.o -c drivers/jtdev_gpio.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/jtaglib.o -c drivers/jtaglib.c
drivers/jtdev_bus_pirate.c:189:37: warning: if statement has empty body [-Wempty-body]
  189 |     if(write(p->port, &out_buff, 1));
      |                                     ^
drivers/jtdev_bus_pirate.c:189:37: note: put the semicolon on a separate line to silence this warning
1 warning generated.
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/pif.o -c drivers/pif.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/loadbsl.o -c drivers/loadbsl.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/loadbsl_fw.o -c drivers/loadbsl_fw.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/hal_proto.o -c drivers/hal_proto.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/v3hil.o -c drivers/v3hil.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/fet3.o -c drivers/fet3.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/bsllib.o -c drivers/bsllib.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/rom_bsl.o -c drivers/rom_bsl.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o drivers/tilib_api.o -c drivers/tilib_api.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/binfile.o -c formats/binfile.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/coff.o -c formats/coff.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/elf32.o -c formats/elf32.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/ihex.o -c formats/ihex.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/symmap.o -c formats/symmap.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/srec.o -c formats/srec.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o formats/titext.o -c formats/titext.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio.o -c simio/simio.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_tracer.o -c simio/simio_tracer.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_timer.o -c simio/simio_timer.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_wdt.o -c simio/simio_wdt.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_hwmult.o -c simio/simio_hwmult.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_gpio.o -c simio/simio_gpio.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o simio/simio_console.o -c simio/simio_console.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/gdb.o -c ui/gdb.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/rtools.o -c ui/rtools.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/sym.o -c ui/sym.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/devcmd.o -c ui/devcmd.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/flatfile.o -c ui/flatfile.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/reader.o -c ui/reader.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/cmddb.o -c ui/cmddb.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/stdcmd.o -c ui/stdcmd.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/aliasdb.o -c ui/aliasdb.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/power.o -c ui/power.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/input.o -c ui/input.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/input_async.o -c ui/input_async.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/input_readline.o -c ui/input_readline.c
clang  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\"  -o ui/main.o -c ui/main.c
clang -s  -o mspdebug util/btree.o util/expr.o util/list.o util/sockets.o util/sport.o util/usbutil.o util/util.o util/vector.o util/output.o util/output_util.o util/opdb.o util/prog.o util/stab.o util/dis.o util/gdb_proto.o util/dynload.o util/demangle.o util/powerbuf.o util/ctrlc.o util/chipinfo.o util/gpio.o transport/cp210x.o transport/cdc_acm.o transport/ftdi.o transport/ti3410.o transport/comport.o transport/bslhid.o transport/rf2500.o drivers/device.o drivers/bsl.o drivers/fet.o drivers/fet_core.o drivers/fet_proto.o drivers/fet_error.o drivers/fet_db.o drivers/flash_bsl.o drivers/gdbc.o drivers/sim.o drivers/tilib.o drivers/goodfet.o drivers/obl.o drivers/devicelist.o drivers/fet_olimex_db.o drivers/jtdev.o drivers/jtdev_bus_pirate.o drivers/jtdev_gpio.o drivers/jtaglib.o drivers/pif.o drivers/loadbsl.o drivers/loadbsl_fw.o drivers/hal_proto.o drivers/v3hil.o drivers/fet3.o drivers/bsllib.o drivers/rom_bsl.o drivers/tilib_api.o formats/binfile.o formats/coff.o formats/elf32.o formats/ihex.o formats/symmap.o formats/srec.o formats/titext.o simio/simio.o simio/simio_tracer.o simio/simio_timer.o simio/simio_wdt.o simio/simio_hwmult.o simio/simio_gpio.o simio/simio_console.o ui/gdb.o ui/rtools.o ui/sym.o ui/devcmd.o ui/flatfile.o ui/reader.o ui/cmddb.o ui/stdcmd.o ui/aliasdb.o ui/power.o ui/input.o ui/input_async.o ui/input_readline.o ui/main.o -L. -lusb -lreadline -lpthread -ldl
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash UNAME_S=\$\(unameS\) PREFIX=\$\(out\) INSTALL=install install
mkdir -p /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/bin/
install -m 0755 mspdebug /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/bin/
mkdir -p /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/share/man/man1
install -m 0644 mspdebug.man /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/share/man/man1/mspdebug.1
mkdir -p /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/lib//mspdebug
install -m 0644 ti_3410.fw.ihex \
	/nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/lib//mspdebug/ti_3410.fw.ihex
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25
shrinking /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/bin/mspdebug
checking for references to /build/ in /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25...
gzipping man pages under /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/share/man/
patching script interpreter paths in /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25
stripping (with command strip and flags -S -p) in  /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/lib /nix/store/5w2s3ydiprc7cw2y7ag3bffspac6yg35-mspdebug-x86_64-unknown-linux-gnufilc0-0.25/bin
msr-tools-1.3
Build started
→ unpackPhase
unpacking source archive /nix/store/lapj29gx4wl0p79wc22v5l1lgiy72cys-msr-tools-1.3.zip
source root is msr-tools-master
setting SOURCE_DATE_EPOCH to timestamp 1378781369 of file "msr-tools-master/wrmsr.c"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
gcc -Wall -g -O2 -fomit-frame-pointer -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -o wrmsr wrmsr.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
make: *** [Makefile:43: wrmsr] Error 127
msr-20060208
Build started
→ unpackPhase
unpacking source archive /nix/store/4lrkl30w9kz2nsj63n077gkmh8w0kqg7-msr-20060208
source root is msr-20060208
→ patchPhase
applying patch /nix/store/jgv76gfp4a6cy9rvvpsdimsgrdazqy1n-000-include-sysmacros.patch
patching file msr.c
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -g -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes     msr.c   -o msr
msr.c:134:41: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  134 |       ssize_t  status = getline(&line,  &linesize, cpuinfo_file);
      |                                         ^~~~~~~~~
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdio.h:698:46: note: passing argument to parameter '__n' here
  698 |                           size_t *__restrict __n,
      |                                              ^
msr.c:3744:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
 3744 |                                         &hand_copy, field, &cpuinfo);
      |                                         ^~~~~~~~~~
msr.c:3244:36: note: passing argument to parameter 'hand' here
 3244 |                  unsigned int*     hand,
      |                                    ^
msr.c:3768:63: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
 3768 |                         print_reg(msr_fd, hinfo[hand].number, &hand_copy,
      |                                                               ^~~~~~~~~~
msr.c:3211:30: note: passing argument to parameter 'hand' here
 3211 |            unsigned int*     hand,
      |                              ^
3 warnings generated.
gzip < msr.man > msr.man.gz
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208
shrinking /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208/bin/msr
checking for references to /build/ in /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208...
gzipping man pages under /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208/share/man/
patching script interpreter paths in /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208
stripping (with command strip and flags -S -p) in  /nix/store/35n5511cf01lfrac52gw4jcswcfk197s-msr-x86_64-unknown-linux-gnufilc0-20060208/bin
offline
Build started
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
downloading https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz
downloading https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.4.tgz
downloading https://registry.npmmirror.com/@babel/core/-/core-7.25.2.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/core/7.25.2/core-7.25.2.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/compat-data/7.25.4/compat-data-7.25.4.tgz
downloading https://registry.npmmirror.com/@babel/generator/-/generator-7.25.6.tgz
downloading https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-compilation-targets/7.25.2/helper-compilation-targets-7.25.2.tgz
downloading https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/code-frame/7.24.7/code-frame-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-module-transforms/7.25.2/helper-module-transforms-7.25.2.tgz
downloading https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-plugin-utils/7.24.8/helper-plugin-utils-7.24.8.tgz
downloading https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-module-imports/7.24.7/helper-module-imports-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz
following redirect to https://cdn.npmmirror.com/packages/%40ampproject/remapping/2.3.0/remapping-2.3.0.tgz
downloading https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-simple-access/7.24.7/helper-simple-access-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/generator/7.25.6/generator-7.25.6.tgz
downloading https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-validator-identifier/7.24.7/helper-validator-identifier-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/highlight/-/highlight-7.24.7.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-validator-option/7.24.8/helper-validator-option-7.24.8.tgz
downloading https://registry.npmmirror.com/@babel/parser/-/parser-7.25.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helpers/7.25.6/helpers-7.25.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/helper-string-parser/7.24.8/helper-string-parser-7.24.8.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/highlight/7.24.7/highlight-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-bigint/7.8.3/plugin-syntax-bigint-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-async-generators/7.8.4/plugin-syntax-async-generators-7.8.4.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz
mrustc-0.10.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
[CXX] -o .obj/version.o
offline
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-class-static-block/7.14.5/plugin-syntax-class-static-block-7.14.5.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/parser/7.25.6/parser-7.25.6.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-import-meta/7.10.4/plugin-syntax-import-meta-7.10.4.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-class-properties/7.12.13/plugin-syntax-class-properties-7.12.13.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-import-attributes/7.25.6/plugin-syntax-import-attributes-7.25.6.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-logical-assignment-operators/7.10.4/plugin-syntax-logical-assignment-operators-7.10.4.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-json-strings/7.8.3/plugin-syntax-json-strings-7.8.3.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz
mrustc-0.10.1
[AR] bin/mrustc.a
offline
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-nullish-coalescing-operator/7.8.3/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-numeric-separator/7.10.4/plugin-syntax-numeric-separator-7.10.4.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-jsx/7.24.7/plugin-syntax-jsx-7.24.7.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-object-rest-spread/7.8.3/plugin-syntax-object-rest-spread-7.8.3.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-optional-catch-binding/7.8.3/plugin-syntax-optional-catch-binding-7.8.3.tgz
downloading https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-optional-chaining/7.8.3/plugin-syntax-optional-chaining-7.8.3.tgz
downloading https://registry.npmmirror.com/@babel/template/-/template-7.25.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-private-property-in-object/7.14.5/plugin-syntax-private-property-in-object-7.14.5.tgz
downloading https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/template/7.25.0/template-7.25.0.tgz
downloading https://registry.npmmirror.com/@babel/types/-/types-7.25.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/traverse/7.25.6/traverse-7.25.6.tgz
downloading https://registry.npmmirror.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-top-level-await/7.14.5/plugin-syntax-top-level-await-7.14.5.tgz
downloading https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz
downloading https://registry.npmjs.org/@faker-js/faker/-/faker-8.1.0.tgz
mrustc-0.10.1
[CXX] -o bin/mrustc
offline
following redirect to https://cdn.npmmirror.com/packages/%40babel/types/7.25.6/types-7.25.6.tgz
downloading https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40bcoe/v8-coverage/0.2.3/v8-coverage-0.2.3.tgz
downloading https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.0.tgz
downloading https://registry.yarnpkg.com/@inquirer/editor/-/editor-2.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/expand/-/expand-2.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz
downloading https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-5.0.3.tgz
downloading https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-2.1.7.tgz
downloading https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.3.tgz
downloading https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz
downloading https://registry.npmmirror.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz
downloading https://registry.npmmirror.com/@istanbuljs/schema/-/schema-0.1.3.tgz
downloading https://registry.npmmirror.com/@jest/console/-/console-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40istanbuljs/load-nyc-config/1.1.0/load-nyc-config-1.1.0.tgz
downloading https://registry.npmmirror.com/@jest/core/-/core-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-typescript/7.25.4/plugin-syntax-typescript-7.25.4.tgz
downloading https://registry.npmmirror.com/@jest/environment/-/environment-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40istanbuljs/schema/0.1.3/schema-0.1.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/console/29.7.0/console-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/core/29.7.0/core-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/expect/-/expect-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/environment/29.7.0/environment-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/expect-utils/29.7.0/expect-utils-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/globals/-/globals-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/expect/29.7.0/expect-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/reporters/-/reporters-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/fake-timers/29.7.0/fake-timers-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/schemas/-/schemas-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/globals/29.7.0/globals-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/source-map/-/source-map-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/reporters/29.7.0/reporters-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/test-result/-/test-result-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/schemas/29.6.3/schemas-29.6.3.tgz
downloading https://registry.npmmirror.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz
mrustc-0.10.1
bin/mrustc.a(mangling_v2.o):mangling_v2.cpp:function pizlonatedFI403_log10:(.text+0x12381): error: undefined reference to 'pizlonated_log10'
offline
following redirect to https://cdn.npmmirror.com/packages/%40jest/source-map/29.6.3/source-map-29.6.3.tgz
downloading https://registry.npmmirror.com/@jest/transform/-/transform-29.7.0.tgz
downloading https://registry.npmmirror.com/@jest/types/-/types-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/test-result/29.7.0/test-result-29.7.0.tgz
downloading https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/test-sequencer/29.7.0/test-sequencer-29.7.0.tgz
downloading https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/transform/29.7.0/transform-29.7.0.tgz
downloading https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jest/types/29.6.3/types-29.6.3.tgz
downloading https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jridgewell/resolve-uri/3.1.2/resolve-uri-3.1.2.tgz
downloading https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz
mrustc-0.10.1
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
offline
following redirect to https://cdn.npmmirror.com/packages/%40jridgewell/sourcemap-codec/1.5.0/sourcemap-codec-1.5.0.tgz
mrustc-0.10.1
make: *** [Makefile:163: bin/mrustc] Error 1
python3.12-mpfshell-unstable-2020-04-11
Build started
mrustc-0.10.1
error: Cannot build '/nix/store/ndxh8mk3x6q4c8nz182a69lndvrlj8gg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/v2zrz99147n5k80z7g76d3iy9am9sibs-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1
       Last 25 log lines:
       > src/mir/optimise.cpp:3731:43: note: place parentheses around comparison expression to evaluate it first
       >  3731 |                         if( v >> (bits-1) != 0 ) {
       >       |                                           ^
       >       |                                  (            )
       > src/mir/optimise.cpp:3834:66: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
       >  3834 |                                     if( 0.0 <= vp->v && vp->v <= UINT64_MAX )
       >       |                                                               ~~ ^~~~~~~~~~
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:119:23: note: expanded from macro 'UINT64_MAX'
       >   119 | # define UINT64_MAX             (__UINT64_C(18446744073709551615))
       >       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:96:25: note: expanded from macro '__UINT64_C'
       >    96 | #  define __UINT64_C(c) c ## UL
       >       |                         ^~~~~~~
       > <scratch space>:246:1: note: expanded from here
       >   246 | 18446744073709551615UL
       >       | ^~~~~~~~~~~~~~~~~~~~~~
       > 4 warnings generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > [CXX] -o .obj/version.o
       > [AR] bin/mrustc.a
       > [CXX] -o bin/mrustc
       > bin/mrustc.a(mangling_v2.o):mangling_v2.cpp:function pizlonatedFI403_log10:(.text+0x12381): error: undefined reference to 'pizlonated_log10'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:163: bin/mrustc] Error 1
       For full logs, run:
         nix log /nix/store/ndxh8mk3x6q4c8nz182a69lndvrlj8gg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv
offline
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jridgewell/set-array/1.2.1/set-array-1.2.1.tgz
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40jridgewell/trace-mapping/0.3.25/trace-mapping-0.3.25.tgz
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz
python3.12-mpfshell-unstable-2020-04-11
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
offline
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz
python3.12-mpfshell-unstable-2020-04-11
→ unpackPhase
unpacking source archive /nix/store/nyf45vxrg0wg5gkz7cvqmlm2mrylhd01-source
source root is source
offline
downloading https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz
python3.12-mpfshell-unstable-2020-04-11
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/ontarget/test_mpfexp.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
offline
downloading https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz
python3.12-mpfshell-unstable-2020-04-11
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
offline
downloading https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz
python3.12-mpfshell-unstable-2020-04-11
setup.py build flags: ''
offline
following redirect to https://cdn.npmmirror.com/packages/%40jridgewell/gen-mapping/0.3.5/gen-mapping-0.3.5.tgz
downloading https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz
downloading https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz
python3.12-mpfshell-unstable-2020-04-11
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!
        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************
!!
  opt = self._enforce_underscore(opt, section)
offline
downloading https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz
python3.12-mpfshell-unstable-2020-04-11
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!
        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: mpfshell).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************
!!
  opt = self._enforce_underscore(opt, section)
offline
downloading https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz
downloading https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz
python3.12-mpfshell-unstable-2020-04-11
running bdist_wheel
running build
running build_py
creating build/lib/mp
copying mp/__init__.py -> build/lib/mp
copying mp/conbase.py -> build/lib/mp
copying mp/conserial.py -> build/lib/mp
copying mp/contelnet.py -> build/lib/mp
copying mp/conwebsock.py -> build/lib/mp
copying mp/mpfexp.py -> build/lib/mp
copying mp/mpfshell.py -> build/lib/mp
copying mp/pyboard.py -> build/lib/mp
copying mp/retry.py -> build/lib/mp
copying mp/term.py -> build/lib/mp
copying mp/tokenizer.py -> build/lib/mp
copying mp/version.py -> build/lib/mp
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/mp
copying build/lib/mp/__init__.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conbase.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conserial.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/contelnet.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conwebsock.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/mpfexp.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/mpfshell.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/pyboard.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/retry.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/term.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/tokenizer.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/version.py -> build/bdist.linux-x86_64/wheel/./mp
running install_egg_info
running egg_info
creating mpfshell.egg-info
writing mpfshell.egg-info/PKG-INFO
writing dependency_links to mpfshell.egg-info/dependency_links.txt
writing entry points to mpfshell.egg-info/entry_points.txt
writing requirements to mpfshell.egg-info/requires.txt
writing top-level names to mpfshell.egg-info/top_level.txt
writing manifest file 'mpfshell.egg-info/SOURCES.txt'
reading manifest file 'mpfshell.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'mpfshell.egg-info/SOURCES.txt'
Copying mpfshell.egg-info to build/bdist.linux-x86_64/wheel/./mpfshell-0.9.1-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/mpfshell-0.9.1.dist-info/WHEEL
creating 'dist/mpfshell-0.9.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'mp/__init__.py'
adding 'mp/conbase.py'
adding 'mp/conserial.py'
adding 'mp/contelnet.py'
adding 'mp/conwebsock.py'
adding 'mp/mpfexp.py'
adding 'mp/mpfshell.py'
adding 'mp/pyboard.py'
adding 'mp/retry.py'
adding 'mp/term.py'
adding 'mp/tokenizer.py'
adding 'mp/version.py'
adding 'mpfshell-0.9.1.dist-info/licenses/LICENSE'
adding 'mpfshell-0.9.1.dist-info/METADATA'
adding 'mpfshell-0.9.1.dist-info/WHEEL'
adding 'mpfshell-0.9.1.dist-info/entry_points.txt'
adding 'mpfshell-0.9.1.dist-info/top_level.txt'
adding 'mpfshell-0.9.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
offline
downloading https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz
downloading https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz
downloading https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz
downloading https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.27.8.tgz
python3.12-mpfshell-unstable-2020-04-11
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
offline
downloading https://registry.npmmirror.com/@sinonjs/commons/-/commons-3.0.1.tgz
downloading https://registry.npmmirror.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz
downloading https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz
python3.12-mpfshell-unstable-2020-04-11
Successfully installed mpfshell-0.9.1-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/lib /nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/33yladrbdj1y32a6431c870340z914j1-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/33yladrbdj1y32a6431c870340z914j1-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/33yladrbdj1y32a6431c870340z914j1-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/1ayix3l96y8g7cap7s08pbqw5wn2dpsz-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/bin/mpfshell'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
offline
following redirect to https://cdn.npmmirror.com/packages/%40sinonjs/commons/3.0.1/commons-3.0.1.tgz
downloading https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.6.8.tgz
following redirect to https://cdn.npmmirror.com/packages/%40sinclair/typebox/0.27.8/typebox-0.27.8.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/babel__core/7.20.5/babel__core-7.20.5.tgz
downloading https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz
downloading https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/babel__traverse/7.20.6/babel__traverse-7.20.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/babel__template/7.4.4/babel__template-7.4.4.tgz
downloading https://registry.npmjs.org/@types/concat-stream/-/concat-stream-2.0.0.tgz
downloading https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz
downloading https://registry.npmmirror.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/babel__generator/7.6.8/babel__generator-7.6.8.tgz
downloading https://registry.npmjs.org/@types/ini/-/ini-4.1.0.tgz
downloading https://registry.npmmirror.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz
following redirect to https://cdn.npmmirror.com/packages/%40sinonjs/fake-timers/10.3.0/fake-timers-10.3.0.tgz
downloading https://registry.npmmirror.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz
downloading https://registry.npmmirror.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/graceful-fs/4.1.9/graceful-fs-4.1.9.tgz
downloading https://registry.npmmirror.com/@types/jest/-/jest-29.5.12.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/istanbul-lib-coverage/2.0.6/istanbul-lib-coverage-2.0.6.tgz
downloading https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/istanbul-lib-report/3.0.3/istanbul-lib-report-3.0.3.tgz
downloading https://registry.npmjs.org/@types/json-bigint/-/json-bigint-1.0.4.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/jest/29.5.12/jest-29.5.12.tgz
downloading https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz
downloading https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz
downloading https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz
downloading https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz
downloading https://registry.npmjs.org/@types/node/-/node-17.0.43.tgz
downloading https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz
downloading https://registry.npmjs.org/@types/pump/-/pump-1.1.1.tgz
downloading https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.13.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/istanbul-reports/3.0.4/istanbul-reports-3.0.4.tgz
downloading https://registry.npmjs.org/@types/signale/-/signale-1.4.4.tgz
downloading https://registry.npmjs.org/@types/split2/-/split2-3.2.1.tgz
downloading https://registry.npmmirror.com/@types/stack-utils/-/stack-utils-2.0.3.tgz
downloading https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz
downloading https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz
downloading https://registry.npmmirror.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/stack-utils/2.0.3/stack-utils-2.0.3.tgz
downloading https://registry.npmmirror.com/@types/yargs/-/yargs-17.0.33.tgz
downloading https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz
downloading https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz
downloading https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz
downloading https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz
downloading https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz
downloading https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/yargs-parser/21.0.3/yargs-parser-21.0.3.tgz
downloading https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz
following redirect to https://cdn.npmmirror.com/packages/ansi-styles/5.2.0/ansi-styles-5.2.0.tgz
downloading https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz
downloading https://registry.npmmirror.com/async/-/async-3.2.6.tgz
following redirect to https://cdn.npmmirror.com/packages/anymatch/3.1.3/anymatch-3.1.3.tgz
downloading https://registry.yarnpkg.com/avsc/-/avsc-5.7.7.tgz
downloading https://registry.npmmirror.com/babel-jest/-/babel-jest-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/argparse/1.0.10/argparse-1.0.10.tgz
downloading https://registry.npmmirror.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/babel-jest/29.7.0/babel-jest-29.7.0.tgz
downloading https://registry.npmmirror.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/babel-plugin-istanbul/6.1.1/babel-plugin-istanbul-6.1.1.tgz
downloading https://registry.npmmirror.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/babel-plugin-jest-hoist/29.6.3/babel-plugin-jest-hoist-29.6.3.tgz
downloading https://registry.npmmirror.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/%40types/yargs/17.0.33/yargs-17.0.33.tgz
downloading https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz
downloading https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz
downloading https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz
following redirect to https://cdn.npmmirror.com/packages/babel-preset-current-node-syntax/1.1.0/babel-preset-current-node-syntax-1.1.0.tgz
downloading https://registry.npmjs.org/bl/-/bl-4.1.0.tgz
downloading https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz
downloading https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz
downloading https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/async/3.2.6/async-3.2.6.tgz
downloading https://registry.npmmirror.com/browserslist/-/browserslist-4.23.3.tgz
following redirect to https://cdn.npmmirror.com/packages/babel-preset-jest/29.6.3/babel-preset-jest-29.6.3.tgz
downloading https://registry.npmmirror.com/bs-logger/-/bs-logger-0.2.6.tgz
following redirect to https://cdn.npmmirror.com/packages/brace-expansion/2.0.1/brace-expansion-2.0.1.tgz
downloading https://registry.npmmirror.com/bser/-/bser-2.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/braces/3.0.3/braces-3.0.3.tgz
downloading https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz
downloading https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz
downloading https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/browserslist/4.23.3/browserslist-4.23.3.tgz
downloading https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz
following redirect to https://cdn.npmmirror.com/packages/bs-logger/0.2.6/bs-logger-0.2.6.tgz
downloading https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz
following redirect to https://cdn.npmmirror.com/packages/bser/2.1.1/bser-2.1.1.tgz
downloading https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz
following redirect to https://cdn.npmmirror.com/packages/callsites/3.1.0/callsites-3.1.0.tgz
downloading https://registry.npmjs.org/cbor/-/cbor-9.0.1.tgz
downloading https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz
downloading https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz
downloading https://registry.npmmirror.com/char-regex/-/char-regex-1.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/camelcase/5.3.1/camelcase-5.3.1.tgz
downloading https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz
downloading https://registry.npmmirror.com/ci-info/-/ci-info-3.9.0.tgz
following redirect to https://cdn.npmmirror.com/packages/camelcase/6.3.0/camelcase-6.3.0.tgz
downloading https://registry.npmmirror.com/cjs-module-lexer/-/cjs-module-lexer-1.4.0.tgz
following redirect to https://cdn.npmmirror.com/packages/char-regex/1.0.2/char-regex-1.0.2.tgz
downloading https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz
downloading https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz
downloading https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz
downloading https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz
downloading https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/ci-info/3.9.0/ci-info-3.9.0.tgz
downloading https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz
downloading https://registry.npmmirror.com/co/-/co-4.6.0.tgz
following redirect to https://cdn.npmmirror.com/packages/cjs-module-lexer/1.4.0/cjs-module-lexer-1.4.0.tgz
downloading https://registry.npmmirror.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/caniuse-lite/1.0.30001655/caniuse-lite-1.0.30001655.tgz
following redirect to https://cdn.npmmirror.com/packages/co/4.6.0/co-4.6.0.tgz
following redirect to https://cdn.npmmirror.com/packages/cliui/8.0.1/cliui-8.0.1.tgz
downloading https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz
downloading https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz
downloading https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz
downloading https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz
downloading https://registry.npmjs.org/commander/-/commander-9.3.0.tgz
downloading https://registry.npmjs.org/commist/-/commist-1.1.0.tgz
downloading https://registry.npmjs.org/compare-versions/-/compare-versions-5.0.1.tgz
downloading https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
downloading https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz
downloading https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz
downloading https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz
downloading https://registry.npmmirror.com/create-jest/-/create-jest-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/create-jest/29.7.0/create-jest-29.7.0.tgz
downloading https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/convert-source-map/2.0.0/convert-source-map-2.0.0.tgz
downloading https://registry.npmmirror.com/debug/-/debug-4.3.6.tgz
following redirect to https://cdn.npmmirror.com/packages/cross-spawn/7.0.3/cross-spawn-7.0.3.tgz
downloading https://registry.npmjs.org/debug/-/debug-4.3.4.tgz
downloading https://registry.npmmirror.com/dedent/-/dedent-1.5.3.tgz
following redirect to https://cdn.npmmirror.com/packages/debug/4.3.6/debug-4.3.6.tgz
following redirect to https://cdn.npmmirror.com/packages/collect-v8-coverage/1.0.2/collect-v8-coverage-1.0.2.tgz
downloading https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz
downloading https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz
downloading https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.3.tgz
downloading https://registry.npmmirror.com/detect-newline/-/detect-newline-3.1.0.tgz
downloading https://registry.npmmirror.com/diff-sequences/-/diff-sequences-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/dedent/1.5.3/dedent-1.5.3.tgz
following redirect to https://cdn.npmmirror.com/packages/deepmerge/4.3.1/deepmerge-4.3.1.tgz
downloading https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz
downloading https://registry.npmmirror.com/ejs/-/ejs-3.1.10.tgz
downloading https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz
following redirect to https://cdn.npmmirror.com/packages/ejs/3.1.10/ejs-3.1.10.tgz
following redirect to https://cdn.npmmirror.com/packages/electron-to-chromium/1.5.13/electron-to-chromium-1.5.13.tgz
downloading https://registry.npmmirror.com/emittery/-/emittery-0.13.1.tgz
following redirect to https://cdn.npmmirror.com/packages/diff-sequences/29.6.3/diff-sequences-29.6.3.tgz
downloading https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz
downloading https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz
downloading https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz
downloading https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz
following redirect to https://cdn.npmmirror.com/packages/detect-newline/3.1.0/detect-newline-3.1.0.tgz
downloading https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz
downloading https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/emittery/0.13.1/emittery-0.13.1.tgz
downloading https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/escalade/3.2.0/escalade-3.2.0.tgz
downloading https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/escape-string-regexp/2.0.0/escape-string-regexp-2.0.0.tgz
downloading https://registry.npmmirror.com/exit/-/exit-0.1.2.tgz
following redirect to https://cdn.npmmirror.com/packages/esprima/4.0.1/esprima-4.0.1.tgz
downloading https://registry.npmmirror.com/expect/-/expect-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/execa/5.1.1/execa-5.1.1.tgz
downloading https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz
downloading https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/exit/0.1.2/exit-0.1.2.tgz
downloading https://registry.npmmirror.com/fb-watchman/-/fb-watchman-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/expect/29.7.0/expect-29.7.0.tgz
downloading https://registry.npmjs.org/figures/-/figures-2.0.0.tgz
downloading https://registry.npmmirror.com/filelist/-/filelist-1.0.4.tgz
following redirect to https://cdn.npmmirror.com/packages/fast-json-stable-stringify/2.1.0/fast-json-stable-stringify-2.1.0.tgz
downloading https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz
downloading https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz
downloading https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/fb-watchman/2.0.2/fb-watchman-2.0.2.tgz
downloading https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz
downloading https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz
following redirect to https://cdn.npmmirror.com/packages/filelist/1.0.4/filelist-1.0.4.tgz
downloading https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz
following redirect to https://cdn.npmmirror.com/packages/fill-range/7.1.1/fill-range-7.1.1.tgz
downloading https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz
following redirect to https://cdn.npmmirror.com/packages/find-up/4.1.0/find-up-4.1.0.tgz
downloading https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz
following redirect to https://cdn.npmmirror.com/packages/fsevents/2.3.3/fsevents-2.3.3.tgz
downloading https://registry.npmmirror.com/get-package-type/-/get-package-type-0.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/gensync/1.0.0-beta.2/gensync-1.0.0-beta.2.tgz
downloading https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/get-caller-file/2.0.5/get-caller-file-2.0.5.tgz
downloading https://registry.npmjs.org/glob/-/glob-7.2.3.tgz
downloading https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz
following redirect to https://cdn.npmmirror.com/packages/get-package-type/0.1.0/get-package-type-0.1.0.tgz
downloading https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz
downloading https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz
following redirect to https://cdn.npmmirror.com/packages/get-stream/6.0.1/get-stream-6.0.1.tgz
downloading https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz
downloading https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz
downloading https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/globals/11.12.0/globals-11.12.0.tgz
downloading https://registry.npmjs.org/help-me/-/help-me-3.0.0.tgz
downloading https://registry.npmmirror.com/html-escaper/-/html-escaper-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/graceful-fs/4.2.11/graceful-fs-4.2.11.tgz
downloading https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/hasown/2.0.2/hasown-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/function-bind/1.1.2/function-bind-1.1.2.tgz
downloading https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz
downloading https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz
downloading https://registry.npmmirror.com/import-local/-/import-local-3.2.0.tgz
downloading https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz
following redirect to https://cdn.npmmirror.com/packages/html-escaper/2.0.2/html-escaper-2.0.2.tgz
downloading https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz
downloading https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz
downloading https://registry.npmjs.org/ini/-/ini-4.1.2.tgz
downloading https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
downloading https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz
following redirect to https://cdn.npmmirror.com/packages/human-signals/2.1.0/human-signals-2.1.0.tgz
downloading https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz
downloading https://registry.npmmirror.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/import-local/3.2.0/import-local-3.2.0.tgz
downloading https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/imurmurhash/0.1.4/imurmurhash-0.1.4.tgz
downloading https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz
downloading https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/is-generator-fn/2.1.0/is-generator-fn-2.1.0.tgz
downloading https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz
downloading https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/is-number/7.0.0/is-number-7.0.0.tgz
downloading https://registry.npmmirror.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz
following redirect to https://cdn.npmmirror.com/packages/is-stream/2.0.1/is-stream-2.0.1.tgz
downloading https://registry.npmmirror.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz
following redirect to https://cdn.npmmirror.com/packages/isexe/2.0.0/isexe-2.0.0.tgz
downloading https://registry.npmmirror.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-lib-instrument/5.2.1/istanbul-lib-instrument-5.2.1.tgz
downloading https://registry.npmmirror.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-lib-coverage/3.2.2/istanbul-lib-coverage-3.2.2.tgz
downloading https://registry.npmmirror.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-lib-instrument/6.0.3/istanbul-lib-instrument-6.0.3.tgz
downloading https://registry.npmmirror.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz
following redirect to https://cdn.npmmirror.com/packages/is-core-module/2.15.1/is-core-module-2.15.1.tgz
downloading https://registry.npmmirror.com/jake/-/jake-10.9.2.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-lib-report/3.0.1/istanbul-lib-report-3.0.1.tgz
downloading https://registry.npmmirror.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-reports/3.1.7/istanbul-reports-3.1.7.tgz
downloading https://registry.npmmirror.com/jest-circus/-/jest-circus-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jake/10.9.2/jake-10.9.2.tgz
downloading https://registry.npmmirror.com/jest-cli/-/jest-cli-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-changed-files/29.7.0/jest-changed-files-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-config/-/jest-config-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-circus/29.7.0/jest-circus-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-diff/-/jest-diff-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-cli/29.7.0/jest-cli-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-docblock/-/jest-docblock-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/istanbul-lib-source-maps/4.0.1/istanbul-lib-source-maps-4.0.1.tgz
downloading https://registry.npmmirror.com/jest-each/-/jest-each-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-config/29.7.0/jest-config-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-diff/29.7.0/jest-diff-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-get-type/-/jest-get-type-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-docblock/29.7.0/jest-docblock-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-each/29.7.0/jest-each-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-environment-node/29.7.0/jest-environment-node-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-get-type/29.6.3/jest-get-type-29.6.3.tgz
downloading https://registry.npmmirror.com/jest-message-util/-/jest-message-util-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-haste-map/29.7.0/jest-haste-map-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-mock/-/jest-mock-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-leak-detector/29.7.0/jest-leak-detector-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-matcher-utils/29.7.0/jest-matcher-utils-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-message-util/29.7.0/jest-message-util-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-pnp-resolver/1.2.3/jest-pnp-resolver-1.2.3.tgz
downloading https://registry.npmmirror.com/jest-resolve/-/jest-resolve-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-regex-util/29.6.3/jest-regex-util-29.6.3.tgz
downloading https://registry.npmmirror.com/jest-runner/-/jest-runner-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-resolve-dependencies/29.7.0/jest-resolve-dependencies-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-runtime/-/jest-runtime-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-resolve/29.7.0/jest-resolve-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-runner/29.7.0/jest-runner-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-util/-/jest-util-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-mock/29.7.0/jest-mock-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-validate/-/jest-validate-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-snapshot/29.7.0/jest-snapshot-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-watcher/-/jest-watcher-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-validate/29.7.0/jest-validate-29.7.0.tgz
downloading https://registry.npmmirror.com/jest-worker/-/jest-worker-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-watcher/29.7.0/jest-watcher-29.7.0.tgz
downloading https://registry.npmmirror.com/jest/-/jest-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-runtime/29.7.0/jest-runtime-29.7.0.tgz
downloading https://registry.npmjs.org/js-sdsl/-/js-sdsl-2.1.4.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-worker/29.7.0/jest-worker-29.7.0.tgz
downloading https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz
downloading https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz
following redirect to https://cdn.npmmirror.com/packages/jest/29.7.0/jest-29.7.0.tgz
downloading https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz
downloading https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz
following redirect to https://cdn.npmmirror.com/packages/js-yaml/3.14.1/js-yaml-3.14.1.tgz
downloading https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/js-tokens/4.0.0/js-tokens-4.0.0.tgz
downloading https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz
downloading https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz
downloading https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz
following redirect to https://cdn.npmmirror.com/packages/jest-util/29.7.0/jest-util-29.7.0.tgz
downloading https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz
following redirect to https://cdn.npmmirror.com/packages/jsesc/2.5.2/jsesc-2.5.2.tgz
downloading https://registry.npmjs.org/leven/-/leven-2.1.0.tgz
downloading https://registry.npmmirror.com/leven/-/leven-3.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/json-parse-even-better-errors/2.3.1/json-parse-even-better-errors-2.3.1.tgz
downloading https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz
following redirect to https://cdn.npmmirror.com/packages/json5/2.2.3/json5-2.2.3.tgz
downloading https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz
downloading https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/kleur/3.0.3/kleur-3.0.3.tgz
downloading https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz
downloading https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz
following redirect to https://cdn.npmmirror.com/packages/leven/3.1.0/leven-3.1.0.tgz
downloading https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz
downloading https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz
downloading https://registry.npmjs.org/long/-/long-5.2.3.tgz
downloading https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/locate-path/5.0.0/locate-path-5.0.0.tgz
downloading https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/lodash.memoize/4.1.2/lodash.memoize-4.1.2.tgz
downloading https://registry.npmmirror.com/make-dir/-/make-dir-4.0.0.tgz
downloading https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz
following redirect to https://cdn.npmmirror.com/packages/make-dir/4.0.0/make-dir-4.0.0.tgz
downloading https://registry.npmmirror.com/makeerror/-/makeerror-1.0.12.tgz
following redirect to https://cdn.npmmirror.com/packages/make-error/1.3.6/make-error-1.3.6.tgz
downloading https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/lines-and-columns/1.2.4/lines-and-columns-1.2.4.tgz
downloading https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz
following redirect to https://cdn.npmmirror.com/packages/lru-cache/5.1.1/lru-cache-5.1.1.tgz
downloading https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz
downloading https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz
downloading https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz
following redirect to https://cdn.npmmirror.com/packages/merge-stream/2.0.0/merge-stream-2.0.0.tgz
downloading https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz
following redirect to https://cdn.npmmirror.com/packages/micromatch/4.0.8/micromatch-4.0.8.tgz
downloading https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.10.0.tgz
downloading https://registry.npmjs.org/mqtt/-/mqtt-4.3.7.tgz
downloading https://registry.npmjs.org/ms/-/ms-2.1.2.tgz
downloading https://registry.yarnpkg.com/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz
downloading https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.11.0.tgz
downloading https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz
downloading https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz
downloading https://registry.yarnpkg.com/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz
downloading https://registry.npmmirror.com/node-int64/-/node-int64-0.4.0.tgz
following redirect to https://cdn.npmmirror.com/packages/minimatch/5.1.6/minimatch-5.1.6.tgz
downloading https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz
following redirect to https://cdn.npmmirror.com/packages/natural-compare/1.4.0/natural-compare-1.4.0.tgz
downloading https://registry.npmjs.org/nofilter/-/nofilter-3.1.0.tgz
downloading https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/node-int64/0.4.0/node-int64-0.4.0.tgz
downloading https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/node-releases/2.0.18/node-releases-2.0.18.tgz
downloading https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.10.tgz
following redirect to https://cdn.npmmirror.com/packages/makeerror/1.0.12/makeerror-1.0.12.tgz
downloading https://registry.npmjs.org/once/-/once-1.4.0.tgz
downloading https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz
downloading https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz
downloading https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/normalize-path/3.0.0/normalize-path-3.0.0.tgz
downloading https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz
downloading https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz
following redirect to https://cdn.npmmirror.com/packages/npm-run-path/4.0.1/npm-run-path-4.0.1.tgz
downloading https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz
downloading https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz
downloading https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz
downloading https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz
downloading https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz
following redirect to https://cdn.npmmirror.com/packages/p-limit/2.3.0/p-limit-2.3.0.tgz
downloading https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/p-limit/3.1.0/p-limit-3.1.0.tgz
downloading https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz
downloading https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz
downloading https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/p-try/2.2.0/p-try-2.2.0.tgz
downloading https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz
downloading https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/p-locate/4.1.0/p-locate-4.1.0.tgz
downloading https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz
following redirect to https://cdn.npmmirror.com/packages/parse-json/5.2.0/parse-json-5.2.0.tgz
downloading https://registry.npmmirror.com/picocolors/-/picocolors-1.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/path-exists/4.0.0/path-exists-4.0.0.tgz
downloading https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz
following redirect to https://cdn.npmmirror.com/packages/picocolors/1.0.1/picocolors-1.0.1.tgz
downloading https://registry.npmjs.org/pify/-/pify-3.0.0.tgz
downloading https://registry.npmmirror.com/pirates/-/pirates-4.0.6.tgz
following redirect to https://cdn.npmmirror.com/packages/picomatch/2.3.1/picomatch-2.3.1.tgz
downloading https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz
downloading https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz
following redirect to https://cdn.npmmirror.com/packages/pirates/4.0.6/pirates-4.0.6.tgz
downloading https://registry.npmmirror.com/pretty-format/-/pretty-format-29.7.0.tgz
following redirect to https://cdn.npmmirror.com/packages/path-key/3.1.1/path-key-3.1.1.tgz
downloading https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/pretty-format/29.7.0/pretty-format-29.7.0.tgz
downloading https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz
downloading https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz
downloading https://registry.npmjs.org/pump/-/pump-3.0.0.tgz
downloading https://registry.npmmirror.com/pure-rand/-/pure-rand-6.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/path-parse/1.0.7/path-parse-1.0.7.tgz
downloading https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz
following redirect to https://cdn.npmmirror.com/packages/prompts/2.4.2/prompts-2.4.2.tgz
downloading https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz
downloading https://registry.npmjs.org/reinterval/-/reinterval-1.1.0.tgz
downloading https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/pure-rand/6.1.0/pure-rand-6.1.0.tgz
downloading https://registry.npmmirror.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/react-is/18.3.1/react-is-18.3.1.tgz
downloading https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/require-directory/2.1.1/require-directory-2.1.1.tgz
downloading https://registry.npmmirror.com/resolve.exports/-/resolve.exports-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/resolve-cwd/3.0.0/resolve-cwd-3.0.0.tgz
downloading https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz
following redirect to https://cdn.npmmirror.com/packages/resolve-from/5.0.0/resolve-from-5.0.0.tgz
downloading https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz
downloading https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz
downloading https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz
downloading https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz
downloading https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz
following redirect to https://cdn.npmmirror.com/packages/semver/6.3.1/semver-6.3.1.tgz
downloading https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/semver/7.6.3/semver-7.6.3.tgz
following redirect to https://cdn.npmmirror.com/packages/resolve/1.22.8/resolve-1.22.8.tgz
downloading https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz
downloading https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/pkg-dir/4.2.0/pkg-dir-4.2.0.tgz
downloading https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz
downloading https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz
downloading https://registry.npmjs.org/signale/-/signale-1.4.0.tgz
downloading https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz
following redirect to https://cdn.npmmirror.com/packages/resolve.exports/2.0.2/resolve.exports-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/shebang-command/2.0.0/shebang-command-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/shebang-regex/3.0.0/shebang-regex-3.0.0.tgz
downloading https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz
downloading https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.13.tgz
downloading https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz
following redirect to https://cdn.npmmirror.com/packages/source-map/0.6.1/source-map-0.6.1.tgz
following redirect to https://cdn.npmmirror.com/packages/sisteransi/1.0.5/sisteransi-1.0.5.tgz
following redirect to https://cdn.npmmirror.com/packages/slash/3.0.0/slash-3.0.0.tgz
downloading https://registry.npmjs.org/split2/-/split2-3.2.2.tgz
following redirect to https://cdn.npmmirror.com/packages/source-map-support/0.5.13/source-map-support-0.5.13.tgz
downloading https://registry.npmjs.org/split2/-/split2-4.1.0.tgz
downloading https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz
downloading https://registry.npmmirror.com/stack-utils/-/stack-utils-2.0.6.tgz
downloading https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz
downloading https://registry.npmmirror.com/string-length/-/string-length-4.0.2.tgz
downloading https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz
downloading https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz
downloading https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz
downloading https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz
downloading https://registry.npmmirror.com/strip-bom/-/strip-bom-4.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/string-length/4.0.2/string-length-4.0.2.tgz
downloading https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/stack-utils/2.0.6/stack-utils-2.0.6.tgz
downloading https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/strip-bom/4.0.0/strip-bom-4.0.0.tgz
downloading https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz
downloading https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
downloading https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/strip-final-newline/2.0.0/strip-final-newline-2.0.0.tgz
downloading https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/strip-json-comments/3.1.1/strip-json-comments-3.1.1.tgz
downloading https://registry.npmmirror.com/test-exclude/-/test-exclude-6.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/supports-color/8.1.1/supports-color-8.1.1.tgz
downloading https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz
downloading https://registry.npmmirror.com/tmpl/-/tmpl-1.0.5.tgz
following redirect to https://cdn.npmmirror.com/packages/supports-preserve-symlinks-flag/1.0.0/supports-preserve-symlinks-flag-1.0.0.tgz
downloading https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz
following redirect to https://cdn.npmmirror.com/packages/sprintf-js/1.0.3/sprintf-js-1.0.3.tgz
downloading https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/test-exclude/6.0.0/test-exclude-6.0.0.tgz
downloading https://registry.npmmirror.com/ts-jest/-/ts-jest-29.2.5.tgz
following redirect to https://cdn.npmmirror.com/packages/tmpl/1.0.5/tmpl-1.0.5.tgz
downloading https://registry.npmmirror.com/type-detect/-/type-detect-4.0.8.tgz
following redirect to https://cdn.npmmirror.com/packages/to-regex-range/5.0.1/to-regex-range-5.0.1.tgz
following redirect to https://cdn.npmmirror.com/packages/to-fast-properties/2.0.0/to-fast-properties-2.0.0.tgz
downloading https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz
downloading https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
downloading https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz
downloading https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz
downloading https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/ts-jest/29.2.5/ts-jest-29.2.5.tgz
following redirect to https://cdn.npmmirror.com/packages/type-detect/4.0.8/type-detect-4.0.8.tgz
downloading https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
downloading https://registry.npmmirror.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz
downloading https://registry.npmmirror.com/walker/-/walker-1.0.8.tgz
following redirect to https://cdn.npmmirror.com/packages/update-browserslist-db/1.1.0/update-browserslist-db-1.1.0.tgz
downloading https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz
downloading https://registry.npmmirror.com/which/-/which-2.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/v8-to-istanbul/9.3.0/v8-to-istanbul-9.3.0.tgz
downloading https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz
following redirect to https://cdn.npmmirror.com/packages/walker/1.0.8/walker-1.0.8.tgz
downloading https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz
downloading https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz
downloading https://registry.npmmirror.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz
following redirect to https://cdn.npmmirror.com/packages/which/2.0.2/which-2.0.2.tgz
downloading https://registry.npmjs.org/ws/-/ws-7.5.8.tgz
downloading https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz
downloading https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz
following redirect to https://cdn.npmmirror.com/packages/write-file-atomic/4.0.2/write-file-atomic-4.0.2.tgz
downloading https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/wrap-ansi/7.0.0/wrap-ansi-7.0.0.tgz
downloading https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz
downloading https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/y18n/5.0.8/y18n-5.0.8.tgz
downloading https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz
following redirect to https://cdn.npmmirror.com/packages/yallist/3.1.1/yallist-3.1.1.tgz
downloading https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz
following redirect to https://cdn.npmmirror.com/packages/yargs-parser/21.1.1/yargs-parser-21.1.1.tgz
following redirect to https://cdn.npmmirror.com/packages/yargs/17.7.2/yargs-17.7.2.tgz
following redirect to https://cdn.npmmirror.com/packages/yocto-queue/0.1.0/yocto-queue-0.1.0.tgz
Done
buildPhase completed in 2 minutes 30 seconds
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/56qsvz5r7qni6z047j540hanwk9kw274-offline-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/56qsvz5r7qni6z047j540hanwk9kw274-offline-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/56qsvz5r7qni6z047j540hanwk9kw274-offline-x86_64-unknown-linux-gnufilc0
mqttx-cli-1.11.1
Build started
→ unpackPhase
unpacking source archive /nix/store/air8cvi8gp17bw8lx2dvsyr4dz7q6mj3-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
Executing yarnConfigHook
Validating consistency between /build/source/cli/yarn.lock and /nix/store/56qsvz5r7qni6z047j540hanwk9kw274-offline-x86_64-unknown-linux-gnufilc0/yarn.lock
yarn config v1.22.22
success Set "yarn-offline-mirror" to "/nix/store/56qsvz5r7qni6z047j540hanwk9kw274-offline-x86_64-unknown-linux-gnufilc0".
Done in 0.02s.
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
warning Ignored scripts due to flag.
Done in 2.98s.
patching script interpreter paths in node_modules
node_modules/@babel/core/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/parser/bin/babel-parser.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/babel-plugin-istanbul/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/browserslist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/create-jest/bin/create-jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ejs/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/exit/test/fixtures/create-files.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
node_modules/esprima/bin/esparse.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/esprima/bin/esvalidate.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/import-local/fixtures/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/jest/bin/jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/jake/bin/bash_completion.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
node_modules/jake/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/jest-cli/bin/jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/jsesc/bin/jsesc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/json5/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mqtt/bin/mqtt.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mqtt/bin/pub.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mqtt/bin/sub.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/msgpackr-extract/bin/download-prebuilds.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp-build-optional-packages/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp-build-optional-packages/build-test.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp-build-optional-packages/optional.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/resolve/bin/resolve: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-jest/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/typescript/bin/tsserver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/typescript/bin/tsc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/update-browserslist-db/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/which/bin/node-which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
finished yarnConfigHook
→ buildPhase
yarn run v1.22.22
$ tsc
Done in 1.84s.
→ installPhase
Executing yarnInstallHook
yarn pack v1.22.22
success Wrote tarball to "/build/tmp.hSDtNlN8hL/yarn-pack.tgz".
Done in 0.04s.
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
warning Ignored scripts due to flag.
Done in 0.59s.
Finished yarnInstallHook
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/node.abi115.glibc.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/node.abi115.musl.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/node.napi.glibc.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/node.napi.musl.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm/node.abi115.musl.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm/node.napi.musl.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64/node.abi115.musl.node
shrinking /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib/node_modules/mqttx-cli/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64/node.napi.musl.node
checking for references to /build/ in /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1...
patching script interpreter paths in /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1
stripping (with command strip and flags -S -p) in  /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/lib /nix/store/vlxcqajjzm6pna69gkh3f9nb2x1wv5sp-mqttx-cli-x86_64-unknown-linux-gnufilc0-1.11.1/bin
mp4v2-5.0.1
error: Cannot build '/nix/store/34vybjg6fnklpv79igc8c0f94xy7qvl5-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/nvs9y5plar9diwi088yv5dz63ab9944z-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1
       Last 25 log lines:
       > l^      <
       > | boo^/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__type_traits/is_integral.hl
       > >: 24 : 10 :/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__type_traits/is_integral.h  :  24 :error:  10 :  expected identifier or '(' 
       > error:   {expected identifier or '('    24
       >  | etneummpl    a{24t  | ev atl<eu>em  p =l   a t 1e    < } >;  s t} r; u c t
       >          |  _ _^l
       > sitbrcup/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__type_traits/is_integral.hcp:t_24i: s10__:i_n lteibgerror: crpaplexpected identifier or '('<_bi
       > oso_li>n    t 24e  | g tr e am lp <l ab to eo  l <> >      {        e  n  u  m    s {t  r vu ac{lt ue e _n=_u lmib1 cp{ p }_v;ia sl}_u;ien
       > t=e       g| r1a         ^
       > l <}b;o o}l;>
       >         |            ^
       >          { enum { value = 1fatal error:  };too many errors emitted, stopping now [-ferror-limit=] }
       > ;
       >       |          ^
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 20 errors generated.
       > make: *** [doc/GNUmakefile.mk:369: src/impl.h.gch/shared] Error 1
       > make: *** Waiting for unfinished jobs....
       > 20 errors generated.
       > make: *** [doc/GNUmakefile.mk:369: libplatform/impl.h.gch/shared] Error 1
       > 20 errors generated.
       > 20 errors generated.
       > make: *** [doc/GNUmakefile.mk:373: util/impl.h.gch/exe] Error 1
       > make: *** [doc/GNUmakefile.mk:369: libutil/impl.h.gch/shared] Error 1
       For full logs, run:
         nix log /nix/store/34vybjg6fnklpv79igc8c0f94xy7qvl5-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv
mpdas-0.4.5
error: Cannot build '/nix/store/42hxsbn6k83q25587696xa9g49pyy4yc-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/pmlbr32nlzh5snm9n6dm2vnkvsf5sd7c-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5
       Last 25 log lines:
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_status_get_song_id:(.text+0xe338): error: undefined reference to 'pizlonated_mpd_status_get_song_id'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_status_get_elapsed_time:(.text+0xe4c8): error: undefined reference to 'pizlonated_mpd_status_get_elapsed_time'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_stats_get_play_time:(.text+0xe658): error: undefined reference to 'pizlonated_mpd_stats_get_play_time'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_run_current_song:(.text+0xe7eb): error: undefined reference to 'pizlonated_mpd_run_current_song'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_song_free:(.text+0xe9d8): error: undefined reference to 'pizlonated_mpd_song_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_send_read_messages:(.text+0xeb18): error: undefined reference to 'pizlonated_mpd_send_read_messages'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_recv_message:(.text+0xecab): error: undefined reference to 'pizlonated_mpd_recv_message'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_message_get_text:(.text+0xee9b): error: undefined reference to 'pizlonated_mpd_message_get_text'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_message_free:(.text+0xf4c8): error: undefined reference to 'pizlonated_mpd_message_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_response_finish:(.text+0xf608): error: undefined reference to 'pizlonated_mpd_response_finish'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_status_free:(.text+0xf798): error: undefined reference to 'pizlonated_mpd_status_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_stats_free:(.text+0xf8d8): error: undefined reference to 'pizlonated_mpd_stats_free'
       > mpd.o:mpd.cpp:function pizlonatedFI18629_mpd_song_get_tag:(.text+0xfa25): error: undefined reference to 'pizlonated_mpd_song_get_tag'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_song_get_duration:(.text+0xfc68): error: undefined reference to 'pizlonated_mpd_song_get_duration'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI9_curl_easy_init:(.text+0x2239e): error: undefined reference to 'pizlonated_curl_easy_init'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1065_curl_easy_cleanup:(.text+0x22b18): error: undefined reference to 'pizlonated_curl_easy_cleanup'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1_curl_global_cleanup:(.text+0x22c4e): error: undefined reference to 'pizlonated_curl_global_cleanup'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI18622_curl_easy_setopt:(.text+0x23365): error: undefined reference to 'pizlonated_curl_easy_setopt'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI131273_curl_easy_setopt:(.text+0x23562): error: undefined reference to 'pizlonated_curl_easy_setopt'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1066_curl_easy_perform:(.text+0x23768): error: undefined reference to 'pizlonated_curl_easy_perform'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI142_curl_easy_strerror:(.text+0x238f3): error: undefined reference to 'pizlonated_curl_easy_strerror'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI28870_curl_easy_escape:(.text+0x24522): error: undefined reference to 'pizlonated_curl_easy_escape'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1065_curl_free:(.text+0x24788): error: undefined reference to 'pizlonated_curl_free'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:22: mpdas] Error 1
       For full logs, run:
         nix log /nix/store/42hxsbn6k83q25587696xa9g49pyy4yc-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv
mpir-3.0.0
error: Cannot build '/nix/store/331vhmb8z2x6nfd4g3xy96yjw0q5aivw-mpir-x86_64-unknown-linux-gnufilc0-3.0.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/p1fdn1lr2ac1x403dkfjxv9rk2m6vc96-mpir-x86_64-unknown-linux-gnufilc0-3.0.0
       Last 25 log lines:
       > checking for sysctl... no
       > checking for sysctlbyname... no
       > checking for times... yes
       > checking for mprotect... yes
       > checking for vsnprintf... yes
       > checking whether vsnprintf works... probably
       > configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
       > checking whether sscanf needs writable input... no
       > checking for struct pst_processor.psp_iticksperclktick... no
       > checking for sstream... yes
       > checking for std::locale... yes
       > checking for suitable m4... m4
       > checking if m4wrap produces spurious output... no
       > checking how to switch to text section... .text
       > checking how to switch to data section... .data
       > checking for assembler label suffix... :
       > checking for assembler global directive... .globl
       > checking for assembler global directive attribute...
       > checking if globals are prefixed by underscore... yes
       > checking how to switch to read-only data section... .data
       > checking for assembler .type directive... .type	$1,@$2
       > checking for assembler .size directive... .size	$1,$2
       > checking for assembler local label prefix... L
       > checking for assembler byte directive... .byte
       > checking how to define a 32-bit word... configure: error: cannot determine how to define a 32-bit word
       For full logs, run:
         nix log /nix/store/331vhmb8z2x6nfd4g3xy96yjw0q5aivw-mpir-x86_64-unknown-linux-gnufilc0-3.0.0.drv
mruby-3.3.0
error: Cannot build '/nix/store/s1jdj2ba688yqrkr6cfn50zapbmaw32m-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/f6b6bjkv5y791w4kmlhi8vg4h31mydzv-mruby-x86_64-unknown-linux-gnufilc0-3.3.0
       Last 25 log lines:
       > mrbgems/mruby-compiler/core/y.tab.c:6238:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable]
       >  6238 |     int yynerrs = 0;
       >       |         ^
       > 1 warning generated.
       > AR    build/host/mrbc/lib/libmruby_core.a
       > ar: creating /build/source/build/host/mrbc/lib/libmruby_core.a
       > LD    build/host/mrbc/bin/mrbc
       > /build/source/build/host/mrbc/lib/libmruby_core.a(string.o):string.c:function pizlonatedFIP28870_str_new:(.text+0x67d): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(string.o):string.c:function pizlonatedFIP28870_str_new:(.text+0x68f): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(symbol.o):symbol.c:function pizlonatedFIP205886_sym_intern:(.text+0x72e): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(symbol.o):symbol.c:function pizlonatedFIP205886_sym_intern:(.text+0x740): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(codegen.o):codegen.c:function pizlonatedFIP28863_new_lit_str:(.text+0x3e7ad): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(codegen.o):codegen.c:function pizlonatedFIP28863_new_lit_str:(.text+0x3e7bf): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(load.o):load.c:function pizlonatedFIP12777_mrb_read_irep:(.text+0xa7): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(load.o):load.c:function pizlonatedFIP12777_mrb_read_irep:(.text+0xbd): error: undefined reference to 'pizlonated_edata'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > rake aborted!
       > Command failed with status (1): [clang++  -o "/build/source/build/host/mrbc/bin/mrbc" "/build/source/build/host/mrbc/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.o" "/build/source/build/host/mrbc/mrbgems/mruby-bin-mrbc/tools/mrbc/stub.o" "/build/source/build/host/mrbc/lib/libmruby_core.a"  -lm ]
       > /build/source/lib/mruby/build/command.rb:33:in `_run'
       > /build/source/lib/mruby/build/command.rb:223:in `run'
       > /build/source/mrbgems/mruby-bin-mrbc/mrbgem.rake:11:in `block (2 levels) in <top (required)>'
       > /nix/store/blg8zdb58n2dra9jb4a9hg3bxfy3z1b3-rake-13.2.1/lib/ruby/gems/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
       > Tasks: TOP => default => all => gensym => /build/source/build/host/presym => /build/source/build/host/mrblib/mrblib.pi => /build/source/build/host/mrblib/mrblib.c => /build/source/build/host/mrbc/bin/mrbc
       > (See full trace by running task with --trace)
       > make: *** [Makefile:6: all] Error 1
       For full logs, run:
         nix log /nix/store/s1jdj2ba688yqrkr6cfn50zapbmaw32m-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv
mrustc-0.10.1
error: Cannot build '/nix/store/ndxh8mk3x6q4c8nz182a69lndvrlj8gg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/v2zrz99147n5k80z7g76d3iy9am9sibs-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1
       Last 25 log lines:
       > src/mir/optimise.cpp:3731:43: note: place parentheses around comparison expression to evaluate it first
       >  3731 |                         if( v >> (bits-1) != 0 ) {
       >       |                                           ^
       >       |                                  (            )
       > src/mir/optimise.cpp:3834:66: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
       >  3834 |                                     if( 0.0 <= vp->v && vp->v <= UINT64_MAX )
       >       |                                                               ~~ ^~~~~~~~~~
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:119:23: note: expanded from macro 'UINT64_MAX'
       >   119 | # define UINT64_MAX             (__UINT64_C(18446744073709551615))
       >       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:96:25: note: expanded from macro '__UINT64_C'
       >    96 | #  define __UINT64_C(c) c ## UL
       >       |                         ^~~~~~~
       > <scratch space>:246:1: note: expanded from here
       >   246 | 18446744073709551615UL
       >       | ^~~~~~~~~~~~~~~~~~~~~~
       > 4 warnings generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > [CXX] -o .obj/version.o
       > [AR] bin/mrustc.a
       > [CXX] -o bin/mrustc
       > bin/mrustc.a(mangling_v2.o):mangling_v2.cpp:function pizlonatedFI403_log10:(.text+0x12381): error: undefined reference to 'pizlonated_log10'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:163: bin/mrustc] Error 1
       For full logs, run:
         nix log /nix/store/ndxh8mk3x6q4c8nz182a69lndvrlj8gg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv
mrustc-minicargo-0.10.1
error: Cannot build '/nix/store/57qrhim1gva36smpfajd63ikmbivv62j-mrustc-minicargo-x86_64-unknown-linux-gnufilc0-0.10.1.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/qg1dprbfx43izc3lbq1s2b1vlf7azdij-mrustc-minicargo-x86_64-unknown-linux-gnufilc0-0.10.1
msgpack-c-6.1.0
error: Cannot build '/nix/store/p05xj9vshnnbdim73098iiab9bbbpx6m-msgpack-c-x86_64-unknown-linux-gnufilc0-6.1.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7fjqbbhy7kxbdgmi3kpk43yg7dgkq8dy-msgpack-c-x86_64-unknown-linux-gnufilc0-6.1.0
       Last 25 log lines:
       > /nix/store/d9ajg23jajx98bblza1nnawllaaq86pr-gtest-x86_64-unknown-linux-gnufilc0-1.16.0/lib/libgtest.so.1.16.0: error: undefined reference to 'pizlonated_nextafter'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/buffer_c.dir/build.make:104: test/buffer_c] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:1112: test/CMakeFiles/buffer_c.dir/all] Error 2
       > [ 95%] Linking CXX executable streaming_c
       > /nix/store/d9ajg23jajx98bblza1nnawllaaq86pr-gtest-x86_64-unknown-linux-gnufilc0-1.16.0/lib/libgtest.so.1.16.0: error: undefined reference to 'pizlonated_nextafter'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/streaming_c.dir/build.make:104: test/streaming_c] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:1240: test/CMakeFiles/streaming_c.dir/all] Error 2
       > /build/source/test/msgpack_c.cpp:1695:26: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
       >  1695 |     msgpack_object array[buffer_size];
       >       |                          ^~~~~~~~~~~
       > /build/source/test/msgpack_c.cpp:1695:26: note: read of non-const variable 'buffer_size' is not allowed in a constant expression
       > /build/source/test/msgpack_c.cpp:1694:14: note: declared here
       >  1694 |     uint32_t buffer_size = 4;
       >       |              ^
       > 1 warning generated.
       > [100%] Linking CXX executable msgpack_c
       > /nix/store/d9ajg23jajx98bblza1nnawllaaq86pr-gtest-x86_64-unknown-linux-gnufilc0-1.16.0/lib/libgtest.so.1.16.0: error: undefined reference to 'pizlonated_nextafter'
       > CMakeFiles/msgpack_c.dir/msgpack_c.cpp.o:msgpack_c.cpp:function pizlonatedFI1067_nanf:(.text+0x203c21): error: undefined reference to 'pizlonated_nanf'
       > CMakeFiles/msgpack_c.dir/msgpack_c.cpp.o:msgpack_c.cpp:function pizlonatedFI1068_nan:(.text+0x203ee1): error: undefined reference to 'pizlonated_nan'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/msgpack_c.dir/build.make:104: test/msgpack_c] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:1176: test/CMakeFiles/msgpack_c.dir/all] Error 2
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/p05xj9vshnnbdim73098iiab9bbbpx6m-msgpack-c-x86_64-unknown-linux-gnufilc0-6.1.0.drv
msgpack-tools-0.6
error: Cannot build '/nix/store/r991mzs5wv3l7j7mix2hms3yr6dq79im-msgpack-tools-x86_64-unknown-linux-gnufilc0-0.6.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4prh8w8yka7dl8l21m7lwip8hsm3ypps-msgpack-tools-x86_64-unknown-linux-gnufilc0-0.6
       Last 25 log lines:
       > [ 25%] Building C object CMakeFiles/json2msgpack.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-expect.c.o
       > [ 30%] Building C object CMakeFiles/json2msgpack.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-common.c.o
       > [ 35%] Building C object CMakeFiles/json2msgpack.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-node.c.o
       > [ 40%] Building C object CMakeFiles/json2msgpack.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-platform.c.o
       > [ 45%] Building C object CMakeFiles/msgpack2json.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-node.c.o
       > [ 50%] Building C object CMakeFiles/msgpack2json.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-platform.c.o
       > In file included from /build/source/src/json2msgpack.cpp:27:
       > /build/source/build/contrib/rapidjson-99ba17bd66a85ec64a2f322b68c2b9c3b77a4391/include/rapidjson/document.h:319:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
       >   319 |     GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
       >       |                                                                           ~~~~~~ ^
       > /build/source/build/contrib/rapidjson-99ba17bd66a85ec64a2f322b68c2b9c3b77a4391/include/rapidjson/document.h:325:20: note: non-static data member 'length' declared const here
       >   325 |     const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
       >       |     ~~~~~~~~~~~~~~~^~~~~~
       > 1 error generated.
       > make[2]: *** [CMakeFiles/json2msgpack.dir/build.make:79: CMakeFiles/json2msgpack.dir/src/json2msgpack.cpp.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [ 55%] Building C object CMakeFiles/msgpack2json.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-reader.c.o
       > [ 60%] Building C object CMakeFiles/msgpack2json.dir/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-writer.c.o
       > [ 65%] Building C object CMakeFiles/msgpack2json.dir/contrib/libb64-1.2.1/src/cdecode.c.o
       > [ 70%] Building C object CMakeFiles/msgpack2json.dir/contrib/libb64-1.2.1/src/cencode.c.o
       > make[1]: *** [CMakeFiles/Makefile2:122: CMakeFiles/json2msgpack.dir/all] Error 2
       > make[1]: *** Waiting for unfinished jobs....
       > [ 75%] Linking CXX executable msgpack2json
       > [ 75%] Built target msgpack2json
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/r991mzs5wv3l7j7mix2hms3yr6dq79im-msgpack-tools-x86_64-unknown-linux-gnufilc0-0.6.drv
msr-tools-1.3
error: Cannot build '/nix/store/54q2ipx9dxmglq9mj8c2wbwgdrx03k0j-msr-tools-x86_64-unknown-linux-gnufilc0-1.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/dj0fx6aq8ka25nf8k61wd7fb8rdhv9ln-msr-tools-x86_64-unknown-linux-gnufilc0-1.3
       Last 14 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/lapj29gx4wl0p79wc22v5l1lgiy72cys-msr-tools-1.3.zip
       > source root is msr-tools-master
       > setting SOURCE_DATE_EPOCH to timestamp 1378781369 of file "msr-tools-master/wrmsr.c"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > gcc -Wall -g -O2 -fomit-frame-pointer -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -o wrmsr wrmsr.c
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [Makefile:43: wrmsr] Error 127
       For full logs, run:
         nix log /nix/store/54q2ipx9dxmglq9mj8c2wbwgdrx03k0j-msr-tools-x86_64-unknown-linux-gnufilc0-1.3.drv
mpir-3.0.0
error: build of '/nix/store/331vhmb8z2x6nfd4g3xy96yjw0q5aivw-mpir-x86_64-unknown-linux-gnufilc0-3.0.0.drv^*', '/nix/store/34vybjg6fnklpv79igc8c0f94xy7qvl5-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv^*', '/nix/store/42hxsbn6k83q25587696xa9g49pyy4yc-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv^*', '/nix/store/54q2ipx9dxmglq9mj8c2wbwgdrx03k0j-msr-tools-x86_64-unknown-linux-gnufilc0-1.3.drv^*', '/nix/store/57qrhim1gva36smpfajd63ikmbivv62j-mrustc-minicargo-x86_64-unknown-linux-gnufilc0-0.10.1.drv^*', '/nix/store/ndxh8mk3x6q4c8nz182a69lndvrlj8gg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv^*', '/nix/store/p05xj9vshnnbdim73098iiab9bbbpx6m-msgpack-c-x86_64-unknown-linux-gnufilc0-6.1.0.drv^*', '/nix/store/r991mzs5wv3l7j7mix2hms3yr6dq79im-msgpack-tools-x86_64-unknown-linux-gnufilc0-0.6.drv^*', '/nix/store/s1jdj2ba688yqrkr6cfn50zapbmaw32m-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv^*' failed

End of log