Git Product home page Git Product logo

Comments (42)

xrviv avatar xrviv commented on August 15, 2024 3

So, for reproducible builds it's best to use something like docker so everyone has the same build tools and the same versions of those build tools for example?

Yes

If you clone the walletscrutiny repository on gitlab - https://gitlab.com/walletscrutiny/walletScrutinyCom. You will find there some existing Dockerfile configurations for wallets such as blue wallet, bitcoin schildbach, etc.

So, if I understand correctly OneKey needs to document the build tools, the versions of those build tools, on which platform they build it, the file structure, basically everything you mentioned here?

Isn't that fun!? Basically their team just has to document what they are already doing and digest it to make it easier for others to follow their procedure.

Could also some of these be avoided? Such as embedded metadata, or the order? Can the order be fixed? I assume that this depends on the build tools right?

There are things that cannot be avoided and some stuff that come up with differences routinely. I know it sounds a bit "perfectionist" but it is possible. You can find more background in reproducible-builds.org.

That's quite the task TBH πŸ˜… Still, it's needed for transparency.

A little documentation won't hurt anybody :)

from firmware.

tonneymilk avatar tonneymilk commented on August 15, 2024 2

Yes. Well-known hardware wallets have passed the consistency test, such as Trezor, coldcard, etc. This is especially troubling considering Onekey is made in China.

from firmware.

xrviv avatar xrviv commented on August 15, 2024 2

I could try again.

from firmware.

xrviv avatar xrviv commented on August 15, 2024 2

Commenting out those 2 lines in the build-docker.sh that was provided, resulted in this:

I trimmed the results as no pastebin service can accommodate all the characters:

/nix/store/3ydyllv3y22qpxcgsf9miwq4dkjwjcj2-gcc-arm-embedded-12.2.rel1/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: warning: _popcountsi2.o: missing .note.GNU-stack section implies executable stack
/nix/store/3ydyllv3y22qpxcgsf9miwq4dkjwjcj2-gcc-arm-embedded-12.2.rel1/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
arm-none-eabi-objcopy -O binary -j .vendorheader -j .header -j .flash -j .data --pad-to 0x081E0000 build/firmware/firmware.elf build/firmware/firmware.bin.p1
arm-none-eabi-objcopy -O binary -j .flash2 build/firmware/firmware.elf build/firmware/firmware.bin.p2
cat build/firmware/firmware.bin.p1 build/firmware/firmware.bin.p2 > build/firmware/firmware.bin
tools/headertool.py -h build/firmware/firmware.bin
Vendor Header for OneKey version 0.0 (1536 bytes)
❌ Signature is INVALID
Firmware Header {
    magic: HeaderType.FIRMWARE
    header_len: 1024
    expiry: 0
    code_length: 3129344
    version: 2.99.99 build 99
    fix_version: 2.99.99 build 99
    onekey_version: 4.7.0 build 0
    hashes: [
        βœ” 0cebbc7f16f58595868e8a5c2f35c82ac7579a9546eb20fb8d04b85ea07e8a7d
        βœ” 0491975ef39f6ac31cf114663d7cdd7e719aedac43927201a51b491284fa075a
        βœ” c23b626dce042bf6038d0360a052ab0514f6dbfecc36520c953f72cbd90bce44
        βœ” acccd8960c9facb5cbce5cceb45f9f8c5194cfc0989fef8e1a4c89999914c6fb
        βœ” 0665fe3d2f9ffea41530dd38cefdcca5e52fec35679c580e3ab6f500fc173ec7
        βœ” 6731c82119683ee9f9182c8e0973f53c4809db61aa7ddd7907f366a4558efd77
        βœ” 09614224dc280b665aca895ca8bd1904d582a528adaffe663270c9067f498d2c
        βœ” 2adb36f85aee08b31df89f3fd662a1b0d7984ac8fb8c81c31e3232396d21093e
        βœ” b7579a2e13c3a35b7e50d98c55acefd0f1950d13beb95de903d47b6eede3d384
        βœ” a297a5a92c8e6122d96804c622577b26ef7eab3f2ee4a77fe35b5c57edae3e38
        βœ” ed8d902d8d31acfedf023a431ccc0f1bc4ef199643ac884009cd90613ee5564a
        βœ” a0b56241f274123c96df28646a9baef7e08a886c601c1d0db3a1574ed6c18027
        βœ” 0000000000000000000000000000000000000000000000000000000000000000
        βœ” 0000000000000000000000000000000000000000000000000000000000000000
        βœ” 0000000000000000000000000000000000000000000000000000000000000000
        βœ” 0000000000000000000000000000000000000000000000000000000000000000
    ]
    sigmask: 0
    signature: 64 bytes 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
}
Fingerprint: f390f6e554f8e5ec6822b278160454824db36fbc4741e96adec338065d6afa8e
❌ Signature is MISSING, hashes are VALID
dd if=build/firmware/firmware.bin of=build/firmware/firmware.bin.p1 skip=0 bs=128k count=12
12+0 records in
12+0 records out
1572864 bytes (1.6 MB, 1.5 MiB) copied, 0.00155952 s, 1.0 GB/s
cp build/firmware/firmware.bin build/firmware/touch.4.7.0-Stable-0506-2c4d945.bin
make: Leaving directory '/tmp/onekey-firmware/core'

I will try to analyze tomorrow.

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024 2

Strange, @lyxyx or @loatheb needs to help you with this, they know how to build it, it seems.

from firmware.

adrelanos avatar adrelanos commented on August 15, 2024 1

Hello,

thank you for your reply!

This isn't a feature request on how to reproduce compilation. This isn't "how do I compile" question.

The feature request is "reproducible builds".

You compile it, you get hash "A".
I compile it, I get hash "B".
Another user compiles it, and gets hash "C".
That's an issue. That's the legacy way to do it.

How to proof that the source code that was claimed to use for compilation is the actual source code used for compilation? For that a feature called "reproducible builds" is required.

Bitcoin Core is fully reproducible. If original upstream developers compile it or any other user from the same source code, the resulting binary will have the very same hash. This proves that there's no extra hidden source code or other weirdness / differences in the official binaries.

Debian, Qubes OS and many others are also working on reproducible builds.

https://binarywatch.org/ shows some other crypto currency software and hardware wallets which are already reproducible.

If you build official builds in CI versus locally is kinda unrelated. Ideally, you would compile in a few different environments (since weird things such as different file systems, operating systems, system clock, timezones can lead to different hashes of the final binary). Once you're confident you're getting the same hash everywhere, upload the build and the hash. In short:

  1. upload an official binary and it's hash ("sha512sums /path/to/binary")
  2. explain how any third-party can locally compile and get the very same hash

This might (easily) only be possible prior signing of the binaries in case you're using embedded signatures. So first step would be making it possible for unsigned binaries. Later, some solution for signatures could be found, but these are details for later.

Once accomplished, you can advertise supporting reproducible builds which is / is becoming an industry standard and a very good security feature, already supported by many similar projects.

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024 1

What I don't understand as a software engineering student is why is it so difficult to get a reproducible build? I thought if everyone knows the build instructions every build and thus binary is exactly the same? So either the dev team of OneKey really needs to improve their documentation regarding this or some info is missing. Please correct me if I'm wrong.

I hope everyone figures it out. I wanted to buy a OneKey Pro wallet to use as a secondary wallet next to my Trezor but now I'm doubting this until this gets resolved. I take https://walletscrutiny.com very seriously.

from firmware.

xrviv avatar xrviv commented on August 15, 2024 1
  1. Non-Deterministic Build Processes: Some build processes incorporate elements that can vary between builds, such as timestamps, filesystem paths, or data from the build environment. These variations can lead to differences in the binary output even if the source code hasn't changed.

  2. Toolchain Variability: The compilers, linkers, and other tools used to build the software might differ in versions or configurations across environments. Even minor differences in toolchain components can lead to variations in the resulting binaries.

  3. External Dependencies: Many projects depend on libraries and other software components that might not be built reproducibly themselves. If these dependencies are not identical (in both version and build) across builds, the final binaries might differ.

  4. Parallel Builds: Modern build systems often parallelize tasks to speed up the build process. However, this can introduce non-determinism if the order of operations affects the final output, such as when files are concatenated in an order determined by the speed of task completion.

  5. Embedded Metadata: Some build processes automatically embed metadata into the binary, such as the build date or version control information. This metadata can vary from one build to the next, affecting reproducibility.

  6. Environment Differences: Differences in the build environment, including operating system versions, file system characteristics, and available system resources, can influence the build process and the final binaries.

from firmware.

jlhUK avatar jlhUK commented on August 15, 2024 1

It would be good if OneKey could give an update here or on gitlab. It’s been a while and is concerning given the intended use case.

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024 1

Has anybody else attempted to build this since... (let me check...)... Dec 9, 2023?

At this point it's best to ask @lyxyx since he/she is a contributor and seems to be able to build. He/she is either an OneKey employee or person who contributes. Has WS tried his latest build instructions?

from firmware.

loatheb avatar loatheb commented on August 15, 2024

Hi @adrelanos. Thanks for the clear description of the problem.

All of our official firmware released to users is released by github actions, so can the compilation process be more clearly defined through the script executed each time?

For example, taking classic as an example, you can see the CI script for each execution compilation here. https://github.com/OneKeyHQ/firmware/blob/touch/.github/workflows/build-classic.yml.We use the ubuntu 20.04 version, after pulling the corresponding branch code, set five environment variables, BOOT_VERSION, FIRMWARE_VERSION, BUILD_DATE, SHORT_HASH, ARTIFACTS_URL, and then install the nixos into CI server, and running the scripts, so that you can get the release target under legacy folder.

Similarly, you can find all the firmware information we have released so far in this script location:

For external users, the last step of the script Notify to Slack may fail, but it does not affect the content of the compilation result. You can still download the compilation result in the task corresponding to the github action link.

Are the steps to reproduce compilation clear?

from firmware.

loatheb avatar loatheb commented on August 15, 2024

The reason for using nixOS is to compile exactly the same results on different platforms as much as possible. Of course, our official version is released by ubuntu. Regarding whether other systems and various versions are consistent, we need to use more CI server or a third-party server for compilation verification.

Our official binary is all here: https://github.com/OneKeyHQ/firmware/releases

For the hash problem of each version mentioned in it, this can be provided. But on the other hand, it is also very clear at the end of this tutorial.https://help.onekey.so/hc/en-us/articles/6113121891599 In fact, use the command tail -c +1024 /path/to/bin | shasum -a 256 to remove our official signature and self-compiled The results are verified. At present, I understand that all the information in this wiki fully meets your verification needs, and can be verified and compared. Of course, I will also supplement the documentation based on what you said you want to do.

image

from firmware.

adrelanos avatar adrelanos commented on August 15, 2024

The reason for using nixOS is to compile exactly the same results on different platforms as much as possible.

That's good.

Of course, our official version is released by ubuntu.

That's also OK.

Regarding whether other systems and various versions are consistent, we need to use more CI server or a third-party server for compilation verification.

That's a commendable goal, though might be above on beyond the emerging industry standard. For example Debian's "hello" package is "only" reproducible on Debian. Bitcoin Core was previously "only" reproducible with gitian and nowadays "only" with Guix.

To be fair and only make a realistic feature request, reproduciblity needs to be supported only on 1 operating system of your choice so you can checkmark and advertise the "reproducible builds are supported" security feature.

Ideally compilation is done on an operating system which itself is or aspires to be reproducible in the future such as Debian, but even that is optional and not a requirement in any definition that I've seen yet.

As far as I understand reproducible builds,

  • when building on nixOS, everyone gets the same hash.
  • Or of building on Ubuntu, everyone gets the same has.
  • But someone building on Ubuntu and then expecting to get the same hash as on nixOS might be asking for too much.

So in summary, if official versions are built on Ubuntu, then it would be sufficient to have instructions what has is expected and how to reproduce that. Doing the same with nixOS would be optional.

from firmware.

loatheb avatar loatheb commented on August 15, 2024

In fact, if you only want to verify that the hashes of our officially released Ubuntu version are consistent, you only need to follow up our officially released action.

Take our newly released classic v3.0.0 firmware as an example.

If you want to compile it, you need to be as consistent as possible with our CI environment. The execution environment of CI is completely transparent. You can follow the log of the internal compilation process to see to all information.

Preparation

  • Ubuntu 22.04

Compilation process

  1. Checkout 0bf60dd95dd2a9c3bed40ea07582682e741fc322 commit code as base
  2. Set environment variables
  3. Running scripts and Install compilation dependencies (like libprotobuf-lite17_3.6.1.3-2ubuntu5.2_amd64.deb & libprotoc17_3.6.1.3-2ubuntu5.2_amd64.deb)
  4. Upload artifacts, so that you can download it
image image image

All open source code and open source firmware are compiled to make the release more transparent. You can see all the installed dependency versions and installation process before the release in the log of this github action. If you use the same code hash, the same environment, and the same version of all dependencies (such as executing the same github action multiple times on the same code hash), then the final content must be the same result.

from firmware.

adrelanos avatar adrelanos commented on August 15, 2024

If you use the same code hash, the same environment, and the same version of all dependencies (such as executing the same github action multiple times on the same code hash), then the final content must be the same result.

That's very good! I am taking your word for it. In that case, you can advertise on your website that you support reproducible builds and perhaps encourage the community doing reproduction.

You might get added on websites such as walletscrutiny.com and/or BinaryWatch.org. (Which I am not affiliated with.)

A few detail enhancements. Users could if it was documented how to do so...:

  1. rebuild their own firmware from source code
  2. compare with your official unsigned firmware hash
  3. attach your official embedded signature (extracted from your official build)
  4. verify that the checksum of the user build (now with the appended official signature) matches the official signed build
  5. flash the firmware

from firmware.

mohammadrafigh avatar mohammadrafigh commented on August 15, 2024

I followed the instructions and did the same thing as the configured Github Actions using a bash script. Here is the script I used:

#!/bin/bash

### provide this script with the version without "v" and device type (classic, mini)
### and short release date (mmdd like 0511) which is the suffix of the released binary

version=$1
type=$2
short_release_date=$3

if [[ $type == mini ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"export ONEKEY_MINI=1 && poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == classic ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == touch ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./core/embed/bootloader/version.h)"
    build_script="git submodule update --init --recursive
                  nix-shell --run \"poetry run make -C core build_boardloader\"
                  nix-shell --run \"poetry run make -C core build_bootloader\"
                  nix-shell --run \"poetry run make -C core build_firmware\"
                  nix-shell --run \"poetry run core/tools/headertool.py -h core/build/firmware/touch*Stable*.bin\"
                  cp ./core/build/firmware/${type}*Stable*.bin /firmware"
fi

rm -rf /tmp/onekey_firmware
mkdir /tmp/onekey_firmware
chmod 777 /tmp/onekey_firmware
cd /tmp/onekey_firmware
podman run --rm -v ${PWD}:/firmware ubuntu:20.04 bash -x -c "
    apt update
    apt -y upgrade
    apt install -y curl xz-utils sudo git wget g++
    useradd -m nixuser
    groupadd -r nixbld
    usermod -aG nixbld nixuser
    mkdir /nix
    install -d -m755 -o \$(id nixuser -u) -g \$(id nixuser -g) /nix
    sudo -H -u nixuser bash -c -x 'sh <(curl -L https://nixos.org/nix/install) --no-daemon
        . ~/.nix-profile/etc/profile.d/nix.sh
        cd ~
        git clone https://github.com/OneKeyHQ/firmware
        cd firmware
        git checkout ${type}/v${version}
        $boot_version_variable
        FIRMWARE_VERSION=${version}
        BUILD_DATE=\$(git --no-pager log -1 --format=%cd --date=format:\"%Y%m%d\" ${type}/v${version})
        SHORT_HASH=\$(git rev-parse --short HEAD)
        PRODUCTION=1
        nix-shell --run \"poetry install\"
        $build_script
        cd /firmware
        wget -O \"downloaded-firmware.bin\" \
            \"https://github.com/OneKeyHQ/firmware/releases/download/${type}%2Fv${version}/${type}.${version}-Stable-${short_release_date}-\${SHORT_HASH:0:-2}.signed.bin\"'"
sha256sum *

Run the script:

$ ./onekey.sh 3.0.0 classic 0511

The result of sha256sum would be:

1b0e3382adc909fd85b2225f83cf6cd3886e73ff1bf2901ed8ccb1a6414366fd  classic.3.0.0-Stable-0511-0bf60dd.bin
a5d4ac8b98c1249f839fba018850df7deb66a3720f13a01c5d94250e426a0a71  downloaded-firmware.bin

I transformed the binaries to hex format to see the diff and expected to only see a signature difference. But I got too many lines of diff (hundreds of lines). You can try it by:

$ xxd classic.3.0.0-Stable-0511-0bf60dd.bin > classic.3.0.0-Stable-0511-0bf60dd.hex
$ xxd downloaded-firmware.bin > downloaded-firmware.hex
$ diff classic.3.0.0-Stable-0511-0bf60dd.hex downloaded-firmware.hex

I ran the same script for mini firmware:

$ ./onekey.sh 3.0.0 mini 0518

...

88b76f05d95e6718d0bf3d4dabb12cf2403cfed91c351008441fe2a33b1cd9ae  downloaded-firmware.bin
c67ebca150ff32c38f4115fee198855f8129e2af1015fecab789817e99ee0799  mini.3.0.0-Stable-0511-b860d10.bin

Again transformed the binaries to hex to see a diff:

$ xxd downloaded-firmware.bin > downloaded-firmware.hex
$ xxd mini.3.0.0-Stable-0511-b860d10.bin > mini.3.0.0-Stable-0511-b860d10.hex
$ diff mini.3.0.0-Stable-0511-b860d10.hex downloaded-firmware.hex

the diff for Mini version was much less than Classic but it's still too much to say the firmware is reproducible. The same happens for Touch firmware.

Please check the script and let me know if I did something wrong or fix the reproducibility problem. We would be happy to mark OneKey device firmwares as reproducible in Walletscrutiny.

from firmware.

lyxyx avatar lyxyx commented on August 15, 2024
  1. Use the following script
#!/usr/bin/env bash
set -e -o pipefail

cd "$(dirname "${BASH_SOURCE[0]}")"

REPOSITORY="https://github.com/OneKeyHQ/onekey-firmware.git"
CONTAINER_NAME="onekey-build"
FAMILY=""
BRANCH=""
TAG=""
BUILD_DATE=""

USER=$(stat -c "%u" . 2>/dev/null || stat -f "%u" .)
GROUP=$(stat -c "%g" . 2>/dev/null || stat -f "%g" .)
DIR=$(pwd)

function print_usage() {
  echo "Usage: ./build-docker.sh -f <family name> -t <tag>"
  echo "       -f family name <touch|mini|classic>"
  echo "       -t tag"
  echo "       -d date"
  echo "example:"
  echo "   ./build-docker.sh -f touch -t touch/v4.6.0 -d 2023-09-17"
  echo "   ./build-docker.sh -f mini -t mini/v3.4.0 -d 2023-09-17"
  echo "   ./build-docker.sh -f classic -t classic/v3.4.0 -d 2023-09-17"
}


function build_touch() {
  mkdir -p build/touch

  PULL_SCRIPT_NAME=".nix.sh"

cat <<EOF > "build/$PULL_SCRIPT_NAME"
cd /tmp
git clone "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
git submodule update --init --recursive
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && export PRODUCTION=1 && poetry run make -C core build_embed"
cp ./core/build/firmware/touch*Stable*.bin /local/build/touch
EOF

  echo
  echo ">>> DOCKER RUN build touch"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

function build_mini() {
  mkdir -p build/mini

  PULL_SCRIPT_NAME=".pull.sh"

cat <<EOF > "build/$PULL_SCRIPT_NAME"
cd /tmp
git clone -b mini "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "poetry run ./legacy/script/setup"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && export ONEKEY_MINI=1 && poetry run ./legacy/script/cibuild"
cp ./legacy/firmware/mini*Stable*.bin /local/build/mini
EOF

  echo
  echo ">>> DOCKER RUN build mini"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

function build_classic() {
  mkdir -p build/classic

  PULL_SCRIPT_NAME=".pull.sh"

cat <<EOF > "build/$PULL_SCRIPT_NAME"
set -e -o pipefail
cd /tmp
git clone -b bixin_dev "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "poetry run ./legacy/script/setup"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && poetry run ./legacy/script/cibuild"
cp ./legacy/firmware/classic*Stable*.bin  /local/build/classic
EOF

  echo
  echo ">>> DOCKER RUN build classic"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

# -f : Family Name
# -t : Tag
# -d : Build Date
while getopts 'f:t:d:' OPT; do
  case $OPT in
    f)
      FAMILY="$OPTARG";;
    t)
      TAG="$OPTARG";;
    d)
      BUILD_DATE="$OPTARG";;
    ?)
      print_usage
      exit -1;;
  esac
done

if [ "$TAG" == "" ]; then
  echo "Invalid tag."
  print_usage
  exit -1
fi
if [ "$BUILD_DATE" == "" ]; then
  echo "Invalid build date."
  print_usage
  exit -1
fi

BUILD_DATE="$BUILD_DATE 23:30:00"
if [ "$FAMILY" == "touch" ]; then
  build_touch
elif [ "$FAMILY" == "mini" ]; then
  build_mini
elif [ "$FAMILY" == "classic" ]; then
  build_classic
else
  echo "Invalid family name $IN_IMAGE."
  print_usage
  exit -1
fi

exit 0


  1. The docker image can be rebuilt with the following Dockerfile command
FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang libsdl2-dev libsdl2-image-dev  xz-utils vim  ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* \
      && mkdir -m 0755 /nix && groupadd -r nixbld && chown root /nix \
      && for n in $(seq 1 10); do useradd -c "Nix build user $n" -d /var/empty -g nixbld -G nixbld -M -N -r -s "$(command -v nologin)" "nixbld$n"; done
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash

ENV USER=root
RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"
RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"

RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz
RUN tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz

  1. Reproducible build
build-docker.sh -f classic -t classic/v3.4.0 -d 2023-09-17
build-docker.sh -f mini -t mini/v3.4.0 -d 2023-09-17
build-docker.sh -f touch -t touch/v4.6.0 -d 2023-09-17
  1. Verifying
tail -c +1024 classic.3.4.0-Stable-0917-d38a468.signed.bin | shasum -a 256
tail -c +1024 classic.3.4.0-Stable-0917-d38a468.bin | shasum -a 256

The default architecture of Github Actions is x64, make sure that the rebuilt hosts are on that architecture too!

from firmware.

mohammadrafigh avatar mohammadrafigh commented on August 15, 2024

@lyxyx Thank you, I will inform the WS team to try it.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

docker build fails:
image

Dockerfile should be:

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang libsdl2-dev libsdl2-image-dev  xz-utils vim  ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* \
      && mkdir -m 0755 /nix && groupadd -r nixbld && chown root /nix \
      && for n in $(seq 1 10); do useradd -c "Nix build user $n" -d /var/empty -g nixbld -G nixbld -M -N -r -s "$(command -v nologin)" "nixbld$n"; done

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash

ENV USER=root
RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"
RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"

RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz && \
    tar xf v0.9.10.tar.gz && \
    cd libfaketime-0.9.10 && \
    make && \
    make install && \
    cd .. && \
    rm -rf libfaketime-0.9.10 v0.9.10.tar.gz

Disclaimer: I'm just the WS intern trying to learn how to do this.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

Currently stuck with libfaketime errors

image

Trying again.

from firmware.

Giszmo avatar Giszmo commented on August 15, 2024

I'm getting the same recursion. Assuming that @xrviv used the exact script, I'll not dig through my minor refactoring I did for readability.

The error:

building '/nix/store/76760pd0afb8cs96chvn6r5a817spmkw-rust-minimal-1.70.0-nightly-2023-04-14-bin.drv'...
Creating virtualenv trezor-firmware in /tmp/onekey-firmware/.venv
Installing dependencies from lock file
Setting `experimental.new-installer` to false is deprecated and slated for removal in an upcoming minor release.
(Despite of the setting's name the new installer is not experimental!)
Package operations: 86 installs, 1 update, 0 removals
...
  - Installing trezor (0.13.6 /tmp/onekey-firmware/python)
  - Installing vulture (2.6)
  - Installing yamllint (1.26.3)
make: Entering directory '/tmp/onekey-firmware/core'
scons -Q -j 4 CFLAGS="-DSCM_REVISION='\"\xe2\x4a\x9d\xca\xc7\x6c\x28\xf1\x13\xa7\xd9\xa7\x02\x22\xb0\xc5\xb6\x0e\x64\x52\"' -DBUILD_ID='\"touch.4.6.0-Stable-0922-e24a9dc\"'" PRODUCTION="1" TREZOR_MODEL="T" PRODUCTION_MODEL="H" build/boardloader/boardloader.bin
libfaketime: Unexpected recursive calls to clock_gettime() without proper initialization. Trying alternative.
libfaketime: Cannot recover from unexpected recursive calls to clock_gettime().
libfaketime:  Please check whether any other libraries are in use that clash with libfaketime.
libfaketime:  Returning -1 on clock_gettime() to break recursion now... if that does not work, please check other libraries' error handling.

My Dockerfile:

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
  apt-get install --no-install-recommends -y git wget make autoconf \
    automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang \
    libsdl2-dev libsdl2-image-dev xz-utils vim  ca-certificates libfaketime && \
  apt-get clean && \
  rm -rf /var/lib/apt/lists/* && \
  mkdir -m 0755 /nix && \
  groupadd -r nixbld && \
  chown root /nix && \
  for n in $(seq 1 10); do \
    useradd \
      --comment "Nix build user $n" \
      --home-dir /var/empty \
      --gid nixbld \
      --groups nixbld \
      --no-create-home \
      --no-user-group \
      --system \
      --shell "$(command -v nologin)" \
      "nixbld$n"; \
  done
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash

ENV USER=root
RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"
RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"

RUN wget --no-check-certificate \
  https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz
RUN tar xf v0.9.10.tar.gz && \
  cd libfaketime-0.9.10/ && \
  make && make install && \
  rm -rf libfaketime-0.9.10/ v0.9.10.tar.gz

My script:

#!/usr/bin/env bash
set -e -o pipefail

cd "$(dirname "${BASH_SOURCE[0]}")"

REPOSITORY="https://github.com/OneKeyHQ/onekey-firmware.git"
CONTAINER_NAME="onekey-build"
FAMILY=""
BRANCH=""
TAG=""
BUILD_DATE=""

USER=$(stat -c "%u" . 2>/dev/null || stat -f "%u" .)
GROUP=$(stat -c "%g" . 2>/dev/null || stat -f "%g" .)
DIR=$(pwd)
PULL_SCRIPT_NAME=".pull.sh"

function print_usage() {
  echo "Usage: ./onekey.sh -f <family name> -t <tag> -d <date>"
  echo "       -f family name <touch|mini|classic>"
  echo "       -t tag"
  echo "       -d date"
  echo "example:"
  echo "   ./onekey.sh -f touch -t touch/v4.6.0 -d 2023-09-17"
  echo "   ./onekey.sh -f mini -t mini/v3.4.0 -d 2023-09-17"
  echo "   ./onekey.sh -f classic -t classic/v3.4.0 -d 2023-09-17"
}


function build_touch() {
  mkdir -p build/touch
  cat <<EOF > "build/$PULL_SCRIPT_NAME"
cd /tmp
git clone "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
git submodule update --init --recursive
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && export PRODUCTION=1 && poetry run make -C core build_embed"
cp ./core/build/firmware/touch*Stable*.bin /local/build/touch
EOF

  echo
  echo ">>> DOCKER RUN build touch"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

function build_mini() {
  mkdir -p build/mini
  cat <<EOF > "build/$PULL_SCRIPT_NAME"
cd /tmp
git clone -b mini "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "poetry run ./legacy/script/setup"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && export ONEKEY_MINI=1 && poetry run ./legacy/script/cibuild"
cp ./legacy/firmware/mini*Stable*.bin /local/build/mini
EOF

  echo
  echo ">>> DOCKER RUN build mini"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

function build_classic() {
  mkdir -p build/classic
  cat <<EOF > "build/$PULL_SCRIPT_NAME"
set -e -o pipefail
cd /tmp
git clone -b bixin_dev "$REPOSITORY" onekey-firmware
cd onekey-firmware
git checkout $TAG
/root/.nix-profile/bin/nix-shell --run "poetry install"
/root/.nix-profile/bin/nix-shell --run "poetry run ./legacy/script/setup"
/root/.nix-profile/bin/nix-shell --run "export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 && export FAKETIME='$BUILD_DATE' && poetry run ./legacy/script/cibuild"
cp ./legacy/firmware/classic*Stable*.bin  /local/build/classic
EOF

  echo
  echo ">>> DOCKER RUN build classic"
  echo
  echo "tag $TAG"
  echo

  docker run -it --network=host --rm \
      -v "$DIR:/local" \
      -v "$DIR/build":/build:z \
      --init \
      --user root \
      "$CONTAINER_NAME" \
      bash /local/build/$PULL_SCRIPT_NAME
}

# -f : Family Name
# -t : Tag
# -d : Build Date
while getopts 'f:t:d:' OPT; do
  case $OPT in
    f)
      FAMILY="$OPTARG";;
    t)
      TAG="$OPTARG";;
    d)
      BUILD_DATE="$OPTARG";;
    ?)
      print_usage
      exit -1;;
  esac
done

if [ "$TAG" == "" ]; then
  echo "Invalid tag."
  print_usage
  exit -1
fi
if [ "$BUILD_DATE" == "" ]; then
  echo "Invalid build date."
  print_usage
  exit -1
fi

BUILD_DATE="$BUILD_DATE 23:30:00"
if [ "$FAMILY" == "touch" ]; then
  build_touch
elif [ "$FAMILY" == "mini" ]; then
  build_mini
elif [ "$FAMILY" == "classic" ]; then
  build_classic
else
  echo "Invalid family name $IN_IMAGE."
  print_usage
  exit -1
fi

exit 0

from firmware.

xrviv avatar xrviv commented on August 15, 2024

Third attempt to corroborate @Giszmo 's findings. In this asciinema cast file, you'll find that I used @Giszmo's Dockerfile settings and script.

Same errors are reported.

rbdanny-onekey.touch_2023-12-12b.zip

from firmware.

lyxyx avatar lyxyx commented on August 15, 2024

I haven't reproduced the problem on my end, but you can integrate libfaketime into @mohammad's script, similarly:

#!/bin/bash

### provide this script with the version without "v" and device type (classic, mini)
### and short release date (mmdd like 0511) which is the suffix of the released binary

version=$1
type=$2
short_release_date=$3
release_date=$4
BUILD_DATE="$release_date 23:30:00"

if [[ $type == mini ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"export ONEKEY_MINI=1 && poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == classic ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == touch ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./core/embed/bootloader/version.h)"
    build_script="git submodule update --init --recursive
                  nix-shell --run \"poetry run make -C core build_boardloader\"
                  nix-shell --run \"poetry run make -C core build_bootloader\"
                  nix-shell --run \"poetry run make -C core build_firmware\"
                  nix-shell --run \"poetry run core/tools/headertool.py -h core/build/firmware/touch*Stable*.bin\"
                  cp ./core/build/firmware/${type}*Stable*.bin /firmware"
fi

rm -rf /tmp/onekey_firmware
mkdir /tmp/onekey_firmware
chmod 777 /tmp/onekey_firmware
cd /tmp/onekey_firmware
podman run --rm -v ${PWD}:/firmware ubuntu:20.04 bash -x -c "
    apt update
    apt -y upgrade
    apt install -y curl xz-utils sudo git wget g++ faketime
    useradd -m nixuser
    groupadd -r nixbld
    usermod -aG nixbld nixuser
    mkdir /nix
    install -d -m755 -o \$(id nixuser -u) -g \$(id nixuser -g) /nix
    sudo -H -u nixuser bash -c -x 'sh <(curl -L https://nixos.org/nix/install) --no-daemon
        export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1
        export FAKETIME=$BUILD_DATE
        . ~/.nix-profile/etc/profile.d/nix.sh
        cd ~
        git clone https://github.com/OneKeyHQ/firmware
        cd firmware
        git checkout ${type}/v${version}
        $boot_version_variable
        FIRMWARE_VERSION=${version}
        BUILD_DATE=\$(git --no-pager log -1 --format=%cd --date=format:\"%Y%m%d\" ${type}/v${version})
        SHORT_HASH=\$(git rev-parse --short HEAD)
        PRODUCTION=1
        nix-shell --run \"poetry install\"
        $build_script
        cd /firmware
        wget -O \"downloaded-firmware.bin\" \
            \"https://github.com/OneKeyHQ/firmware/releases/download/${type}%2Fv${version}/${type}.${version}-Stable-${short_release_date}-\${SHORT_HASH:0:-2}.signed.bin\"'"
sha256sum *

onekey.sh 3.4.0 classic 0917 2023-09-17

from firmware.

Giszmo avatar Giszmo commented on August 15, 2024

Do you mean you use the scripts presented above without issue or that you have not tried the exact recipe? After all, Danny had found a bug in the Dockerfile. If this works for you from scratch (building the docker image freshly, too), I'm happy to try again but as it fails for both Danny and me and the issue is with faketime at a step involved in both Mohammad's and your script, I'm not expecting a different result.

from firmware.

lyxyx avatar lyxyx commented on August 15, 2024

This is a problem with the path where libfaketime is installed on different systems,

export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1

please try this script,

#!/bin/bash

### provide this script with the version without "v" and device type (classic, mini)
### and short release date (mmdd like 0511) which is the suffix of the released binary

version=$1
type=$2
short_release_date=$3
release_date=$4
BUILD_DATE="$release_date 23:30:00"

echo "$BUILD_DATE"

if [[ $type == mini ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"export ONEKEY_MINI=1 && poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == classic ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./legacy/bootloader/version.h)"
    build_script="nix-shell --run \"poetry run ./legacy/script/setup\"
                  nix-shell --run \"poetry run ./legacy/script/cibuild\"
                  cp ./legacy/firmware/${type}*Stable*.bin /firmware"
elif [[ $type == touch ]]; then
    boot_version_variable="BOOT_VERSION=\$(./tools/version.sh ./core/embed/bootloader/version.h)"
    build_script="git submodule update --init --recursive
                  nix-shell --run \"poetry run make -C core build_boardloader\"
                  nix-shell --run \"poetry run make -C core build_bootloader\"
                  nix-shell --run \"poetry run make -C core build_firmware\"
                  nix-shell --run \"poetry run core/tools/headertool.py -h core/build/firmware/touch*Stable*.bin\"
                  cp ./core/build/firmware/${type}*Stable*.bin /firmware"
fi

rm -rf /tmp/onekey_firmware
mkdir /tmp/onekey_firmware
chmod 777 /tmp/onekey_firmware
cd /tmp/onekey_firmware
podman run --rm -v ${PWD}:/firmware ubuntu:20.04 bash -x -c "
    apt update
    apt -y upgrade
    apt install -y curl xz-utils sudo git wget g++ faketime
    useradd -m nixuser
    groupadd -r nixbld
    usermod -aG nixbld nixuser
    mkdir /nix
    install -d -m755 -o \$(id nixuser -u) -g \$(id nixuser -g) /nix
    sudo -H -u nixuser bash -c -x 'sh <(curl -L https://nixos.org/nix/install) --no-daemon
	export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
        export FAKETIME=\"$BUILD_DATE\"
	date
        . ~/.nix-profile/etc/profile.d/nix.sh
        cd ~
        git clone https://github.com/OneKeyHQ/firmware.git
        cd firmware
        git checkout ${type}/v${version}
        $boot_version_variable
        FIRMWARE_VERSION=${version}
        BUILD_DATE=\$(git --no-pager log -1 --format=%cd --date=format:\"%Y%m%d\" ${type}/v${version})
        SHORT_HASH=\$(git rev-parse --short HEAD)
        PRODUCTION=1
        nix-shell --run \"poetry install\"
        $build_script
        cd /firmware
        wget -O \"downloaded-firmware.bin\" \
            \"https://github.com/OneKeyHQ/firmware/releases/download/${type}%2Fv${version}/${type}.${version}-Stable-${short_release_date}-\${SHORT_HASH:0:-2}.signed.bin\"'"
sha256sum *

from firmware.

itewqq avatar itewqq commented on August 15, 2024

So the binary downloadable from CI Actions are not signed at all (all 0s in the headr of generated .bin)?

And how could we flash the signed binary by ourselves rather than the web tool, like any python script like trezorcli? Allowing the customer to manully upgrade the firmware is also important for making the whole process more transparency.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

The latest script is sending mixed messages, showing both Failed and Success messages on the same line.
Checking again.

+ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
+ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
+ export 'FAKETIME= 23:30:00'
+ FAKETIME=' 23:30:00'
+ date
Failed to parse FAKETIME timestamp: Success
+ . /home/nixuser/.nix-profile/etc/profile.d/nix.sh
++ '[' -n /home/nixuser ']'
++ '[' -n nixuser ']'
++ NIX_LINK=/home/nixuser/.nix-profile
++ '[' -n '' ']'
++ NIX_LINK_NEW=/home/nixuser/.local/state/nix/profile
++ '[' -e /home/nixuser/.local/state/nix/profile ']'
++ '[' -t 2 ']'
++ export 'NIX_PROFILES=/nix/var/nix/profiles/default /home/nixuser/.nix-profile'
++ NIX_PROFILES='/nix/var/nix/profiles/default /home/nixuser/.nix-profile'
++ '[' -z '' ']'
++ export XDG_DATA_DIRS=/usr/local/share:/usr/share:/home/nixuser/.nix-profile/share:/nix/var/nix/profiles/default/share
++ XDG_DATA_DIRS=/usr/local/share:/usr/share:/home/nixuser/.nix-profile/share:/nix/var/nix/profiles/default/share
++ '[' -e /etc/ssl/certs/ca-certificates.crt ']'
++ export NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
++ NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
++ '[' -n '' ']'
++ export PATH=/home/nixuser/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ PATH=/home/nixuser/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ unset NIX_LINK NIX_LINK_NEW
+ cd /home/nixuser
+ git clone https://github.com/OneKeyHQ/firmware.git
Failed to parse FAKETIME timestamp: Success
+ cd firmware
bash: line 7: cd: firmware: No such file or directory
+ git checkout 4.7.0/vtouch
Failed to parse FAKETIME timestamp: Success
+ FIRMWARE_VERSION=touch
++ git --no-pager log -1 --format=%cd --date=format:%Y%m%d 4.7.0/vtouch
Failed to parse FAKETIME timestamp: Success
+ BUILD_DATE=
++ git rev-parse --short HEAD
Failed to parse FAKETIME timestamp: Success
+ SHORT_HASH=
+ PRODUCTION=1
+ nix-shell --run 'poetry install'
Failed to parse FAKETIME timestamp: No such file or directory
+ cd /firmware
bash: line 17: -2: substring expression < 0
sha256sum: '*': No such file or directory

I'm a bit confused:

./onekey.sh 4.7.0 touch 1227 and ./onekey.sh 4.7.0 touch 1227 2023-12-27

I've also tried

./onekey.sh 4.7.0 touch 0117 and ./onekey.sh 4.7.0 touch 0117 2024-01-17

All lead to the same problem.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

After trying the latest script with ./onekey.sh 4.7.0 touch 1227 2023-12-27, I get:

+ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
+ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
+ export 'FAKETIME=2023-12-27 23:30:00'
+ FAKETIME='2023-12-27 23:30:00'
+ date
Wed Dec 27 23:30:00 UTC 2023
+ . /home/nixuser/.nix-profile/etc/profile.d/nix.sh
++ '[' -n /home/nixuser ']'
++ '[' -n nixuser ']'
++ NIX_LINK=/home/nixuser/.nix-profile
++ '[' -n '' ']'
++ NIX_LINK_NEW=/home/nixuser/.local/state/nix/profile
++ '[' -e /home/nixuser/.local/state/nix/profile ']'
++ '[' -t 2 ']'
++ export 'NIX_PROFILES=/nix/var/nix/profiles/default /home/nixuser/.nix-profile'
++ NIX_PROFILES='/nix/var/nix/profiles/default /home/nixuser/.nix-profile'
++ '[' -z '' ']'
++ export XDG_DATA_DIRS=/usr/local/share:/usr/share:/home/nixuser/.nix-profile/share:/nix/var/nix/profiles/default/share
++ XDG_DATA_DIRS=/usr/local/share:/usr/share:/home/nixuser/.nix-profile/share:/nix/var/nix/profiles/default/share
++ '[' -e /etc/ssl/certs/ca-certificates.crt ']'
++ export NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
++ NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
++ '[' -n '' ']'
++ export PATH=/home/nixuser/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ PATH=/home/nixuser/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++ unset NIX_LINK NIX_LINK_NEW
+ cd /home/nixuser
to: -c: line 8: syntax error: unexpected end of file
sha256sum: '*': No such file or directory

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024
  1. Non-Deterministic Build Processes: Some build processes incorporate elements that can vary between builds, such as timestamps, filesystem paths, or data from the build environment. These variations can lead to differences in the binary output even if the source code hasn't changed.

  2. Toolchain Variability: The compilers, linkers, and other tools used to build the software might differ in versions or configurations across environments. Even minor differences in toolchain components can lead to variations in the resulting binaries.

  3. External Dependencies: Many projects depend on libraries and other software components that might not be built reproducibly themselves. If these dependencies are not identical (in both version and build) across builds, the final binaries might differ.

  4. Parallel Builds: Modern build systems often parallelize tasks to speed up the build process. However, this can introduce non-determinism if the order of operations affects the final output, such as when files are concatenated in an order determined by the speed of task completion.

  5. Embedded Metadata: Some build processes automatically embed metadata into the binary, such as the build date or version control information. This metadata can vary from one build to the next, affecting reproducibility.

  6. Environment Differences: Differences in the build environment, including operating system versions, file system characteristics, and available system resources, can influence the build process and the final binaries.

Thank you so much for your explanation! πŸ˜€
So, for reproducible builds it's best to use something like docker so everyone has the same build tools and the same versions of those build tools for example?

So, if I understand correctly OneKey needs to document the build tools, the versions of those build tools, on which platform they build it, the file structure, basically everything you mentioned here?

Could also some of these be avoided? Such as embedded metadata, or the order? Can the order be fixed? I assume that this depends on the build tools right?

That's quite the task TBH πŸ˜… Still, it's needed for transparency.

from firmware.

adrelanos avatar adrelanos commented on August 15, 2024

from firmware.

Giszmo avatar Giszmo commented on August 15, 2024

@adrelanos you are right to worry about the images themselves being compromised and luckily work is being done on that front, too. At WalletScrutiny I try to avoid using images under the control of respective wallet providers and use generic, minimal images instead to build on. Of course the whole build process pulls in a lot of binary stuff in a myriad of ways and more research has to be done to avoid compromises but containers are still a great way to define exact build environments. Nix appears to be even better but you are right, if we agree on the same binary blobs, we have our single points of failure right there. The alternative is bootstrapability of all the binary that touches the result.

from firmware.

tonneymilk avatar tonneymilk commented on August 15, 2024

Is onekey still making progress recently? It seems there has been no response or progress for a while. As a onekey user, I am also very concerned about this matter.

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024

Is onekey still making progress recently? It seems there has been no response or progress for a while. As a onekey user, I am also very concerned about this matter.

Yeah, seems like they want others to figure it out while not providing reproducible build, and no build instructions and whatnot.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

It would be more constructive for us to contribute to the discussion in walletscrutiny's gitlab issue for onekey. They have, in the past, replied extensively: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/issues/469

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024

Yes. Well-known hardware wallets have passed the consistency test, such as Trezor, coldcard, etc. This is especially troubling considering Onekey is made in China.

Indeed, for me this is the reason not to buy any products. If it's not open source and not verifiable by third parties then I don't trust it.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

Has anybody else attempted to build this since... (let me check...)... Dec 9, 2023?

from firmware.

xrviv avatar xrviv commented on August 15, 2024

Using this Dockerfile:

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang libsdl2-dev libsdl2-image-dev  xz-utils vim  ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* \
      && mkdir -m 0755 /nix && groupadd -r nixbld && chown root /nix \
      && for n in $(seq 1 10); do useradd -c "Nix build user $n" -d /var/empty -g nixbld -G nixbld -M -N -r -s "$(command -v nologin)" "nixbld$n"; done
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash

ENV USER=root
RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"
RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"

RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz
RUN tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz
$ docker build -t onekey-build .
[+] Building 395.3s (10/10) FINISHED                                                                                                                                  docker:default
 => [internal] load build definition from Dockerfile                                                                                                                            0.0s
 => => transferring dockerfile: 1.07kB                                                                                                                                          0.0s
 => [internal] load metadata for docker.io/library/ubuntu:focal                                                                                                                 1.7s
 => [internal] load .dockerignore                                                                                                                                               0.0s
 => => transferring context: 2B                                                                                                                                                 0.0s
 => [1/7] FROM docker.io/library/ubuntu:focal@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b                                                          10.5s
 => => resolve docker.io/library/ubuntu:focal@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b                                                           0.0s
 => => sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b 1.13kB / 1.13kB                                                                                  0.0s
 => => sha256:cc9cc8169c9517ae035cf293b15f06922cb8c6c864d625a72b7b18667f264b70 424B / 424B                                                                                      0.0s
 => => sha256:2abc4dfd83182546da40dfae3e391db0810ad4a130fb5a887c6ceb3df8e1d310 2.29kB / 2.29kB                                                                                  0.0s
 => => sha256:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925 27.51MB / 27.51MB                                                                                9.5s
 => => extracting sha256:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925                                                                                       0.8s
 => [2/7] RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang lib  316.7s
 => [3/7] RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash                                                                                                  61.6s
 => [4/7] RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"                                                                                                                       0.9s 
 => [5/7] RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"                                                                                          0.4s 
 => [6/7] RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz                                                                1.8s 
 => ERROR [7/7] RUN tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz                                    1.5s 
------                                                                                                                                                                               
 > [7/7] RUN tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz:                                               
0.484 make  -C src all                                                                                                                                                               
0.486 make[1]: Entering directory '/libfaketime-0.9.10/src'                                                                                                                          
0.490 cc -o libfaketime.o -c -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_UTIME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/usr/local'"' -DLIBDIRNAME='"'/lib/faketime'"'    libfaketime.c                                                                                                             
0.949 cc -o libfaketime.so.1 -Wl,-soname,libfaketime.so.1  -lpthread -Wl,--version-script=libfaketime.map -shared libfaketime.o -ldl -lm -lrt
0.983 cc -o libfaketimeMT.o -c -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_UTIME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/usr/local'"' -DLIBDIRNAME='"'/lib/faketime'"'   -DPTHREAD_SINGLETHREADED_TIME libfaketime.c
1.208 cc -o libfaketimeMT.so.1 -Wl,-soname,libfaketimeMT.so.1  -lpthread -Wl,--version-script=libfaketime.map -shared libfaketimeMT.o -ldl -lm -lrt
1.235 cc -o faketime -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_UTIME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/usr/local'"' -DLIBDIRNAME='"'/lib/faketime'"'    faketime.c  -lpthread -Wl,--version-script=libfaketime.map -lrt
1.301 make[1]: Leaving directory '/libfaketime-0.9.10/src'
1.304 make  -C src install
1.305 make[1]: Entering directory '/libfaketime-0.9.10/src'
1.307 
1.308 Copying the faketime libraries to /usr/local/lib/faketime and the faketime wrapper script to /usr/local/bin ...
1.308 install -dm0755 "/usr/local/lib/faketime/"
1.310 install -m0644 libfaketime.so.1 libfaketimeMT.so.1 "/usr/local/lib/faketime/"
1.313 install -Dm0755 faketime "/usr/local/bin/faketime"
1.315 make[1]: Leaving directory '/libfaketime-0.9.10/src'
1.315 make  -C man install
1.316 make[1]: Entering directory '/libfaketime-0.9.10/man'
1.316 install -Dm0644 faketime.1 "/usr/local/share/man/man1/faketime.1"
1.319 gzip -nf "/usr/local/share/man/man1/faketime.1"
1.321 make[1]: Leaving directory '/libfaketime-0.9.10/man'
1.321 install -dm0755 "/usr/local/share/doc/faketime/"
1.324 install -m0644 README "/usr/local/share/doc/faketime/README"
1.326 install -m0644 NEWS "/usr/local/share/doc/faketime/NEWS"
1.328 rm: cannot remove 'libfaketime-0.9.10': No such file or directory
------
Dockerfile:16
--------------------
  14 |     
  15 |     RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz
  16 | >>> RUN tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz
  17 |     
--------------------
ERROR: failed to solve: process "/bin/bash -o pipefail -c tar xf v0.9.10.tar.gz && cd libfaketime-0.9.10/ && make && make install && rm -r libfaketime-0.9.10 && rm v0.9.10.tar.gz" did not complete successfully: exit code: 1

from firmware.

Remzi1993 avatar Remzi1993 commented on August 15, 2024

@lyxyx said:

This is a problem with the path where libfaketime is installed on different systems

@xrviv Maybe you just need to figure out where it's installed in that Docker image?

from firmware.

xrviv avatar xrviv commented on August 15, 2024

Adjusting with:

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clang libsdl2-dev libsdl2-image-dev  xz-utils vim  ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* \
      && mkdir -m 0755 /nix && groupadd -r nixbld && chown root /nix \
      && for n in $(seq 1 10); do useradd -c "Nix build user $n" -d /var/empty -g nixbld -G nixbld -M -N -r -s "$(command -v nologin)" "nixbld$n"; done
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash

ENV USER=root
RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"
RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"

RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz && \
    tar xf v0.9.10.tar.gz && \
    cd libfaketime-0.9.10/ && \
    make && \
    make install && \
    cd .. && \
    rm -rf libfaketime-0.9.10 v0.9.10.tar.gz

Trying this out now.

from firmware.

xrviv avatar xrviv commented on August 15, 2024

I seem to have gotten further:

$ docker build -t onekey-build .
[+] Building 42.6s (10/10) FINISHED                                                                                                                                   docker:default
 => [internal] load build definition from Dockerfile                                                                                                                            0.0s
 => => transferring dockerfile: 1.11kB                                                                                                                                          0.0s
 => [internal] load metadata for docker.io/library/ubuntu:focal                                                                                                                 1.8s
 => [internal] load .dockerignore                                                                                                                                               0.0s
 => => transferring context: 2B                                                                                                                                                 0.0s
 => [1/6] FROM docker.io/library/ubuntu:focal@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b                                                           0.0s
 => CACHED [2/6] RUN apt-get update && apt-get install --no-install-recommends -y git wget make autoconf automake libtool curl make g++ unzip scons llvm-dev libclang-dev clan  0.0s
 => CACHED [3/6] RUN set -o pipefail && curl -L https://nixos.org/nix/install | bash                                                                                            0.0s
 => CACHED [4/6] RUN . "$HOME/.nix-profile/etc/profile.d/nix.sh"                                                                                                                0.0s
 => CACHED [5/6] RUN echo "source $HOME/.nix-profile/etc/profile.d/nix.sh" >> "$HOME/.bashrc"                                                                                   0.0s
 => [6/6] RUN wget --no-check-certificate https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz &&     tar xf v0.9.10.tar.gz &&     cd libfaketime-0.9.10/ &&  2.4s
 => exporting to image                                                                                                                                                         38.3s
 => => exporting layers                                                                                                                                                        38.3s
 => => writing image sha256:d418a4bd3966312f1d664fd2a93446808dc230a6c0da45f13c77a87844baee11                                                                                    0.0s 
 => => naming to docker.io/library/onekey-build                                                                                                                                 0.0s 
                                                                                                                                                                                     
What's Next?                                                                                                                                                                         
  View summary of image vulnerabilities and recommendations β†’ docker scout quickview
dannybuntu@z0:~/work/walletScrutinyCom/scripts/test/hardware$ 
dannybuntu@z0:~/work/walletScrutinyCom/scripts/test/hardware$ ls
bitBox2.sh  bithdrazor.sh  bithdwatches.sh  blockstreamjade.sh  build  build-docker.sh  coldCard.sh  cypherockX1.sh  Dockerfile  keepKey.sh  passport.sh  trezorOne.sh  trezorT.sh
dannybuntu@z0:~/work/walletScrutinyCom/scripts/test/hardware$ ./build-docker.sh -f touch -t touch/v4.7.0 -d 2024-01-17

>>> DOCKER RUN build touch

tag touch/v4.7.0

Cloning into 'onekey-firmware'...
remote: Enumerating objects: 116021, done.
remote: Counting objects: 100% (8529/8529), done.
remote: Compressing objects: 100% (1011/1011), done.
remote: Total 116021 (delta 7898), reused 7645 (delta 7507), pack-reused 107492
Receiving objects: 100% (116021/116021), 120.45 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (89008/89008), done.
Note: switching to 'touch/v4.7.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 2c4d94562 fix(core): fix OK-25083 (#506)
Submodule 'common/defs/ethereum/chains' (https://github.com/ethereum-lists/chains) registered for path 'common/defs/ethereum/chains'
Submodule 'common/defs/ethereum/tokens' (https://github.com/ethereum-lists/tokens.git) registered for path 'common/defs/ethereum/tokens'
Submodule 'crypto/tests/wycheproof' (https://github.com/google/wycheproof) registered for path 'crypto/tests/wycheproof'
Submodule 'vendor/QR-Code-generator' (https://github.com/nayuki/QR-Code-generator.git) registered for path 'vendor/QR-Code-generator'
Submodule 'vendor/fido2-tests' (https://github.com/trezor/fido2-tests.git) registered for path 'vendor/fido2-tests'
Submodule 'legacy/libopencm3' (https://github.com/libopencm3/libopencm3.git) registered for path 'vendor/libopencm3'
Submodule 'vendor/lvgl_mp' (https://github.com/OneKeyHQ/lv_binding_micropython.git) registered for path 'vendor/lvgl_mp'
Submodule 'vendor/micropython' (https://github.com/trezor/micropython.git) registered for path 'vendor/micropython'
Submodule 'legacy/vendor/nanopb' (https://github.com/nanopb/nanopb.git) registered for path 'vendor/nanopb'
Submodule 'vendor/secp256k1-zkp' (https://github.com/ElementsProject/secp256k1-zkp.git) registered for path 'vendor/secp256k1-zkp'
Cloning into '/tmp/onekey-firmware/common/defs/ethereum/chains'...
Cloning into '/tmp/onekey-firmware/common/defs/ethereum/tokens'...
Cloning into '/tmp/onekey-firmware/crypto/tests/wycheproof'...
Cloning into '/tmp/onekey-firmware/vendor/QR-Code-generator'...
Cloning into '/tmp/onekey-firmware/vendor/fido2-tests'...
Cloning into '/tmp/onekey-firmware/vendor/libopencm3'...
Cloning into '/tmp/onekey-firmware/vendor/lvgl_mp'...
Cloning into '/tmp/onekey-firmware/vendor/micropython'...
Cloning into '/tmp/onekey-firmware/vendor/nanopb'...
Cloning into '/tmp/onekey-firmware/vendor/secp256k1-zkp'...
Submodule path 'common/defs/ethereum/chains': checked out '3fb1fb982c09a310163d0b0953e73a121ab61401'
Submodule 'website' (https://github.com/FrederikBolding/chainlist.git) registered for path 'common/defs/ethereum/chains/website'
Cloning into '/tmp/onekey-firmware/common/defs/ethereum/chains/website'...
Submodule path 'common/defs/ethereum/chains/website': checked out 'aeb8bb0d05c6978f0a30383a593e59858ffd7425'
Submodule path 'common/defs/ethereum/tokens': checked out '9045282fce6e3b40f6bbed29ce9bf8a86d415cf3'
Submodule path 'crypto/tests/wycheproof': checked out '2196000605e45d91097147c9c71f26b72af58003'
Submodule path 'vendor/QR-Code-generator': checked out '2fc287904a8c2f2cb504c5710ee58684dd2bf697'
Submodule path 'vendor/fido2-tests': checked out '6dcf78409ac439da55a99290eaa6ad268ad6039e'
Submodule path 'vendor/libopencm3': checked out '5617ed466444790b787b6df8d7f21d1611905fd1'
Submodule path 'vendor/lvgl_mp': checked out '49281cd34ee7947f08d3ba394c42b1b2e15c9530'
Submodule 'driver/png/lodepng' (https://github.com/lvandeve/lodepng.git) registered for path 'vendor/lvgl_mp/driver/png/lodepng'
Submodule 'lvgl' (https://github.com/OneKeyHQ/lvgl.git) registered for path 'vendor/lvgl_mp/lvgl'
Submodule 'micropython/pycparser' (https://github.com/eliben/pycparser.git) registered for path 'vendor/lvgl_mp/pycparser'
Cloning into '/tmp/onekey-firmware/vendor/lvgl_mp/driver/png/lodepng'...
Cloning into '/tmp/onekey-firmware/vendor/lvgl_mp/lvgl'...
Cloning into '/tmp/onekey-firmware/vendor/lvgl_mp/pycparser'...
Submodule path 'vendor/lvgl_mp/driver/png/lodepng': checked out '7fdcc96a5e5864eee72911c3ca79b1d9f0d12292'
Submodule path 'vendor/lvgl_mp/lvgl': checked out 'f98be6de6e7037deb05b9f0aa3240900698a8477'
Submodule path 'vendor/lvgl_mp/pycparser': checked out '1706a39e0116dde0b2d1c52d67078a9a0ab4dbe7'
Submodule path 'vendor/micropython': checked out 'fce614cbe213e3f6c9e1a2a9634d2c1edae7c57b'
Submodule 'lib/stm32lib' (https://github.com/micropython/stm32lib) registered for path 'vendor/micropython/lib/stm32lib'
Cloning into '/tmp/onekey-firmware/vendor/micropython/lib/stm32lib'...
Submodule path 'vendor/micropython/lib/stm32lib': checked out '302c52794d2f579903f4e49cbad1f5d3a7f401ad'
Submodule path 'vendor/nanopb': checked out 'c9124132a604047d0ef97a09c0e99cd9bed2c818'
Submodule path 'vendor/secp256k1-zkp': checked out '7a30cb0c9d99ab195c461a6fb4e654cd4ef19a8d'
these 28 derivations will be built:
  /nix/store/05c0vy89vyl2s3pcy86dps9dfqqifnmc-cargo-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/9z5b20zsza74f47zn09bx7gfz03h6ngp-clippy-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/n861k0q1p3yzi0h18lsbkp2ka2018hs6-rustc-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/paw3m6xk7f1j18ic7hpniqisbpl4dziv-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/0npi111zdjy8xy70c9lhsg2c3knwj00v-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/2ms6rl7g7ln4rrrszs49ainxiv2a0gpf-rust-std-nightly-thumbv7m-none-eabi.tar.xz.drv
  /nix/store/3akhr7ybj7zqch9y45pwp24s9bng2rs0-addintegrityfields.js.drv
  /nix/store/3hc5q7f7hfih75gb8mxv75qky5nb1i8y-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/56gk6i1girvc2sx22vh2pblllq4vv4nk-rust-std-nightly-thumbv7em-none-eabihf.tar.xz.drv
  /nix/store/hn7h4i49jg6hx2w34rlly91yy0831638-rust-src-nightly.tar.xz.drv
  /nix/store/izm7gb1aywqsdicn43y2wjzvpvsz2yxc-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/n4p88i8fd5aikwhiqirbwspy05yky1mr-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf.drv
  /nix/store/rpyq81c2y6psln5sjm4hyvqcq989vn7f-rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/qhxya5kmhh5j5agrvbm3hb8lbsmvd120-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/zmkzsli44ka8lb241br2577vb6sgfchs-rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/vqx8hdy6hnr7509nj3a6q3va9m6894nn-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv
  /nix/store/xwcrxnq9k1fscbhkgdbv0lcsg3rnjjw1-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi.drv
  /nix/store/rgycw2l0k21biz5kgniwzfbl5nk42la2-rust-minimal-1.70.0-nightly-2023-04-14.drv
  /nix/store/76760pd0afb8cs96chvn6r5a817spmkw-rust-minimal-1.70.0-nightly-2023-04-14-bin.drv
  /nix/store/76shyz8j9ybd9a8qxq2521q7igzjp432-addintegrityfields.js.drv
  /nix/store/7sbxxpgibmpqd8ck2i5s618nb6680qkb-caniuse-lite-1.0.30001296.tgz.drv
  /nix/store/d31bxd3gb1j3b9a80pjis189rvih3v41-node-12.20.41.tgz.drv
  /nix/store/fhyg7wgv133gqn5da7vpdmhwfjkildp4-pinpointDependencies.js.drv
  /nix/store/hpr1jmlvyh6yfmwzk9lcwnfprd7bgpcd-electron-to-chromium-1.4.36.tgz.drv
  /nix/store/v0aph8hcf4lzbyr38rh42rznfd10dx3f-pyright-1.1.204.tgz.drv
  /nix/store/v0na7sn4xg7kpbmz88ibl1ivfxn5s2iq-shx-0.3.3.tgz.drv
  /nix/store/wk10zb633f9jaghkqd1w7jlz3bq57zjf-copy-webpack-plugin-8.0.1.tgz.drv
  /nix/store/96j4gfnq1a8qhi978bnzdx72yccgnwiq-pyright-1.1.204.drv
these 666 paths will be fetched (816.76 MiB download, 4908.47 MiB unpacked):
  /nix/store/ma9668hgwvfxwyynq725z812s5c25n9c-SDL2-2.0.14
  /nix/store/6z9108pz1pnjmgk1rvmg908v1pc0kwnb-SDL2-2.0.14-dev
  /nix/store/0bali6v35lwpj02j0b1myviys756n6qa-SDL2_image-2.0.5
  /nix/store/2sy8xsr07xcnszs5x2cndal2ivcvvbsz-acl-2.3.1
  /nix/store/ddygk5wqzmz69yqirrpcby2a28fam4g1-acl-2.3.1
  /nix/store/d3rb2xzzwa7898h0h9v5c6j356ai82fi-acorn-8.7.0.tgz
  /nix/store/810bqyfy84622zdkz3bcs9iny6r60d00-acorn-import-assertions-1.8.0.tgz
  /nix/store/rv5d9i32rdnhd5a2idfmsjb66qg0a2k5-ajv-6.12.6.tgz
  /nix/store/r60si7sfbvgx4bi5m73795pz5lgh42pi-ajv-keywords-3.5.2.tgz
  /nix/store/rwan9ankk44n5i8sknk758kvvyixnj2x-alsa-lib-1.2.6.1
  /nix/store/vmh7vgk19p8mxywgfc2nbsgwqbpcxf2m-alsa-topology-conf-1.2.5.1
  /nix/store/i0gb0rf55vxld1aaqrpq47gvxk52fzxn-alsa-ucm-conf-1.2.6.3
  /nix/store/75fzpbkc8vr0k07vm1s2w7jbdkzhbg15-ansi-styles-4.3.0.tgz
  /nix/store/cmgg0cmx6c96h2r4b69nsb10vx7s61xy-array-union-2.1.0.tgz
  /nix/store/m11vbfnvllq1injsp5imghfkki0wcvkl-ast-1.11.1.tgz
  /nix/store/qgjrd7fj77877x1w3qg0d619cqqd8wm8-attr-2.5.1
  /nix/store/r6890i9cglxmjh4iwjwvpr84bxjkba5a-attr-2.5.1
  /nix/store/i66ayv8sgpcmwyvbsxbhg4g5pap8b32k-audiofile-0.3.6
  /nix/store/ff5l0n2qqw4q2fi9f7saj3chan3n71cj-audit-2.8.5
  /nix/store/kaf3j3f7jb9ccsdb60g16z8i5g13abyv-audit-2.8.5
  /nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook
  /nix/store/mwgc2dnzgxn3k69qabji5yd8vjhigzz6-balanced-match-1.0.2.tgz
  /nix/store/07j81a5xy8j1srvf57dl7lxsaihnmfac-bash-5.1-p12
  /nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15
  /nix/store/g61d598p36nr2i43mdhyvx2ylrrdf08c-bash-5.2-p15-dev
  /nix/store/cwrb17acy0z8bv8kr7nrrhiz5nxvjfgx-bash-interactive-5.1-p12
  /nix/store/pk3kkaafln68gzxawk57qp9m5h5285va-bash-interactive-5.2-p15
  /nix/store/ddnli8jf61g96xlmfgfnav5cf041pq95-bash-interactive-5.2p26
  /nix/store/f4qnwzv6y0nq8lix33jr5ykkyybs6fxf-binutils-2.40
  /nix/store/anzfrab5qhaz3xw53v6a934s8ypgfhix-binutils-2.40-lib
  /nix/store/f83wjm5wpcxxbzwmr56q9iclsn0simph-binutils-wrapper-2.40
  /nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40
  /nix/store/7zbamxqy5szrva4682dragb4y8ybyppa-blas-3
  /nix/store/qv2al1ziiivnhns7hq1fcdvalyyy5wbp-blas-3-dev
  /nix/store/f6rqfk56xwr4kqha3mikvgkf5fzdljwf-boost-1.79.0
  /nix/store/x5jga3jrdl6cprja3w53cd3jrss6w28w-brace-expansion-1.1.11.tgz
  /nix/store/f04719ka7z460g3g4jlkj9qkcrdspadv-braces-3.0.2.tgz
  /nix/store/y54c2g7y7xn1sswi05bv893drdgci8lk-brotli-1.0.9
  /nix/store/fsl89imqn7glm4wivnl772d2h849rhdc-brotli-1.0.9-dev
  /nix/store/9gka2mj1hm3s8m21xln47is1529ir6ny-brotli-1.0.9-lib
  /nix/store/ksgpw6x67i2fjnw72vx8fpg5dbx8ihjc-brotli-1.0.9-lib
  /nix/store/4rd8swh6saiprmwfsnr2a92hvjf7y9bp-browserslist-4.19.1.tgz
  /nix/store/0rkyy82q1xafhiai3frdxn08wj3j1n3w-buffer-from-1.1.2.tgz
  /nix/store/r2np23859ksmp2yxqycsy87xmb65yypn-bzip2-1.0.6.0.2
  /nix/store/hwkv9ic0izrh4nw5z54fdkmpb4523kil-bzip2-1.0.6.0.2-bin
  /nix/store/by4gv37sharnf370ki60zam5s7qklqqh-bzip2-1.0.8
  /nix/store/gz0kx5v2asvlbf7gzr4v24h7dpza70zf-bzip2-1.0.8-bin
  /nix/store/72h6dwdbnw35hmsk8dch8ddp84rx8nsq-c-ares-1.19.0
  /nix/store/6vbjx9vvc1gjbc9mdz6lwrwr7z3px9vz-cairo-1.16.0
  /nix/store/d23kj8clmzy76jsy5vrhs81gc4pnalas-chalk-4.1.2.tgz
  /nix/store/hag8z773k2l4l42kdbbqmhp1qb4pfk8h-check-0.15.2
  /nix/store/adycpl55q1j8j1k970cwsx0fir31fipc-chrome-trace-event-1.0.3.tgz
  /nix/store/yghs38qhqw6fg4jpvqplv86hkng3zasw-clang-15.0.7
  /nix/store/md88206r6zs8r5fycfkrvyk5ghsd6rnv-clang-15.0.7-lib
  /nix/store/h9yd7wdhscrmg0iqhn4y7s2mcc5qj96m-clang-wrapper-15.0.7
  /nix/store/3mb8zzqgdz5ppy9q4i2cd7bxhpx04mhs-clone-deep-4.0.1.tgz
  /nix/store/x60243664ibqmb5bnx5w0rsl7xbpf1rg-color-convert-2.0.1.tgz
  /nix/store/j61m49spvhshpil9z2qkjws4s2l4d2q3-color-name-1.1.4.tgz
  /nix/store/bf6p4m2gdywjzm2h4vys1ibv9r9frys5-colorette-2.0.16.tgz
  /nix/store/bp6kn4i1yqhiilnb3qmc1schigs8mj27-commander-2.20.3.tgz
  /nix/store/i837601rviy35z125aghdz94abnd92h2-commander-7.2.0.tgz
  /nix/store/ya3zfg3gr89bgx592k8fqh6xsd6d0vb2-compiler-rt-libc-15.0.7
  /nix/store/0qyhbdq8cidiz5zdl9a68kb1gj3wna3m-compiler-rt-libc-15.0.7-dev
  /nix/store/v538mdl3px04xxhxjxkz2v9sq2psdna9-concat-map-0.0.1.tgz
  /nix/store/02wlxz9gy6ahgb23854mh4rhi702541v-configtest-1.1.0.tgz
  /nix/store/n5axfd6xdapvhdryic43iddgm54wns4h-copy-webpack-plugin-9.1.0.tgz
  /nix/store/b808b0pg675fww696g5c5l87h1r81c3y-coreutils-9.0
  /nix/store/arbxkmcgv9h8pjgj95c6d7r86yb77rl5-coreutils-9.1
  /nix/store/vnv7l7vrwnkmycak8iv2iqwhkchqbmbj-cross-spawn-7.0.3.tgz
  /nix/store/i8xygngiahlpq19yszha1awhzxks5zzk-cryptsetup-2.4.3
  /nix/store/hp46s6p52lkylmmypzg6d7s55v4jr4mx-cryptsetup-2.6.1
  /nix/store/dphabgk0ha7pzp4ca9sdry6fhvpin1lv-curl-7.81.0
  /nix/store/hyknrzh8icblnj9zjjdlwkvdwbnlrm9r-curl-8.0.1
  /nix/store/jra54hsq61cg2m9nyssm4ikijiw4w2qd-curl-8.0.1
  /nix/store/2lbb806yxr234n9b8hvj1cnzar55xkbq-curl-8.0.1-bin
  /nix/store/4qfqn3ix2npsrgj2napmsx7xnzr6h8g4-curl-8.0.1-bin
  /nix/store/1dn5xmm5iinypd0c26w848z782zk7h2k-curl-8.0.1-dev
  /nix/store/9l2b851fyp1f2dvs4h7xfc0159s000nn-curl-8.0.1-dev
  /nix/store/czpf9rj96201q5zxllp3crhncs616a9i-curl-8.0.1-man
  /nix/store/vg76rna627bx7nz3dwdsj7bzgqw50kvk-curl-8.0.1-man
  /nix/store/4981pksvlkxsz4pm7d5awn9n13r1vkw9-dav1d-1.1.0
  /nix/store/fczmvc7mhbrqs885pqb2zfvzgzihxi0n-db-4.8.30
  /nix/store/w9kq7yi1xz1l248k1yk963q3npinzql9-db-4.8.30
  /nix/store/jc3siq1jzlbs5r588bcvm2q0x8p6ak4l-dbus-1.12.20-lib
  /nix/store/d8sp0isnr680qfg2nnz7690mf10kihzq-dconf-0.40.0-lib
  /nix/store/8l9w8j4zsqg3vz3icp1h97dwsbdgnhhr-dejavu-fonts-minimal-2.37
  /nix/store/q951w69v8kbdrw6shdpibnl594yfr0by-diffutils-3.9
  /nix/store/a1crms3a2vf173rnxh2dpvfvp9mx7r19-dir-glob-3.0.1.tgz
  /nix/store/b67xh797ysxfb92hm32a40631xfy161w-dns-root-data-2019-01-11
  /nix/store/i1k4g8jazxf4zl2af0ixlax5mg360hsb-dns-root-data-2019-01-11
  /nix/store/hyh6hg6rzm77rs4nix61nfwnxx2aqn40-ed-1.19
  /nix/store/xfs2hmp47x8glazgx7szjssbnix96cjp-editorconfig-checker-2.7.0
  /nix/store/lz7ad6kk9zyh3v7vmb6ia7shr0f9sw5v-elfutils-0.186
  /nix/store/sd6nsyj6v8qmdr07g5hl5rp8mpkbzasp-elfutils-0.189
  /nix/store/79yxwy03mqdnam4cw552c2wb2yflpm75-enhanced-resolve-5.8.3.tgz
  /nix/store/l57zkgcbnpi7i7wn9v94avf43balqk7m-envinfo-7.8.1.tgz
  /nix/store/g3drwwybqb4p95nmsd1g1srmlqcalyp5-es-module-lexer-0.9.3.tgz
  /nix/store/ciiwsh2km0sfipm7rjilck2bkd64hgw8-escalade-3.1.1.tgz
  /nix/store/7nq4d9g2kkhfky20np489ipjj01qnvz0-eslint-8.2.1.tgz
  /nix/store/9g5b0jbf8hqn7h8a5p36inj8bhfyr759-eslint-scope-3.7.2.tgz
  /nix/store/b60awdzzkk7423g7gss0475f2b4kbffa-eslint-scope-5.1.1.tgz
  /nix/store/0a8cfvam9sw79kbqwyaqjklna4096xc3-esrecurse-4.3.0.tgz
  /nix/store/5afnxj2zk9bdq1v8mfw72p9pdv6l5y21-estraverse-4.3.0.tgz
  /nix/store/7494x2r5wcvpikql6h946gwayr358k72-estraverse-5.3.0.tgz
  /nix/store/bv8k0llgkx9z03580rliwrm6sabiarr4-estree-0.0.50.tgz
  /nix/store/pwxfhlkmbjixi0hljxrbyf5f9k35528j-events-3.3.0.tgz
  /nix/store/v8r9xkp0m7f7my0pl2c3lfx8z401qkns-execa-5.1.1.tgz
  /nix/store/axk4x199pn2cgdrivpq9sfmab81hkyif-expand-response-params
  /nix/store/xl922qxqxr5f2wa4vgfmai2pd9sman12-expand-response-params
  /nix/store/si8ypl8afi2s301wwxrrcvirz05x022r-expat-2.5.0
  /nix/store/cjk54qlda58jydinf8aldn3f2a0y6bda-fast-deep-equal-3.1.3.tgz
  /nix/store/259czd7xkq6qsv9cj7jrl4xfhb5cr631-fast-glob-3.2.7.tgz
  /nix/store/jgidxwahv01x3xzjgdzbv98nfmp4nj3w-fast-json-stable-stringify-2.1.0.tgz
  /nix/store/c59vdyl952aax9y8pqsirv2shcy3rsa5-fastest-levenshtein-1.0.12.tgz
  /nix/store/6bxbjf8mf9qnf7s3a9i4f1d9500ynh2m-fastq-1.13.0.tgz
  /nix/store/i5yy98cb0lwhcsib3c9fanyazd1mv5s6-fftw-single-3.3.10
  /nix/store/0xpv4lac3ybc6hm9gg7ywkdazs4vsj8l-file-5.44
  /nix/store/frg58y1m6fvdsrs7k05l754gsgw759w5-fill-range-7.0.1.tgz
  /nix/store/pl92qvi9jf4jvikrpczdpkyhnbk96zzq-find-up-4.1.0.tgz
  /nix/store/j5wraaxv16fcl10x11566a3807nr4nlr-findutils-4.9.0
  /nix/store/yqxy2n1fhihc7wqkbzmjajg6ljs98h4g-flac-1.3.3
  /nix/store/nmpw2wh7cbbzl86x6i3bs411rcfpyxj2-floating-point-hex-parser-1.11.1.tgz
  /nix/store/j8kcpgm9nwacsfrk7kai91vasn4yzd9l-fontconfig-2.14.0
  /nix/store/5cd778rq3ykjpirdwi16wvblkskhj264-fontconfig-2.14.0-lib
  /nix/store/qbazz3n06qgvm0ima7rh27mk67yiwdc8-freetype-2.13.0
  /nix/store/4981jh1kzawqfrdpb166p1z84dvbkmf9-fribidi-1.0.12
  /nix/store/ba8x7lli4r1aby1925daq01i9i9s8b32-fs.realpath-1.0.0.tgz
  /nix/store/ax011in3mi3shzr0wfdva57m7mm361sq-fs.scandir-2.1.5.tgz
  /nix/store/7fblkc6l6c6xa5pcpjbx1a49jcsp75f3-fs.stat-2.0.5.tgz
  /nix/store/wc1g8538wz18dllf57shhzjcj8crr6y3-fs.walk-1.2.8.tgz
  /nix/store/9gxaxxjpyzsgjhqmzd2l1gilf6bya3z6-function-bind-1.1.1.tgz
  /nix/store/4rwqxm67y0zkbxjg14zl9fdxf30cpgvy-gawk-5.2.1
  /nix/store/rhj9b0ssrqnhwbbbplslngq9a1dky8a9-gcc-10.3.0-lib
  /nix/store/px4gbq9jq5c4hzypmlyi08l2wrh75ygw-gcc-11.3.0
  /nix/store/yc695zw7hcnsswqpvrsfi2pmxlaqvxi3-gcc-11.3.0-lib
  /nix/store/mxlk6q5i936z2mqjkdv0wrghjizh2sfj-gcc-11.3.0-libgcc
  /nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0
  /nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib
  /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc
  /nix/store/3ydyllv3y22qpxcgsf9miwq4dkjwjcj2-gcc-arm-embedded-12.2.rel1
  /nix/store/bg7yakl2lr0dpk3rji07ajgkqzpajin4-gcc-wrapper-11.3.0
  /nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0
  /nix/store/0yc3dd4qvjzmx56s6xmv1x3m0scivjyd-gd-2.3.3
  /nix/store/mwnj6g4fcmvz7j1fz2jqvg4537zl7g8x-gdb-13.1
  /nix/store/4n9sflsa28gjiz7m858rzky6g9vaq0xr-gdbm-1.23
  /nix/store/v6nc4s349ya7ylphs79impbrlkznq82a-get-stream-6.0.1.tgz
  /nix/store/k20hh5k7b4ll7ll5j0x72z3d6f39zazq-getent-glibc-2.37-8
  /nix/store/rvw19191b3w7z0q99r0qnl5gwp3jr8n2-gettext-0.21
  /nix/store/3f3l2dinng9dial4xb6s3gqfms49gna7-gfortran-12.2.0-lib
  /nix/store/n5ybi50vj5h9if7923ihqwcdy0jffydk-gfortran-12.2.0-libgcc
  /nix/store/d6q1vg99p5zzvrh6yi5kkbqly0cz5a4d-gfortran-9.3.0-lib
  /nix/store/7pbvdw4w9nmqmisjdznjpzvqv5cpk9c4-giflib-5.2.1
  /nix/store/hp9bgaj9y4qlm12qyjv4j5yjx7iamfng-giflib-5.2.1
  /nix/store/a7yyz7xzpb2hmzyc07pzx6khj815fy2p-git-2.39.2
  /nix/store/9mgwycj986p5sk3ga6w30m994say9jwx-git-2.39.2-doc
  /nix/store/fp0aphwhhc53fr6bm14rjsxacb6vakk0-git-subrepo-0.4.5
  /nix/store/dz9ai5i2xs58kjp093bw2jq60d2rl63r-glib-2.70.2
  /nix/store/pdg7ljsallvykhjwdh8193i2s4p3a4k4-glib-2.76.1
  /nix/store/jcb7fny2k03pfbdqk1hcnh12bxgax6vf-glibc-2.33-108
  /nix/store/wsa39231yijri5qn2r6bvmqw8sg55z12-glibc-2.33-108-bin
  /nix/store/1n2l5law9g3b77hcfyp50vrhhssbrj5g-glibc-2.37-8
  /nix/store/v1nar35045dqwf8yy572yvbbcg2w2678-glibc-2.37-8-bin
  /nix/store/wb2dlc8kpvrn960vq7j7c8822pi43n48-glibc-2.37-8-dev
  /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31
  /nix/store/n40j7abslkjnz8hvxmkpn0a8jlay53sr-glob-7.2.0.tgz
  /nix/store/kymbhm46jg3m96vd8pwjrn4icz13h7r8-glob-parent-5.1.2.tgz
  /nix/store/1f2vbqb364ghjgr526n2cx4p9gldg2xd-glob-parent-6.0.2.tgz
  /nix/store/0syai1fk521a4crdl2qfyw4cpxdnk8c1-glob-to-regexp-0.4.1.tgz
  /nix/store/pal9pfmbx9a0kbwqqsp54lx10mmwqlnq-globby-11.0.4.tgz
  /nix/store/4xfg6kckfyaig2gn8i2rw93p050xvjd2-gmp-6.2.1
  /nix/store/ap4yi3pmi4vfblpijzgxssl96cy0icyp-gmp-6.2.1
  /nix/store/kdgk1mgka2xd4rkmnfmcv3k2gm9jid6n-gmp-with-cxx-6.2.1
  /nix/store/q7ax2400mx46afnkcbfxfjddzgl4ck44-gmp-with-cxx-6.2.1
  /nix/store/bafqr6466hd3r0kjf9lqjkm77bari839-gnugrep-3.7
  /nix/store/c01b2gmx1fjjkpnvj6bxy9q49g8qkpka-gnugrep-3.7
  /nix/store/h23v44i19x491njf1dc1zq9vg8i0a0hg-gnumake-4.4.1
  /nix/store/vg9f8pmd2g0x3gb53nxwkw3yxizl3jpk-gnumake-4.4.1
  /nix/store/q5z9adshw3pl0skm6lzds3i3rg9aq52q-gnupg-2.3.3
  /nix/store/j5ppkxy58avk3bndcy0v38bjdak570jk-gnupg-2.4.0
  /nix/store/93z4n7zy5hwpn06279jlmak75jmq1db1-gnused-4.9
  /nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34
  /nix/store/mly4acklgmf7fnlvcmczw4w0kkcy45w1-gnutar-1.34
  /nix/store/3h79zlyw84h61kh7j6nghqipn28ny06f-gnutls-3.7.3
  /nix/store/r9j6awziwcc4dmh83pb1mxc7q73nbw1s-gnutls-3.8.0
  /nix/store/7lrrcfc08ar368zwc6h0f79cd1234rsw-gperftools-2.10
  /nix/store/a6i39r64cgqsm00k2fv0n0sp2ibadxq9-graceful-fs-4.2.9.tgz
  /nix/store/1qqjmcq93hc7qsshvzyrnc9s1fh5a3q5-graphite2-1.3.14
  /nix/store/xlca37xjbc6d6rrslah3r0kjnx9s50cf-graphviz-7.1.0
  /nix/store/3mmgx980sy76vc74xy3inh9ln394dqgs-gts-0.7.6
  /nix/store/5f48000in35nhhp9xjf8vmdzsq7isrdv-gzip-1.11
  /nix/store/2nprqmdmjmy5i2sii7j21fznmkwimqcr-gzip-1.12
  /nix/store/cj1992h929iymzvbaj15s4hpli5yb1xq-harfbuzz-7.1.0
  /nix/store/5mjkbd03nrb2qnf6jd7drhids88wl3ci-has-1.0.3.tgz
  /nix/store/rdryr4bffc2pn4d216mignqwrxmlz49c-has-flag-4.0.0.tgz
  /nix/store/7634d27di4ggc369lh29kcgxwxj7x5ri-helper-api-error-1.11.1.tgz
  /nix/store/np0s3mvvrxawics9vsqrhv2h9f8bm9z5-helper-buffer-1.11.1.tgz
  /nix/store/rr5mz9vafjd0r8k2bj5lq4wwpjdlidyf-helper-numbers-1.11.1.tgz
  /nix/store/1phif3prwp6b73k0bhp7vl733j9ff4va-helper-wasm-bytecode-1.11.1.tgz
  /nix/store/qc8bcllgdk77bxbgdhm6gfq79326asam-helper-wasm-section-1.11.1.tgz
  /nix/store/4amhvf3fi2sg3mmpcf3n10pikxn21xn7-human-signals-2.1.0.tgz
  /nix/store/7xba7v9vibmfa1wif5lf5li5rzi7yacj-icu4c-72.1
  /nix/store/4kzp60197xfqmnz6iqnwx5zk7w24qwk9-icu4c-72.1-dev
  /nix/store/am0ix691bbnlw7jjk12r0db4q3akmcba-ieee754-1.11.1.tgz
  /nix/store/d37wqg00zjh7c797dyg2isw62bk59zck-ieee754-1.2.0.tgz
  /nix/store/v2gvj8whv241nj4lzha3flq8pnllcmvv-ignore-5.2.0.tgz
  /nix/store/p6xkrzzlq1m8gnbmr39np2zqya1f2zfm-ilmbase-2.5.8
  /nix/store/0wc2lbclh6mx8hi1sigqgx8fl46hsraj-import-local-3.1.0.tgz
  /nix/store/m5b3lxagv9x67kwz3mp0bfjpxi27ww57-inflight-1.0.6.tgz
  /nix/store/cnz4y0kq0j4pqx9a7glfd6d1j4pvn52x-info-1.4.0.tgz
  /nix/store/azvzr4mg5gc3av5b7jr3wzs20ldjrkxz-inherits-2.0.4.tgz
  /nix/store/r1qa0z1s2jkfqs771jjb5ay9zrpi4rda-interpret-1.4.0.tgz
  /nix/store/igdyhxlkzfwhh2qzxkify1jliyp15j0h-interpret-2.2.0.tgz
  /nix/store/xn70iwv5ycf1xkv6di5zq178hyyyag62-iptables-1.8.7
  /nix/store/8ih9rd1jqvmamq4jmiblj6pwd3dr4ai4-iptables-1.8.9
  /nix/store/mgn18gylz5h80d3mxa77jbkv6wk9h7lj-is-core-module-2.8.1.tgz
  /nix/store/a8yz5kr3vdxgn9pkmkdgcjyz91q53s59-is-extglob-2.1.1.tgz
  /nix/store/80s4qfrr9bl6mykkgv704wrcdkammv1d-is-glob-4.0.3.tgz
  /nix/store/2w1ddv53m3y0dh5x352aj7f9bi3bw2yn-is-number-7.0.0.tgz
  /nix/store/mym3xfamsi2xhps48zaxa22wp8rz16zz-is-plain-object-2.0.4.tgz
  /nix/store/wyyz1fvik77wpyli3lpcv35kqz73lhsf-is-stream-2.0.1.tgz
  /nix/store/430bf0maxy0480dnzh78f1lf0kq4cbdg-isexe-2.0.0.tgz
  /nix/store/1baqd0c2bwi0inn5qry2llsd7vgd6835-isl-0.20
  /nix/store/clbzka4dzv2wym7971qsbbgx77g3p258-isl-0.20
  /nix/store/gnygqhc0hciz75mzm87z04va98fkk38l-isobject-3.0.1.tgz
  /nix/store/pwqjnb7prr5369ky6fmd1aw94vdk5bag-jest-worker-27.4.6.tgz
  /nix/store/fdw7chrpjn4c1zlyly42dx4c3mi0wj7j-json-c-0.15
  /nix/store/zajvclvyi58q974ipc65mnvp499i1cs4-json-c-0.16
  /nix/store/3flxxgfrs3y5wadkn9y6am6jy3jzzss8-json-ext-0.5.6.tgz
  /nix/store/sjly86rpzmg3xga172p77m5xzd04bs1y-json-parse-better-errors-1.0.2.tgz
  /nix/store/qa1jjbvf0f2w8a8kgrpx3j66l9fbgggn-json-schema-7.0.9.tgz
  /nix/store/qygc146r018a0dg6pq3y854fq75p7czq-json-schema-traverse-0.4.1.tgz
  /nix/store/63zgg49frfvkravc0l8ynzkn12b3il8a-kbd-2.4.0
  /nix/store/9s60bwr181k809zq0529ngfkk8r3s7x0-kbd-2.5.1
  /nix/store/m025nn06srk6dsbdfack7d93jpzygq3g-kexec-tools-2.0.23
  /nix/store/jlm7475x5rjah3p14g32hbb1yay7r1qk-kexec-tools-2.0.25
  /nix/store/r61yrb6y4g6hzfsk1bw9p0pjbb643bsz-keyutils-1.6.3-lib
  /nix/store/r8h3ahx3j75p98qbjcbxdjbx6r8kxr6v-keyutils-1.6.3-lib
  /nix/store/vx2x6iq6pxnhxhn13p9x5sj2sqkgm16y-kind-of-6.0.3.tgz
  /nix/store/qhcy135s7nxf9nk1in37h467az5qa8hc-kmod-29
  /nix/store/yi6py1qds1c92cclmf6f4rdcdhi24ahn-kmod-30
  /nix/store/f5zw0is0kjaj15vprrlmirvfh4jxhk7x-kmod-30-lib
  /nix/store/p0vqa79p3xq89kpbj1p6mkwdljwja229-lapack-3
  /nix/store/hq71v9ngl4vbawijdn09fg2q1iwycgxf-lapack-3-dev
  /nix/store/s82gghcl1nsqzfwvvrqhw5lmdh4alhs3-lcms-1.19
  /nix/store/hwn0526i7wpzn6201sv1rjjaiy08chc9-lcms2-2.15
  /nix/store/6lnnl7wmg0ff50ykm6wgkxzdc79ay12h-leb128-1.11.1.tgz
  /nix/store/5gq161qy0vpj0hc46hbz48067hjrvahm-libGL-1.4.0
  /nix/store/39xkh75dcprphgb1dwq0f21syihvsvaa-libGL-1.4.0-dev
  /nix/store/3gsjllq14k8xnrvfyiicn2afpz95jb2b-libICE-1.0.10
  /nix/store/fhgrngvj2r3zgwr0847l93nxk4ffpyyp-libX11-1.7.2
  /nix/store/cs726l6czhh2ipi364k0v5idwasmphwn-libX11-1.7.2-dev
  /nix/store/xrk3b8djcgivyjy7v9hs0w8abn245382-libX11-1.8.4
  /nix/store/b9fn1vy1p8alab7rs0hg94j8ixggsp0s-libXScrnSaver-1.2.3
  /nix/store/k3ryz9pc069qvd8q4r8pk8jlgycmbvcc-libXau-1.0.9
  /nix/store/yg0m0yfacnidf39i9fyvx796ail5gf8c-libXau-1.0.9
  /nix/store/w0ihiy93xl3jhlz26pzf70kysjv7js47-libXcursor-1.2.0
  /nix/store/1zx6463j5b8zm2zzwganabaqg2nk9jxs-libXdmcp-1.1.3
  /nix/store/wbbj294s0gvk2282zy0brc8k3vxr3nrm-libXdmcp-1.1.3
  /nix/store/4b00h8l1k7i0l6g4xbwbap9wld50yhf7-libXext-1.3.4
  /nix/store/f5nqkykqapg20r60f3dad6pn9yb45p37-libXext-1.3.4
  /nix/store/jhdjswsdprsn7sawgpzqlpgznmb3iqvd-libXfixes-6.0.0
  /nix/store/r045y00m78c5r0d2nx0y7cc61xvlqb4m-libXft-2.3.6
  /nix/store/86c3g07h8dlyljw97kvw9hs56ky4axsq-libXi-1.8
  /nix/store/7s309qb2c10x16x6mb1ianblv36sh3h5-libXinerama-1.1.4
  /nix/store/dfn8gzyc5b4xnzxvpmw7hzmxz0yb56mw-libXpm-3.5.15
  /nix/store/738n22rr0jvza231gpw618r6pzvcln5v-libXrandr-1.5.2
  /nix/store/4vfw1575jw6h9srk32zb5r568md3gd7f-libXrender-0.9.10
  /nix/store/bxz7fg4fa89zacx0qwra5yi88hvqdykd-libXrender-0.9.10
  /nix/store/hap3i92a8gbhd6imgdqbac3k2a2xq945-libXxf86vm-1.1.4
  /nix/store/zf6pqmy3qa8bilwqlk94iqk8an26fwy3-libaom-3.6.0
  /nix/store/15q8adm8bk3sizwx49arzmh6nl83rz60-libapparmor-3.0.3
  /nix/store/l53f6d1vwb4nabyznhsfslpglv067pb3-libapparmor-3.1.3
  /nix/store/0fhs0i537kd38j5f3img7ly63jnqlr6m-libassuan-2.5.5
  /nix/store/4p3khgb5xk2rvpfv8fxkrnm9dnr3vy56-libassuan-2.5.5
  /nix/store/8zahnm7sqsj2w4kbz9d99j1q2kxvnpyx-libavif-0.11.1
  /nix/store/88h3lihvril0lvxcn4z7xxp6z5kc3ydd-libbpf-1.1.0
  /nix/store/llp5k2a11g9j2x1cp9gz0pg5l0h7dq4b-libcap-2.49-lib
  /nix/store/wgcziqsr3ww65ca5apai5p2n7wk49chw-libcap-2.67-lib
  /nix/store/3138rpbr3440jrgmr0x1vm7xing5pwxc-libcap-ng-0.8.2
  /nix/store/8wdbfd7lr8sr5vljxzjhhldrf588viad-libcap-ng-0.8.3
  /nix/store/b8jddbv5c8hdw1baqlqjgg99718c05cz-libcbor-0.8.0
  /nix/store/cnq47m4w14a5pf338y86zqriyj5gryr9-libcbor-unstable-2023-01-29
  /nix/store/2qqm7ryzkcc4dd39qihxsm5gvkqn0rl5-libdatrie-2019-12-20-lib
  /nix/store/ibc9vhd8bpj3yjljc4ymwjykkphicc0y-libdeflate-1.18
  /nix/store/60s49qmac9zhxc0kx4rrsa70lsmxplmf-libdeflate-1.8
  /nix/store/lvrzb1digh3dsy8s77arvbhl4iissali-libdevil-1.7.8
  /nix/store/gzp92yip1akqaafj6hvci0fz0h9r112x-libev-4.33
  /nix/store/mimlcvy3miz847x4icwvi7w8vdn2i3pc-libevent-2.1.12
  /nix/store/zs4vqwcahq0jmd35kamrk47srwaizzng-libevent-2.1.12
  /nix/store/ljr3c02zwg5sy1jcabjymjdyw7w3jrwa-libffi-3.4.2
  /nix/store/zi3wndir89vvbly8fkdwvq9v17vrpw8h-libffi-3.4.4
  /nix/store/5nl887dh4mi80dm1m243bzxng81glc8i-libffi-3.4.4-dev
  /nix/store/fg8h3fzalb473wi4hgn6rbb7jmdipakn-libfido2-1.13.0
  /nix/store/7l5h35zcxq5wd7dci6aqzbcv4z5qg3qz-libfido2-1.9.0
  /nix/store/y0622jixcamjncmjbv2av5jqjk8w20y4-libgcrypt-1.10.1
  /nix/store/qhx6iy4ppspf4lb6drc20qpyp2llkl6c-libgcrypt-1.9.4
  /nix/store/4xhxnafmr1skiarlmq4gml3s7q9km09w-libglvnd-1.4.0
  /nix/store/zh9wfn0g7pjc3hjahffszf1nzxpq5vy9-libglvnd-1.4.0-dev
  /nix/store/0c35qnpznypfc6jdw26kasdbfz39s3if-libglvnd-1.6.0
  /nix/store/jl2kkr3vi2ad2nbc07splq86qmq2mkm5-libgpg-error-1.42
  /nix/store/w514z7s3963ssh0d6cmxy2bqaxw36m86-libgpg-error-1.46
  /nix/store/3rd24wjad31avvylb8z4kph632gjbrnq-libidn2-2.3.2
  /nix/store/y382xj6bh8h4mmm22sw1a6q81rijrxl7-libidn2-2.3.4
  /nix/store/z98mppnrr8w6qslnxhkjnn4pgx5488bs-libidn2-2.3.4-bin
  /nix/store/x55g7193av11i4j06g5wlnnrvkaiil4k-libidn2-2.3.4-dev
  /nix/store/ddfzjdykw67s20c35i7a6624by3iz5jv-libidn2-2.3.7
  /nix/store/9v7r2997yh9hz0bpaqz4lxzppwparsh0-libipt-2.0.5
  /nix/store/6yml2hki1mrig3n5ilxawjc3g7d3zwcf-libjpeg-turbo-2.1.2
  /nix/store/qk1bkdd3p3d7cyw97v6q882a3557lwh9-libjpeg-turbo-2.1.4
  /nix/store/3dpna028zybjjhflx03g53if4q7dzrxh-libjpeg-turbo-2.1.4-bin
  /nix/store/vl5x6vail0czk8s5s8jz81wwb3l1wdrp-libjpeg-turbo-2.1.4-dev
  /nix/store/rk5zapwlwfykcxh3z3xsamfjdflvndw8-libjxl-0.8.1
  /nix/store/yx68rkafhbm24r5kqpf1m5qwd7agfmg8-libkrb5-1.18
  /nix/store/hsxi3i3g1s4nbki271c33kn5agjpy6xm-libkrb5-1.20.1
  /nix/store/lkbxlllgchqavfl6ldz60vx0p7gkzc08-libkrb5-1.20.1
  /nix/store/mcjy76g8cq88zxpqsqzva9ax3gcxq5v5-libkrb5-1.20.1-dev
  /nix/store/zy7zq56cghkmcxd40gnhrciarm0hy5nw-libkrb5-1.20.1-dev
  /nix/store/k36dmrgf03vb2rxn94nqcvzvsk8vs2xk-libmicrohttpd-0.9.71
  /nix/store/pkx83r5y7nlylh3xm205ma1w446rj7f3-libmicrohttpd-0.9.71
  /nix/store/py6xal1zqv4vqwbmf7ya6fzvr0pvzna7-libmng-2.0.3
  /nix/store/iy7s1v9givyww194br5gk6ijvbczwq5m-libmnl-1.0.4
  /nix/store/2hcp0cg6vmsnmpwsgiyw5pq9l7n01s9q-libmnl-1.0.5
  /nix/store/5din34jk6dvk0wrlfw0hg1wzxxaaypyj-libmpc-1.3.1
  /nix/store/5i8lwbk3c0dpmgj1gmymljjp5f7pfmvv-libmpc-1.3.1
  /nix/store/c1janpb9nn207ch8fqrmik2d0xrhp327-libnetfilter_conntrack-1.0.8
  /nix/store/apwa2jz808cn5n2hzgffkywzpp6plk0q-libnetfilter_conntrack-1.0.9
  /nix/store/y43k0sw1pyf50b2yb59zl8hmkvmafqav-libnfnetlink-1.0.1
  /nix/store/qabmr1wvycpzbg1wfjczkwcdq8bcyzaj-libnfnetlink-1.0.2
  /nix/store/vlv970v640zvfjynw52c8h9cb8rdbbrk-libnftnl-1.2.1
  /nix/store/srcn023xpin0k4azr95pgwj3igwcgrdg-libnftnl-1.2.5
  /nix/store/2a62q08mkvfy8s2nrqpwc89lzz5364vm-libnl-3.7.0
  /nix/store/0jijsy0ndwavi1i92grmbsj1h5fvlzmc-libogg-1.3.5
  /nix/store/45ibr036alxj9m9q4q45bgzpj547xf4d-libopus-1.3.1
  /nix/store/1d5abf0wgb82wgf8xqs1if1gpngcaj8i-libpcap-1.10.1
  /nix/store/dz7gmlcs7inv5yr9gjhpachgdsb8w175-libpcap-1.10.3
  /nix/store/mv9k6hyaaaqv0h1ja67bgm95bmrpxl7v-libpng-apng-1.6.37
  /nix/store/87ss2z65fh1vn052jlzbp51vwpair2ws-libpng-apng-1.6.39
  /nix/store/fvm46sfhf2v4523ywa3pv45wq3l879c9-libpulseaudio-14.2
  /nix/store/0l5q3ljyfvv258syribr1ifyqx8i141f-libressl-3.6.2
  /nix/store/d1y71wqjpffhcb4l3jg16plg2bxmx45p-libseccomp-2.5.3-lib
  /nix/store/70jysxa4gp6ijkrjxf5kj2551mlf2fm3-libseccomp-2.5.4-lib
  /nix/store/819i6az6239d9v7ipmivykpabixyb2l9-libselinux-3.3
  /nix/store/nmqk4lk4kwzss7m2g9xqrgj7m2pa4zr8-libselinux-3.3
  /nix/store/5gnyfs2x0cd5y9yszilm7qfds8bhvpgb-libsndfile-1.0.31
  /nix/store/86isq1y253056rzq954spqg57ysb1wqn-libssh2-1.10.0
  /nix/store/iyi02yc54n13d3gkbs7gv321k4h4s8j7-libssh2-1.10.0
  /nix/store/p69zcmbnyqdzz61kxsy40vipng8fmlhi-libssh2-1.10.0
  /nix/store/pyg9990n4ikqyvibj2cpl8i6hgywqjhw-libssh2-1.10.0-dev
  /nix/store/vcg52wj8cbx00sba89xb326b35drisyz-libssh2-1.10.0-dev
  /nix/store/qdqfmf069b5zvww7nzqsvhd0d99dxq69-libtasn1-4.18.0
  /nix/store/5v71r7pb2zw5sig70nkl751rply1rs3s-libtasn1-4.19.0
  /nix/store/n83khc98rrn7ak3zr34w5n0axbc88q4q-libthai-0.1.29
  /nix/store/dz6lxwdg6cng17wclfd3acbhbsfwpgp3-libtiff-4.3.0
  /nix/store/pxhxaw32p49l573mnsswb5dfykjxk3zq-libtiff-4.5.0
  /nix/store/31ggkr8vxyrbzl1zz58k5qmv1g6d38xb-libtool-2.4.6-lib
  /nix/store/9k22nd5cp3blbmjqh1qrdzq16dc96r1v-libtool-2.4.7-lib
  /nix/store/pcqj12x7hwc2kciyc0yj6qw04ndx4rfp-libunistring-0.9.10
  /nix/store/gm61h1y42pqyl6178g90x8zm22n6pyy5-libunistring-1.1
  /nix/store/jrid72i6ii9wx2ia6fyr2b1plri2m07l-libunistring-1.1
  /nix/store/s5v1ypnzf0k5kmkxnknk86fagbkha9sh-libunwind-1.6.2
  /nix/store/xmpdfylf3pzzghjwskfhlrvksnw86rj3-libusb-1.0.26
  /nix/store/5rj4m1pzb7sf5cx7vaa4xxlhjiafp8x3-libusb-1.0.26-dev
  /nix/store/wcdi96dabywjdc03kr844plhk8mcsk5s-libuv-1.44.2
  /nix/store/ap411r17ynlmivaahkvfki501rr0ggb3-libvmaf-2.3.1
  /nix/store/kpma2kiwdcgm6jc6a3jrkp7g6mijclc0-libvorbis-1.3.7
  /nix/store/52k806rd1q6f9r0ncphdd3hvnwmv88ni-libwebp-1.2.1
  /nix/store/ckfmdajyky9w5qz4kj6599d8gv17gggk-libwebp-1.3.0
  /nix/store/4sw5w1kchsldm4lsljmg4ih5wibiczjk-libxcb-1.14
  /nix/store/fxdjjfnh9csd8sl6w26c49pbirh0ialr-libxcb-1.14
  /nix/store/yybcrj3x05kk92wkb8idmr3lzdg0565f-libxcb-1.14-dev
  /nix/store/bmrclhiid6p1a6iwrljq6fyrzzx2p07y-libxcrypt-4.4.33
  /nix/store/wy0incigsdz3nai26lxmn9ibchnb0qd6-libxcrypt-4.4.33
  /nix/store/5wpi03vjdxwn4bnimv76mx5gg183vqja-libxkbcommon-1.3.1
  /nix/store/s44s0yzxw4s7nq108css5lcqck6dg6dz-libxml2-2.10.3
  /nix/store/44xy9km0xyvy2m1md00cbdvqrfijn1mk-libxml2-2.9.12
  /nix/store/zfcrblkqr2iyv9wr10b6l6bwzaxhmaja-libyuv-1787
  /nix/store/9j1pfpw69j4lqh24gvwksfqnbs1q70ww-linux-headers-6.2
  /nix/store/fkr5rfhgrq22h0l070faxl7b8f5fwpwi-linux-pam-1.5.1
  /nix/store/n3ddjkjm70cp5n41jzwfy4pamxisvfd4-linux-pam-1.5.2
  /nix/store/5k9x8dnwiq0h5czikpax6rbal547k24z-llvm-15.0.7-lib
  /nix/store/placgx6ilvxkqi2szhdhrjhjx39h6sm1-lndir-1.0.4
  /nix/store/s5n2lksq08ffg4hj4mjxjj0fd5bbfans-loader-runner-4.2.0.tgz
  /nix/store/j27qs0ddsfchl6h2wpcy4c2aagfq7lng-locate-path-5.0.0.tgz
  /nix/store/j8h763zjmlz0kps0s9mg3mc1zr7pfq44-long-4.2.2.tgz
  /nix/store/fn9vj7k5mkmj1mp9z1r3ghgsyi84ajd2-lru-cache-6.0.0.tgz
  /nix/store/0bssv54z6k756sgv5wcwcm8zfpp2axrm-lvm2-2.03.14-lib
  /nix/store/hvw65raxgr7lry5sn6x1lq5alffbf073-lvm2-2.03.20-lib
  /nix/store/pcvd2l0s2xgwn1915wnl5x7x0mgnn7kh-lz4-1.9.3
  /nix/store/r2yvm2dc1iyn7wg9njzygxqm7xbs6r4j-lz4-1.9.4
  /nix/store/x178gr6fnfcm1s53vbksi6wd3awqdh8h-mailcap-2.1.53
  /nix/store/13yk1j5ahl04h0wqskfn4qrfiq0vz9k7-merge-stream-2.0.0.tgz
  /nix/store/hvvwxl2hzahq6m2gglwhw3xlak08v8kk-merge2-1.4.1.tgz
  /nix/store/p931ss0hb9v5l48pihsya2jzv0lmk8r0-micromatch-4.0.4.tgz
  /nix/store/3434y98jxrb9aw0wavx6y4n9nvcph3qs-mime-db-1.51.0.tgz
  /nix/store/h7wwg1dk9k61s0rv2r96s7grlv4v4kzr-mime-types-2.1.34.tgz
  /nix/store/di1plf4gn9gwfmjxda985pylb0kmd5f7-mimic-fn-2.1.0.tgz
  /nix/store/9xm69v2r4kddrkdv7q8if4c4jyhpra0w-minimatch-3.0.4.tgz
  /nix/store/a7q03i4w91sq8jrlbq7c7jcr36mxk5y6-minimist-1.2.5.tgz
  /nix/store/88f2m3n8x4q5f59wnk1jsv987glhc19q-mirrors-list
  /nix/store/4dy7qdz53rxczpzl1jgn1cmj3j23sff0-moreutils-0.67
  /nix/store/26l32fkxgrvjffx2fw4p9a0swmc99k9b-mpfr-4.2.0
  /nix/store/r0zb1rcf1q2lmyqvg5d0vwy1f57zk05h-mpfr-4.2.0
  /nix/store/1hni9ch67ary6gd01wa1w0xzc2abgnzf-ncompress-5.0
  /nix/store/3y4g885qcv7wmzczcgiz4xgshy75snd3-ncurses-6.3
  /nix/store/bansz88nyaibv57nv65s445f979cbdsh-ncurses-6.4
  /nix/store/q5mhssfls6iych80439511vz7539gd95-ncurses-6.4
  /nix/store/jn3v1qn45ycv7jq9q76dvmg5r39dzpjv-ncurses-abi5-compat-6.4
  /nix/store/6kx4jnx5zlaxjr8zpmhhjhfwxd8valb8-neo-async-2.6.2.tgz
  /nix/store/hh298rxsjbdl7ifwrvd4bqvd828vx7rf-nettle-3.7.3
  /nix/store/391jfqhcx6cmiczr0vkc69bhqhcwx4jh-nettle-3.8.1
  /nix/store/xrdagrqls0srrc8ich5rhxm95skvfzph-nghttp2-1.43.0-lib
  /nix/store/02bk248qdvrh9nxl6kg5aryadd5avwfr-nghttp2-1.51.0
  /nix/store/s9jvqjnzm6rmkzjr05fqda5ivd0dwkfk-nghttp2-1.51.0
  /nix/store/4fqyw0dmj6myrm6zmd6mwvqm2rz77fch-nghttp2-1.51.0-bin
  /nix/store/n4rypx4b99l6bh6ypgda5dm552axxfjh-nghttp2-1.51.0-bin
  /nix/store/9gygdf93ik2i1j84wvcvvbkcn30nd4fd-nghttp2-1.51.0-dev
  /nix/store/qwr9jrz6b2v1jxb0vj4cf13bw5k1c2nd-nghttp2-1.51.0-dev
  /nix/store/gnpwl8rdn5grp1szayhzla8bjs0cd9kn-nghttp2-1.51.0-lib
  /nix/store/vzyz9dw3wy4aavs4mc8s60kd2alr21np-nghttp2-1.51.0-lib
  /nix/store/39r4xr983cnibnwm38lf07284j288m7w-node-releases-2.0.1.tgz
  /nix/store/rm4cylwmfapm4w4m4sq09nhixs5jxv1y-node-sources
  /nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3
  /nix/store/0yxkfglccfvqx5rw4czb8hr22gcjw8nw-normalize-path-3.0.0.tgz
  /nix/store/fb6qbddflqb39xsl1z3zxlwc4aqlmzp7-npm-run-path-4.0.1.tgz
  /nix/store/1ad0p98w4wnni0m8c0lr502sic3bqjbp-npth-1.6
  /nix/store/cci3i734lp09x3ir49f2k9k2wj7h48dn-npth-1.6
  /nix/store/8yc3bj1an27xdazw3m1q092aksi0aqv5-nss-cacert-3.86
  /nix/store/99vx2fb0np7kj6kk2srccv8lh5fgqsx6-once-1.4.0.tgz
  /nix/store/dv633lqr9bgss7zwd2ha6b11x9ck8ncb-onetime-5.1.2.tgz
  /nix/store/wzgdmy7zbrq60k08h034is9xsdzy93kb-openblas-0.3.21
  /nix/store/wzy64pnicd1f6609az1nqhnh2vnha3a2-openexr-2.5.8
  /nix/store/8v88bq325ldf2jvxb48nfvmkg7840kj6-openssl-1.1.1m
  /nix/store/fcn9vjxdjnagk48zjln0z00lqsss2zhv-openssl-1.1.1t
  /nix/store/snx64jiffbwr5066dkgqlzdmm7593qbm-openssl-1.1.1t-bin
  /nix/store/v34m8wq2969dklymhl4vrchavybs3dcp-openssl-1.1.1t-dev
  /nix/store/40b7dx08rz3ypcvjyrd860dw8g3j518m-openssl-3.0.8
  /nix/store/ijk9j536zs30kha06rr966gplwxd7fbg-openssl-3.0.8
  /nix/store/nswapjr41vpsv8wfbvfxa4hdmyb4ihfy-openssl-3.0.8
  /nix/store/8c91db5ylf3lg5fzgadw590kinjazyfb-openssl-3.0.8-bin
  /nix/store/r1s2ahnl5cwcj1zrdsdfa0v8kch01gy7-openssl-3.0.8-bin
  /nix/store/8m54v44ggv77z9hc7y0jiyii6r99hw5a-openssl-3.0.8-dev
  /nix/store/lrf0sdjpgx56j09x0sgnd34mkczrbzna-openssl-3.0.8-dev
  /nix/store/l37maw1p2ma5xn0n4rqiw3wahp6qz88j-p-limit-2.3.0.tgz
  /nix/store/iz220ajgdmwxqyr2vd8a5xv9q7z96170-p-locate-4.1.0.tgz
  /nix/store/jrr02ssqdn4in9nfrlm3wd1bkldbgqx8-p-try-2.2.0.tgz
  /nix/store/mqw0ibfy9swb82crgxxbagwm2kqxz5y5-p11-kit-0.24.0
  /nix/store/3rbhmfqmlgm2l3nwq92hlbwgi7xmzdn4-p11-kit-0.24.1
  /nix/store/v47jn4xsjb3wnc1yz5bagigr2brzv36g-pango-1.50.14
  /nix/store/swf1dckghdx7nza1lxz6s462pafwd7wa-patch-2.7.6
  /nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0
  /nix/store/06g9x2c6l989i88mv89vh1jqm7b3kqql-path-exists-4.0.0.tgz
  /nix/store/c9w6bjbsqfvchm7l6xbs30lhak7pp1jh-path-is-absolute-1.0.1.tgz
  /nix/store/d8kym5mnyv01h6rw8gp3g8bipia3m2yk-path-key-3.1.1.tgz
  /nix/store/6g5nyrn5b42i9dpq1f5d60s1rci1mc56-path-parse-1.0.7.tgz
  /nix/store/qjvv9rghi83bqq5b4p9qwha0kqaakwsp-path-type-4.0.0.tgz
  /nix/store/j2nhcyjyjb5yxzk8anaaymjbmap432xd-pcre-8.45
  /nix/store/nja07wpjdb6lyghi4izc30psw7j2kwxd-pcre-8.45
  /nix/store/cw50rl61pckrcs31aw7hka5fk411rjj1-pcre2-10.37
  /nix/store/pj02km2syw6xc8rdribscls9lpc5g3vr-pcre2-10.42
  /nix/store/ykh1r3pzihnpy4cjrn3mpp4nwb54fc0f-pcsclite-1.9.5
  /nix/store/m6kc0wg6zii4bcw0fqxmclgy27ph09va-perl-5.36.0
  /nix/store/rq011d4805y4lxczn3jj17829lfsd5rb-perl5.36.0-Authen-SASL-2.16
  /nix/store/ijbgpq2gj5a6bycq049m0nlmb1d1syb6-perl5.36.0-CGI-4.51
  /nix/store/pky2dxh3mrvhbrvdwak2pl5d8l65hj0b-perl5.36.0-CGI-Fast-2.15
  /nix/store/09h0g89crf5z8r4847j0v3x00smbmp4p-perl5.36.0-Digest-HMAC-1.03
  /nix/store/29nf3i5144m7jmndrg2rd6430craar6c-perl5.36.0-Encode-Locale-1.05
  /nix/store/27d6y9xfzsrdqbf823qar68mav1aw4h2-perl5.36.0-FCGI-0.79
  /nix/store/cwmwk2k0wm0fmiys6x4zvwqrwygblxbi-perl5.36.0-FCGI-ProcManager-0.28
  /nix/store/q6q0z4mvcjrwkd4zigaqw38nic04ci2l-perl5.36.0-File-Listing-6.14
  /nix/store/y5sy472502y2kpbwc7l7h0pcryl3461m-perl5.36.0-HTML-Parser-3.75
  /nix/store/1iqjf7dyxxrs2513rqlsrhvcabm8a4kz-perl5.36.0-HTML-TagCloud-0.38
  /nix/store/sh647picdgip7jbd08qf2f8zz1g93aym-perl5.36.0-HTML-Tagset-3.20
  /nix/store/ppndfbpl98lw1zs2sdhlii7dvj744imn-perl5.36.0-HTTP-Cookies-6.09
  /nix/store/zl3zcp6z8ggx1cy3c200mnqfgcij9g5k-perl5.36.0-HTTP-Daemon-6.14
  /nix/store/xbl8l4c9faiprndfrj53sxmgx36bvf85-perl5.36.0-HTTP-Date-6.05
  /nix/store/g8kv50xvl36nsqph9gwp3m14bd8v4n99-perl5.36.0-HTTP-Message-6.26
  /nix/store/pn9pjdcgmrsqvilc29cp4hhlfjbycf8a-perl5.36.0-HTTP-Negotiate-6.01
  /nix/store/b0j0518l9ygyhkhz1dxc3yg92qh96bvd-perl5.36.0-IO-HTML-1.004
  /nix/store/d5qw64v96rhzr5pbcxm8zck8mz4bs8fj-perl5.36.0-IO-Socket-SSL-2.068
  /nix/store/446x46xnzfp1b1c94rq8zdc74c8izi2h-perl5.36.0-IO-Tty-1.15
  /nix/store/15p1kkm9hkwvdfb5km6g8brn2qndrv5f-perl5.36.0-IPC-Run-20200505.0
  /nix/store/hi78blrl8mrdchg2sryfrz9jb7rv275i-perl5.36.0-LWP-MediaTypes-6.04
  /nix/store/yi3w596j07z6bw8a496y5w3y9vv58rrx-perl5.36.0-Mozilla-CA-20200520
  /nix/store/qw7gaxzxvvs7ikw5nbj4v5xx37h43c1z-perl5.36.0-Net-HTTP-6.19
  /nix/store/vagx5b9xf5n17qah1n83k0fqxvmxncvz-perl5.36.0-Net-SMTP-SSL-1.04
  /nix/store/xps9zjh01pzcd5vpfpiqny22aqks0c78-perl5.36.0-Net-SSLeay-1.92
  /nix/store/i2rkvafh9jj95g9al1cqpk5h8bgp611z-perl5.36.0-TermReadKey-2.38
  /nix/store/vlq56z6v3316if060wgmdcp77n3vxgns-perl5.36.0-Test-Fatal-0.016
  /nix/store/nlqyrgixrnqq9b215w3ag1vbjis7yhwn-perl5.36.0-Test-Needs-0.002006
  /nix/store/yl3vbs59mp9kgv5y1kcgch5x0p7gd3nf-perl5.36.0-Test-RequiresInternet-0.05
  /nix/store/4w19yjmhng1h736y146l48qlidg4igff-perl5.36.0-Time-Duration-1.21
  /nix/store/l7zw8sjryc17zxd1x3f7k0bjch2lb3jr-perl5.36.0-TimeDate-2.33
  /nix/store/cyaw452gv15306rl6glg12crqm42jx53-perl5.36.0-Try-Tiny-0.30
  /nix/store/7s8i1g01sz1czwbn602si15n1l7c78bz-perl5.36.0-URI-5.05
  /nix/store/m7hf1bdd1kn7gsf1fnpqb8y50660cssq-perl5.36.0-WWW-RobotRules-6.02
  /nix/store/4gazinyfxgapc7g3kbj3qnassa11lgax-perl5.36.0-libnet-3.12
  /nix/store/ziflhaf1frqpk32mw5hlqq2iv71966kh-perl5.36.0-libwww-perl-6.67
  /nix/store/4x397r32dg8h5mwb2x590lx17hpnrylw-picocolors-1.0.0.tgz
  /nix/store/j021j9wh2vddsp4iwy0pqq64nfxs9vfr-picomatch-2.3.1.tgz
  /nix/store/jcqpapaplsfp91nc656mv44jmbp0m2gl-pixman-0.42.2
  /nix/store/3fah1gvzz9a1la4dr1qp4r8jvk22iz82-pkg-config-0.29.2
  /nix/store/liawqp5fjqna6gnrpp8rs3x1gfb5fxjj-pkg-config-wrapper-0.29.2
  /nix/store/8q8hvzwy1rip2nvczf1bbgpq74qvyasq-pkg-dir-4.2.0.tgz
  /nix/store/gd6cyzfa259hzd5sqhv065lgl3cgi90c-popt-1.18
  /nix/store/17nhgz34jjigr7xkr1l9j34aqwsziakz-procps-3.3.17
  /nix/store/qn8v4a2x311f7fljr64a2x8rv73psbr8-protobuf-3.19.6
  /nix/store/z2miz6wmxdh97qw3z88d352rg11lzgf7-punycode-2.1.1.tgz
  /nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10
  /nix/store/kxmpnymjpr3wn3jig8l006ixydbbr513-python3-3.10.10-env
  /nix/store/y9niqy128f5zdspsi9bvrgw7lbw7k4yi-python3-3.8.16
  /nix/store/l1rsczvq7ilj6lpxjx2l305ykhkg4m30-python3.10-attrs-22.2.0
  /nix/store/wass6qn80cjvp9jaika19qgs24ykk9v8-python3.10-brotli-1.0.9
  /nix/store/f1mnl7mv1wqijbs9c22ld88snp8kg154-python3.10-brotlicffi-1.0.9.2
  /nix/store/pfyz7jl6h4g3axqf6ibamdv29yypvips-python3.10-build-0.10.0
  /nix/store/4lf9gna6p4jbqkg4rxc030zhdqk13vp0-python3.10-cachecontrol-0.12.11
  /nix/store/p110iya8p16iaj0davqwncjgjk48jadv-python3.10-certifi-2022.12.07
  /nix/store/3zyspm58yhld8mwh7dvsh88j85imi3rk-python3.10-cffi-1.15.1
  /nix/store/8pl56cyc5w300bla2c2zm0pmx33al62m-python3.10-charset-normalizer-3.0.1
  /nix/store/6qagaiaki5inq0sw0m5iq89maysr12bj-python3.10-cleo-2.0.1
  /nix/store/1604j65sjb7ia8hr8mhpg558nj39qfhn-python3.10-crashtest-0.4.1
  /nix/store/hh0akhm8cx55zv1jqv9f14zg3pinr5ac-python3.10-cryptography-39.0.1
  /nix/store/q866j569z5kd1b702825xvhadfb7jyi2-python3.10-distlib-0.3.6
  /nix/store/n69ahsyb880ply0y0wvgy09sjnpyg3pa-python3.10-dulwich-0.21.3
  /nix/store/74zbf7wf5xjba0ngxmbsfsf31caqbyn9-python3.10-filelock-3.9.0
  /nix/store/rwiq6a9p7q9v4sns5lx7c2nj3v2ybj1z-python3.10-html5lib-1.1
  /nix/store/7j6z05l4dbcymn82hlhbpgyw6zkhx11a-python3.10-idna-3.4
  /nix/store/sv5mych8csci3flgmsffk3lihzx5fz0g-python3.10-importlib-metadata-6.0.0
  /nix/store/572ik00bykg1ixbplpv7fgc0xhwicvy3-python3.10-installer-0.7.0
  /nix/store/gkkdca6042ip3dzks4kairaynfqqy2k5-python3.10-jaraco.classes-3.1.1
  /nix/store/i0znk63ddvx81ksvyy1yqpj6igjzm4aq-python3.10-jeepney-0.8.0
  /nix/store/1wn6d48m6wfdqxd76j8f9ckywgwl2a24-python3.10-jsonschema-4.17.3
  /nix/store/ihm8wsab9cx60bkz0z4ppb83dpbv4i8w-python3.10-keyring-23.13.1
  /nix/store/xd4b2qj6qyfnanbdzhcvv0jcm986w5dm-python3.10-lockfile-0.12.2
  /nix/store/ilvh4ss99l4m9jw8qs36rd9ypq535l9h-python3.10-more-itertools-9.1.0
  /nix/store/yf8f1nmqilhnimgyq9fbj0wqz3nbbcfd-python3.10-msgpack-1.0.4
  /nix/store/khm35qfxp63pvps6hy9lpg80r7p7h5w4-python3.10-numpy-1.24.2
  /nix/store/brg9fbdb1rxd6c2sgh01ycn0hynm21r5-python3.10-packaging-23.0
  /nix/store/8ic4qx6h2x03hh4whkfh7qid61xqixvp-python3.10-pexpect-4.8.0
  /nix/store/awm0cqx03hmlclgavnl5f8w1l3i0ljfr-python3.10-pkginfo-1.9.6
  /nix/store/6ajlnc2f3jsa247d5qx91i3rx4l6ycpj-python3.10-platformdirs-2.6.2
  /nix/store/g66h5i8rcr6yrf4w9n5hl8idd6vdmxjh-python3.10-poetry-1.4.2
  /nix/store/fwf5pqlhr9jsaq4z989rwh51ghibgg6r-python3.10-poetry-core-1.5.2
  /nix/store/ivf8zd1djpryk12ydmgj8wsabwkxjwpa-python3.10-poetry-plugin-export-1.3.0
  /nix/store/9ydxgzsfx4qv0hzkyfs7b8i0w8mzfyqn-python3.10-ptyprocess-0.7.0
  /nix/store/4qfvbn7ph5jdvlp8981g1mbfbkg0ryli-python3.10-pycparser-2.21
  /nix/store/s5xqk3j45v1m13pv11vg6p9rirrj0xvy-python3.10-pyelftools-0.29
  /nix/store/y0nvjq0s3f9b8dxrk6yazm17gfj93jl3-python3.10-pyproject-hooks-1.0.0
  /nix/store/vbx90a7amvamfv0z4f595sz8ivckwkjb-python3.10-pyrsistent-0.19.3
  /nix/store/7m0s2gr65gy5h7xmj7iir2vh54mdwi8n-python3.10-pysocks-1.7.1
  /nix/store/dnpfxwmry4fymg4fdp27h7w73myk7nxk-python3.10-rapidfuzz-2.15.0
  /nix/store/1npyhv86qw17f7iq4nz5hsmpv84q9wml-python3.10-requests-2.28.2
  /nix/store/6hwp9rdyhipqw7xx8ahl7d6rqbqrzmnp-python3.10-requests-toolbelt-0.10.1
  /nix/store/jld1b0mb8rwcvdsgs9gy2wi4psg4fzqz-python3.10-secretstorage-3.3.3
  /nix/store/yyhy820y7v4b1315zvig4bjpg5zakfjh-python3.10-shellingham-1.5.0.post1
  /nix/store/hix271phwzb157a2sj9fn5zfmkpz8zpd-python3.10-six-1.16.0
  /nix/store/fk607z2x9v64g38hy02x3i4byizaj645-python3.10-toml-0.10.2
  /nix/store/8zb1ghwwx2pwz0n7571dk2w4swbihhfr-python3.10-tomli-2.0.1
  /nix/store/i05mjiiwr9xgp80h9mjyldn8l2calgv1-python3.10-tomlkit-0.11.6
  /nix/store/lv59aryjm6bvxi9ys3r0f5nww8d209ki-python3.10-trove-classifiers-2023.3.9
  /nix/store/sqjv6q7a7518i109qwfr4dbanhkw6r58-python3.10-urllib3-1.26.14
  /nix/store/b1kakw9a4zvj2wvsi32gwvs2fxwglwm8-python3.10-virtualenv-20.19.0
  /nix/store/r3y3lnkimfgzv2v0wx46wmkikb6yz94g-python3.10-webencodings-0.5.1
  /nix/store/3d779jjfbfmhlrbcdnhayj9qjz3ji5xv-python3.10-zipp-3.15.0
  /nix/store/pnbhj64phdbrqscsrdsmkwc3949yx6qh-queue-microtask-1.2.3.tgz
  /nix/store/cfyh2lan3bb004988gdqnmscqv4s5yrv-randombytes-2.1.0.tgz
  /nix/store/jrdvb1jbsqhwr9xxai65bvwc2404kqis-readline-8.1p0
  /nix/store/s8axd2sknp45d2jmxkasmq8zxd1mv068-readline-8.2p1
  /nix/store/9gwriddks3qrf5vp6xfgb98rxv06qy1n-readline-8.2p10
  /nix/store/czd8sgsricbvfjxjpq0wh19gchgnbr60-rechoir-0.6.2.tgz
  /nix/store/bf28hls66dn6w1w14kg6asmqw0mpr51f-rechoir-0.7.1.tgz
  /nix/store/j3sj5gr84jmvavcxc6yjip8zh07nk8yp-resolve-1.21.0.tgz
  /nix/store/6lf8b0i0h0vc58l0gnrxlxps8j66bysi-resolve-cwd-3.0.0.tgz
  /nix/store/nfjg2w700c2c3j4im989k5zw95fiwka1-resolve-from-5.0.0.tgz
  /nix/store/50mxg9vcncl4kdznzndglkmq9m8cnnw9-reusify-1.0.4.tgz
  /nix/store/ly9raffzzmm0lr7ljnp9bnij3a4fd5kb-run-parallel-1.2.0.tgz
  /nix/store/9cnrb44a4pgbfjpnc9v1045972vnndmw-safe-buffer-5.2.1.tgz
  /nix/store/vvf6761i8c0rxmv74904rnq45nqvyf9r-schema-utils-3.1.1.tgz
  /nix/store/0myh8vmpaqlrsihjv0aaxc5svsiffa9m-semver-7.3.5.tgz
  /nix/store/d9w6l2fhd512n720556676dy6qhb4s0h-serialize-javascript-6.0.0.tgz
  /nix/store/br36y1l0j7lpq9cfwn6k64y9nzk4gmyl-serve-1.6.0.tgz
  /nix/store/r5rd12hf8km92wx35jvazbwpfcl4a7cd-setup-debug-info-dirs-hook
  /nix/store/7jxjckjdjxml45pnxd0nyzzbjlmbkd5w-shadow-4.13
  /nix/store/ljnq987x32k6k6n77rw3mb64g3fkcfii-shadow-4.8.1
  /nix/store/wndv6r0gmi69jprv8scjdqjk4v5zd0bp-shallow-clone-3.0.1.tgz
  /nix/store/li7c3f8qm89dsvjblpyh6kx8jvqlww1n-shebang-command-2.0.0.tgz
  /nix/store/q0rf687z1s5far9q6dmcjbx4y2r4mgqh-shebang-regex-3.0.0.tgz
  /nix/store/0ak4h0s1kc01msh87lzxargk7s1jxwbl-shelljs-0.8.4.tgz
  /nix/store/xr8yik18iz7kwsligvwlsr1vy6x0gg2y-signal-exit-3.0.6.tgz
  /nix/store/k1pizrmjl40xj4smki7xfrxg8iv200am-slash-3.0.0.tgz
  /nix/store/cv1lnbf2rqb5bnfm2p5x688dc9lcd75j-source-highlight-3.1.9
  /nix/store/p0pjjdrnxxbjpggssnnisrah2yhi4k0f-source-map-0.6.1.tgz
  /nix/store/xxlcz5wqpdyg5gzk9rhdi9bq2s6s53cv-source-map-0.7.3.tgz
  /nix/store/f2npq6chv18gmm6k9nnwpkfh6mlwsfhj-source-map-support-0.5.21.tgz
  /nix/store/07crqkdaw1f2pig04r8p1bw5rxwpx7id-soxr-0.1.3
  /nix/store/9bh3kk78z9k658a322pnxqzr79zhpl1r-speexdsp-1.2.0
  /nix/store/0ssb3rn06pqn5qjms1ma9qcp10n2jjny-sqlite-3.41.2
  /nix/store/5s1yg5l36wzgy1dj0vv1ibarc4g7vrdr-stdenv-linux
  /nix/store/aa283g93zqf3111m66kawl6d5z3wlawd-stdenv-linux
  /nix/store/lncgcgqqwp8jyxnjnj7kzzkcx0lkryvb-strip-final-newline-2.0.0.tgz
  /nix/store/qcc93wmykn6q890myaxfjahb8qr516k4-supports-color-7.2.0.tgz
  /nix/store/ypi7v1jhy53rah0bkw8lzynm5jyaxhd0-supports-color-8.1.1.tgz
  /nix/store/q82f3rj3n5skyz0ixjajyncdi0400czj-supports-preserve-symlinks-flag-1.0.0.tgz
  /nix/store/y4qpl81a6fdjrxwbx9h4xxid64gcn2fi-systemd-249.7
  /nix/store/28njqxn2gywvz45pfgwim5b2g1dqdymv-systemd-253.2
  /nix/store/dpm66qy6dzrnpzdhhzflpck7qvcjqimc-systemd-minimal-249.7
  /nix/store/7kf6zyynraia2mcnz3k6z5xr9p3nds12-systemd-minimal-253.2
  /nix/store/ppqh8dr6xr98nmlcic11y40svnzn3isq-systemd-minimal-253.2-dev
  /nix/store/57njxd2xiw9vy5bgzwmp3w9ywwl0dp93-tapable-2.2.1.tgz
  /nix/store/yhyf24b8kfy8l84hr7irfbj072jssnp5-tarWrapper
  /nix/store/rzdi853zkas1bqncy7syskhhad4m5x43-taskflow-3.5.0
  /nix/store/62wxvqwndhf97d94njhpa5ajaymdh2i8-tcb-1.2
  /nix/store/1rkl6xp3z4sjk3gngn4n4ff47q59dp1w-terser-5.10.0.tgz
  /nix/store/887py6cj5grmf697fhyf37n0g9h585rf-terser-webpack-plugin-5.3.0.tgz
  /nix/store/hsszqss774hv4a8w5l85k75l9d6dm932-to-regex-range-5.0.1.tgz
  /nix/store/shwg1pkdcxx5k1lyrcmyk7s6zjx1bakm-tpm2-tss-3.0.3
  /nix/store/0sfkb10a7jv2zndbabil8x3a5zw6yss2-tpm2-tss-3.2.0
  /nix/store/h0ivdmsmq1lkjp38qnh2y65h0fdf33wr-ts-loader-9.2.6.tgz
  /nix/store/vr1p0z2jkz6ww2shnal56qa4dw35siv1-typescript-4.4.4.tgz
  /nix/store/p73hdx87h3h6z45ph3fd7iy1ch6x89gn-tzdata-2023c
  /nix/store/z1njv7b2rx5n233rcn5lz8dsprqp4fdj-unbound-1.14.0-lib
  /nix/store/yb2w7p6sgq90mc6wf84g5vnvmd6z7hz6-unbound-1.17.1-lib
  /nix/store/j0x8f0sm1k9danimblbxwscffkg75z04-uri-js-4.4.1.tgz
  /nix/store/rramq1ckd5imw2a101bbf7v3f8y50wbd-utf8-1.11.1.tgz
  /nix/store/bxasqch0h79d5vq9pgi3p96iiy3yfrjr-util-linux-2.37.3-bin
  /nix/store/rhyd35jicq0vk384hl15z8hg9p818w4c-util-linux-2.37.3-lib
  /nix/store/f7h8kapn66fva5k3sz848iyf8b4rjvaw-util-linux-2.38.1
  /nix/store/lw4fnqj8jd51pmzz1kmp06baphfp8r6v-util-linux-2.38.1-bin
  /nix/store/minl6kpfkrryrkvz6sgxv3xjf7095fmm-util-linux-2.38.1-dev
  /nix/store/wlgzc9k7dqhwg6ynd72r0n8v0frlcl9n-util-linux-2.38.1-lib
  /nix/store/w2mdkw3zw88yqkqji138z4cfcr1paza6-util-linux-minimal-2.38.1-bin
  /nix/store/6yzb3xh73s5a8hc8d3g33p0jfdna4kn8-util-linux-minimal-2.38.1-lib
  /nix/store/p50fqa6fr8qs85qli3ba41bd4vnjmnnl-valgrind-3.20.0
  /nix/store/a4qiz6bxcczhaw8hmiwvfvn2962d7jlz-valgrind-3.20.0-dev
  /nix/store/ay5vx7rjjjwzpwha8mm5jjcbw40n33ih-wasm-edit-1.11.1.tgz
  /nix/store/if4r2882dyg1g9b5cj89kqp9lbwgrhn1-wasm-gen-1.11.1.tgz
  /nix/store/b5s15j53z7cx9yp93qmq6v6rxl38qn1g-wasm-opt-1.11.1.tgz
  /nix/store/mj76hblwh5wf8blfp8xf5gzamiah2ya2-wasm-parser-1.11.1.tgz
  /nix/store/zdg9ixkkidfib8rv374rpcj80hckv0hh-wast-printer-1.11.1.tgz
  /nix/store/9d24hfgngjfwz377hab0v12dr0cgkhl8-watchpack-2.3.1.tgz
  /nix/store/71jjmysnf18y4gwhwyhwx8hb6qhkvwn0-wayland-1.20.0
  /nix/store/i4yd1asaw7sz02c0aa5x7smbsis5yby7-wayland-protocols-1.24
  /nix/store/h4h3jaqrfrgip2fyi9ihpvnshhc3iwdb-webpack-5.65.0.tgz
  /nix/store/0ppziqyqyjqjh6rbxcqgsgqadczcr70d-webpack-cli-4.9.1.tgz
  /nix/store/3jfv8rrsbha5dxvyj2g6c9fs92lwin1p-webpack-merge-5.8.0.tgz
  /nix/store/60ll4vzz3jbf3nx54v9qzj3v5pa40k0x-webpack-sources-3.2.2.tgz
  /nix/store/0r8vh094ivpaqlcv2sfj1bfzjznf5k9w-wget-1.21.3
  /nix/store/q3di9fqm41k5rblajcf0g3gvka3i7p6q-which-2.0.2.tgz
  /nix/store/zqg7pc4gwi8dqchg9zkzyklfvmmlrq1i-wildcard-2.0.0.tgz
  /nix/store/wa4iwdsy5dsa4fpgkmfb3wbkln886im5-wrappy-1.0.2.tgz
  /nix/store/wv33zvn4m0j6qlipy5ybfrixgipnfnyj-xgcc-12.2.0-libgcc
  /nix/store/nrwkk6ak3rgkrxbqhsscb01jpzmslf2r-xgcc-13.2.0-libgcc
  /nix/store/w512dgg2vry4x7a6rzy4kgxvsazj188g-xkeyboard-config-2.33
  /nix/store/hdb729hdszgix5m0m1na7b4ryyhgzgpg-xorgproto-2021.5
  /nix/store/0qf4dsxr7wqidq0awfrj5gwa30l556f0-xz-5.2.5
  /nix/store/jj023wxnhha23b8ikpyg48a2p3l0qb75-xz-5.2.5-bin
  /nix/store/5533i5qzsxysjf38p1nlza9g9wvh09wk-xz-5.4.2
  /nix/store/z5818pmhspx5772s4cp6ckhwhbin2f09-xz-5.4.2-bin
  /nix/store/4aznbgn0ysywd3yxbhnan1x9mzn4lvq0-yallist-4.0.0.tgz
  /nix/store/92wmg8niqrvwxsfigh5hhjpb0y9ska1i-zlib-1.2.11
  /nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13
  /nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev
  /nix/store/wwmq389vxxdly6l44fg3nsy95jvg8zzw-zstd-1.5.1
  /nix/store/gvqqw8akkxfi23ah9bydfgj7748a0m0i-zstd-1.5.1-bin
  /nix/store/sn9qq7c4myim20c6gc9b5xnz3hxqrmgq-zstd-1.5.4
  /nix/store/c4bj8y8ypz8g179z4bzlcj3639mivi51-zstd-1.5.4-bin
  /nix/store/y5ywiyvky5m086x8hcm3107mk1ifp2r3-zstd-1.5.4-dev
copying path '/nix/store/vg76rna627bx7nz3dwdsj7bzgqw50kvk-curl-8.0.1-man' from 'https://cache.nixos.org'...
copying path '/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc' from 'https://cache.nixos.org'...
copying path '/nix/store/9mgwycj986p5sk3ga6w30m994say9jwx-git-2.39.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/x178gr6fnfcm1s53vbksi6wd3awqdh8h-mailcap-2.1.53' from 'https://cache.nixos.org'...
copying path '/nix/store/09h0g89crf5z8r4847j0v3x00smbmp4p-perl5.36.0-Digest-HMAC-1.03' from 'https://cache.nixos.org'...
copying path '/nix/store/cwmwk2k0wm0fmiys6x4zvwqrwygblxbi-perl5.36.0-FCGI-ProcManager-0.28' from 'https://cache.nixos.org'...
copying path '/nix/store/1iqjf7dyxxrs2513rqlsrhvcabm8a4kz-perl5.36.0-HTML-TagCloud-0.38' from 'https://cache.nixos.org'...
copying path '/nix/store/4w19yjmhng1h736y146l48qlidg4igff-perl5.36.0-Time-Duration-1.21' from 'https://cache.nixos.org'...
copying path '/nix/store/l7zw8sjryc17zxd1x3f7k0bjch2lb3jr-perl5.36.0-TimeDate-2.33' from 'https://cache.nixos.org'...
copying path '/nix/store/7s8i1g01sz1czwbn602si15n1l7c78bz-perl5.36.0-URI-5.05' from 'https://cache.nixos.org'...
copying path '/nix/store/4gazinyfxgapc7g3kbj3qnassa11lgax-perl5.36.0-libnet-3.12' from 'https://cache.nixos.org'...
copying path '/nix/store/p73hdx87h3h6z45ph3fd7iy1ch6x89gn-tzdata-2023c' from 'https://cache.nixos.org'...
copying path '/nix/store/hdb729hdszgix5m0m1na7b4ryyhgzgpg-xorgproto-2021.5' from 'https://cache.nixos.org'...
copying path '/nix/store/8l9w8j4zsqg3vz3icp1h97dwsbdgnhhr-dejavu-fonts-minimal-2.37' from 'https://cache.nixos.org'...
copying path '/nix/store/mxlk6q5i936z2mqjkdv0wrghjizh2sfj-gcc-11.3.0-libgcc' from 'https://cache.nixos.org'...
copying path '/nix/store/jrid72i6ii9wx2ia6fyr2b1plri2m07l-libunistring-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/d3rb2xzzwa7898h0h9v5c6j356ai82fi-acorn-8.7.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/810bqyfy84622zdkz3bcs9iny6r60d00-acorn-import-assertions-1.8.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rv5d9i32rdnhd5a2idfmsjb66qg0a2k5-ajv-6.12.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/r60si7sfbvgx4bi5m73795pz5lgh42pi-ajv-keywords-3.5.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/vmh7vgk19p8mxywgfc2nbsgwqbpcxf2m-alsa-topology-conf-1.2.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/i0gb0rf55vxld1aaqrpq47gvxk52fzxn-alsa-ucm-conf-1.2.6.3' from 'https://cache.nixos.org'...
copying path '/nix/store/75fzpbkc8vr0k07vm1s2w7jbdkzhbg15-ansi-styles-4.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/cmgg0cmx6c96h2r4b69nsb10vx7s61xy-array-union-2.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/m11vbfnvllq1injsp5imghfkki0wcvkl-ast-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/mwgc2dnzgxn3k69qabji5yd8vjhigzz6-balanced-match-1.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/x5jga3jrdl6cprja3w53cd3jrss6w28w-brace-expansion-1.1.11.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/f04719ka7z460g3g4jlkj9qkcrdspadv-braces-3.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/4rd8swh6saiprmwfsnr2a92hvjf7y9bp-browserslist-4.19.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0rkyy82q1xafhiai3frdxn08wj3j1n3w-buffer-from-1.1.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/d23kj8clmzy76jsy5vrhs81gc4pnalas-chalk-4.1.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/adycpl55q1j8j1k970cwsx0fir31fipc-chrome-trace-event-1.0.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/3mb8zzqgdz5ppy9q4i2cd7bxhpx04mhs-clone-deep-4.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/x60243664ibqmb5bnx5w0rsl7xbpf1rg-color-convert-2.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j61m49spvhshpil9z2qkjws4s2l4d2q3-color-name-1.1.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/bf6p4m2gdywjzm2h4vys1ibv9r9frys5-colorette-2.0.16.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/bp6kn4i1yqhiilnb3qmc1schigs8mj27-commander-2.20.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/i837601rviy35z125aghdz94abnd92h2-commander-7.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/v538mdl3px04xxhxjxkz2v9sq2psdna9-concat-map-0.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/02wlxz9gy6ahgb23854mh4rhi702541v-configtest-1.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/n5axfd6xdapvhdryic43iddgm54wns4h-copy-webpack-plugin-9.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/vnv7l7vrwnkmycak8iv2iqwhkchqbmbj-cross-spawn-7.0.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/czpf9rj96201q5zxllp3crhncs616a9i-curl-8.0.1-man' from 'https://cache.nixos.org'...
copying path '/nix/store/a1crms3a2vf173rnxh2dpvfvp9mx7r19-dir-glob-3.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/b67xh797ysxfb92hm32a40631xfy161w-dns-root-data-2019-01-11' from 'https://cache.nixos.org'...
copying path '/nix/store/i1k4g8jazxf4zl2af0ixlax5mg360hsb-dns-root-data-2019-01-11' from 'https://cache.nixos.org'...
copying path '/nix/store/xfs2hmp47x8glazgx7szjssbnix96cjp-editorconfig-checker-2.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/79yxwy03mqdnam4cw552c2wb2yflpm75-enhanced-resolve-5.8.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/l57zkgcbnpi7i7wn9v94avf43balqk7m-envinfo-7.8.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/g3drwwybqb4p95nmsd1g1srmlqcalyp5-es-module-lexer-0.9.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/ciiwsh2km0sfipm7rjilck2bkd64hgw8-escalade-3.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/7nq4d9g2kkhfky20np489ipjj01qnvz0-eslint-8.2.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/9g5b0jbf8hqn7h8a5p36inj8bhfyr759-eslint-scope-3.7.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/b60awdzzkk7423g7gss0475f2b4kbffa-eslint-scope-5.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0a8cfvam9sw79kbqwyaqjklna4096xc3-esrecurse-4.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/5afnxj2zk9bdq1v8mfw72p9pdv6l5y21-estraverse-4.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/7494x2r5wcvpikql6h946gwayr358k72-estraverse-5.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/bv8k0llgkx9z03580rliwrm6sabiarr4-estree-0.0.50.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/pwxfhlkmbjixi0hljxrbyf5f9k35528j-events-3.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/v8r9xkp0m7f7my0pl2c3lfx8z401qkns-execa-5.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/cjk54qlda58jydinf8aldn3f2a0y6bda-fast-deep-equal-3.1.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/259czd7xkq6qsv9cj7jrl4xfhb5cr631-fast-glob-3.2.7.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/jgidxwahv01x3xzjgdzbv98nfmp4nj3w-fast-json-stable-stringify-2.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/c59vdyl952aax9y8pqsirv2shcy3rsa5-fastest-levenshtein-1.0.12.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/6bxbjf8mf9qnf7s3a9i4f1d9500ynh2m-fastq-1.13.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/frg58y1m6fvdsrs7k05l754gsgw759w5-fill-range-7.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/pl92qvi9jf4jvikrpczdpkyhnbk96zzq-find-up-4.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/nmpw2wh7cbbzl86x6i3bs411rcfpyxj2-floating-point-hex-parser-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j8kcpgm9nwacsfrk7kai91vasn4yzd9l-fontconfig-2.14.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ba8x7lli4r1aby1925daq01i9i9s8b32-fs.realpath-1.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/ax011in3mi3shzr0wfdva57m7mm361sq-fs.scandir-2.1.5.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/wc1g8538wz18dllf57shhzjcj8crr6y3-fs.walk-1.2.8.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/7fblkc6l6c6xa5pcpjbx1a49jcsp75f3-fs.stat-2.0.5.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/9gxaxxjpyzsgjhqmzd2l1gilf6bya3z6-function-bind-1.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/v6nc4s349ya7ylphs79impbrlkznq82a-get-stream-6.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/n5ybi50vj5h9if7923ihqwcdy0jffydk-gfortran-12.2.0-libgcc' from 'https://cache.nixos.org'...
copying path '/nix/store/n40j7abslkjnz8hvxmkpn0a8jlay53sr-glob-7.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/kymbhm46jg3m96vd8pwjrn4icz13h7r8-glob-parent-5.1.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/1f2vbqb364ghjgr526n2cx4p9gldg2xd-glob-parent-6.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0syai1fk521a4crdl2qfyw4cpxdnk8c1-glob-to-regexp-0.4.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/pal9pfmbx9a0kbwqqsp54lx10mmwqlnq-globby-11.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/a6i39r64cgqsm00k2fv0n0sp2ibadxq9-graceful-fs-4.2.9.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/5mjkbd03nrb2qnf6jd7drhids88wl3ci-has-1.0.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rdryr4bffc2pn4d216mignqwrxmlz49c-has-flag-4.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/7634d27di4ggc369lh29kcgxwxj7x5ri-helper-api-error-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/np0s3mvvrxawics9vsqrhv2h9f8bm9z5-helper-buffer-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rr5mz9vafjd0r8k2bj5lq4wwpjdlidyf-helper-numbers-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/1phif3prwp6b73k0bhp7vl733j9ff4va-helper-wasm-bytecode-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/qc8bcllgdk77bxbgdhm6gfq79326asam-helper-wasm-section-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/4amhvf3fi2sg3mmpcf3n10pikxn21xn7-human-signals-2.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/am0ix691bbnlw7jjk12r0db4q3akmcba-ieee754-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/d37wqg00zjh7c797dyg2isw62bk59zck-ieee754-1.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/v2gvj8whv241nj4lzha3flq8pnllcmvv-ignore-5.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/m5b3lxagv9x67kwz3mp0bfjpxi27ww57-inflight-1.0.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0wc2lbclh6mx8hi1sigqgx8fl46hsraj-import-local-3.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/cnz4y0kq0j4pqx9a7glfd6d1j4pvn52x-info-1.4.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/azvzr4mg5gc3av5b7jr3wzs20ldjrkxz-inherits-2.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/r1qa0z1s2jkfqs771jjb5ay9zrpi4rda-interpret-1.4.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/igdyhxlkzfwhh2qzxkify1jliyp15j0h-interpret-2.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/mgn18gylz5h80d3mxa77jbkv6wk9h7lj-is-core-module-2.8.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/a8yz5kr3vdxgn9pkmkdgcjyz91q53s59-is-extglob-2.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/80s4qfrr9bl6mykkgv704wrcdkammv1d-is-glob-4.0.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/2w1ddv53m3y0dh5x352aj7f9bi3bw2yn-is-number-7.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/mym3xfamsi2xhps48zaxa22wp8rz16zz-is-plain-object-2.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/wyyz1fvik77wpyli3lpcv35kqz73lhsf-is-stream-2.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/430bf0maxy0480dnzh78f1lf0kq4cbdg-isexe-2.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/gnygqhc0hciz75mzm87z04va98fkk38l-isobject-3.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/pwqjnb7prr5369ky6fmd1aw94vdk5bag-jest-worker-27.4.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/3flxxgfrs3y5wadkn9y6am6jy3jzzss8-json-ext-0.5.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/sjly86rpzmg3xga172p77m5xzd04bs1y-json-parse-better-errors-1.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/qa1jjbvf0f2w8a8kgrpx3j66l9fbgggn-json-schema-7.0.9.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/qygc146r018a0dg6pq3y854fq75p7czq-json-schema-traverse-0.4.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/vx2x6iq6pxnhxhn13p9x5sj2sqkgm16y-kind-of-6.0.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/6lnnl7wmg0ff50ykm6wgkxzdc79ay12h-leb128-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/y382xj6bh8h4mmm22sw1a6q81rijrxl7-libidn2-2.3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/pcqj12x7hwc2kciyc0yj6qw04ndx4rfp-libunistring-0.9.10' from 'https://cache.nixos.org'...
copying path '/nix/store/gm61h1y42pqyl6178g90x8zm22n6pyy5-libunistring-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/9j1pfpw69j4lqh24gvwksfqnbs1q70ww-linux-headers-6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/s5n2lksq08ffg4hj4mjxjj0fd5bbfans-loader-runner-4.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j27qs0ddsfchl6h2wpcy4c2aagfq7lng-locate-path-5.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j8h763zjmlz0kps0s9mg3mc1zr7pfq44-long-4.2.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/fn9vj7k5mkmj1mp9z1r3ghgsyi84ajd2-lru-cache-6.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/13yk1j5ahl04h0wqskfn4qrfiq0vz9k7-merge-stream-2.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/hvvwxl2hzahq6m2gglwhw3xlak08v8kk-merge2-1.4.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/ddfzjdykw67s20c35i7a6624by3iz5jv-libidn2-2.3.7' from 'https://cache.nixos.org'...
copying path '/nix/store/p931ss0hb9v5l48pihsya2jzv0lmk8r0-micromatch-4.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/3434y98jxrb9aw0wavx6y4n9nvcph3qs-mime-db-1.51.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/h7wwg1dk9k61s0rv2r96s7grlv4v4kzr-mime-types-2.1.34.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/di1plf4gn9gwfmjxda985pylb0kmd5f7-mimic-fn-2.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/9xm69v2r4kddrkdv7q8if4c4jyhpra0w-minimatch-3.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/a7q03i4w91sq8jrlbq7c7jcr36mxk5y6-minimist-1.2.5.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/88f2m3n8x4q5f59wnk1jsv987glhc19q-mirrors-list' from 'https://cache.nixos.org'...
copying path '/nix/store/6kx4jnx5zlaxjr8zpmhhjhfwxd8valb8-neo-async-2.6.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/02bk248qdvrh9nxl6kg5aryadd5avwfr-nghttp2-1.51.0' from 'https://cache.nixos.org'...
copying path '/nix/store/s9jvqjnzm6rmkzjr05fqda5ivd0dwkfk-nghttp2-1.51.0' from 'https://cache.nixos.org'...
copying path '/nix/store/n4rypx4b99l6bh6ypgda5dm552axxfjh-nghttp2-1.51.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/39r4xr983cnibnwm38lf07284j288m7w-node-releases-2.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rm4cylwmfapm4w4m4sq09nhixs5jxv1y-node-sources' from 'https://cache.nixos.org'...
copying path '/nix/store/0yxkfglccfvqx5rw4czb8hr22gcjw8nw-normalize-path-3.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/fb6qbddflqb39xsl1z3zxlwc4aqlmzp7-npm-run-path-4.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/8yc3bj1an27xdazw3m1q092aksi0aqv5-nss-cacert-3.86' from 'https://cache.nixos.org'...
copying path '/nix/store/99vx2fb0np7kj6kk2srccv8lh5fgqsx6-once-1.4.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/dv633lqr9bgss7zwd2ha6b11x9ck8ncb-onetime-5.1.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/l37maw1p2ma5xn0n4rqiw3wahp6qz88j-p-limit-2.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/iz220ajgdmwxqyr2vd8a5xv9q7z96170-p-locate-4.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/jrr02ssqdn4in9nfrlm3wd1bkldbgqx8-p-try-2.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/06g9x2c6l989i88mv89vh1jqm7b3kqql-path-exists-4.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/c9w6bjbsqfvchm7l6xbs30lhak7pp1jh-path-is-absolute-1.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/d8kym5mnyv01h6rw8gp3g8bipia3m2yk-path-key-3.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/6g5nyrn5b42i9dpq1f5d60s1rci1mc56-path-parse-1.0.7.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/3rd24wjad31avvylb8z4kph632gjbrnq-libidn2-2.3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/qjvv9rghi83bqq5b4p9qwha0kqaakwsp-path-type-4.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rq011d4805y4lxczn3jj17829lfsd5rb-perl5.36.0-Authen-SASL-2.16' from 'https://cache.nixos.org'...
copying path '/nix/store/29nf3i5144m7jmndrg2rd6430craar6c-perl5.36.0-Encode-Locale-1.05' from 'https://cache.nixos.org'...
copying path '/nix/store/sh647picdgip7jbd08qf2f8zz1g93aym-perl5.36.0-HTML-Tagset-3.20' from 'https://cache.nixos.org'...
copying path '/nix/store/xbl8l4c9faiprndfrj53sxmgx36bvf85-perl5.36.0-HTTP-Date-6.05' from 'https://cache.nixos.org'...
copying path '/nix/store/b0j0518l9ygyhkhz1dxc3yg92qh96bvd-perl5.36.0-IO-HTML-1.004' from 'https://cache.nixos.org'...
copying path '/nix/store/hi78blrl8mrdchg2sryfrz9jb7rv275i-perl5.36.0-LWP-MediaTypes-6.04' from 'https://cache.nixos.org'...
copying path '/nix/store/qw7gaxzxvvs7ikw5nbj4v5xx37h43c1z-perl5.36.0-Net-HTTP-6.19' from 'https://cache.nixos.org'...
copying path '/nix/store/nlqyrgixrnqq9b215w3ag1vbjis7yhwn-perl5.36.0-Test-Needs-0.002006' from 'https://cache.nixos.org'...
copying path '/nix/store/yl3vbs59mp9kgv5y1kcgch5x0p7gd3nf-perl5.36.0-Test-RequiresInternet-0.05' from 'https://cache.nixos.org'...
copying path '/nix/store/cyaw452gv15306rl6glg12crqm42jx53-perl5.36.0-Try-Tiny-0.30' from 'https://cache.nixos.org'...
copying path '/nix/store/m7hf1bdd1kn7gsf1fnpqb8y50660cssq-perl5.36.0-WWW-RobotRules-6.02' from 'https://cache.nixos.org'...
copying path '/nix/store/4x397r32dg8h5mwb2x590lx17hpnrylw-picocolors-1.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j021j9wh2vddsp4iwy0pqq64nfxs9vfr-picomatch-2.3.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/8q8hvzwy1rip2nvczf1bbgpq74qvyasq-pkg-dir-4.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/z2miz6wmxdh97qw3z88d352rg11lzgf7-punycode-2.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/jcb7fny2k03pfbdqk1hcnh12bxgax6vf-glibc-2.33-108' from 'https://cache.nixos.org'...
copying path '/nix/store/pnbhj64phdbrqscsrdsmkwc3949yx6qh-queue-microtask-1.2.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/cfyh2lan3bb004988gdqnmscqv4s5yrv-randombytes-2.1.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/czd8sgsricbvfjxjpq0wh19gchgnbr60-rechoir-0.6.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/bf28hls66dn6w1w14kg6asmqw0mpr51f-rechoir-0.7.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j3sj5gr84jmvavcxc6yjip8zh07nk8yp-resolve-1.21.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/6lf8b0i0h0vc58l0gnrxlxps8j66bysi-resolve-cwd-3.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/nfjg2w700c2c3j4im989k5zw95fiwka1-resolve-from-5.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/50mxg9vcncl4kdznzndglkmq9m8cnnw9-reusify-1.0.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/q6q0z4mvcjrwkd4zigaqw38nic04ci2l-perl5.36.0-File-Listing-6.14' from 'https://cache.nixos.org'...
copying path '/nix/store/ly9raffzzmm0lr7ljnp9bnij3a4fd5kb-run-parallel-1.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/9cnrb44a4pgbfjpnc9v1045972vnndmw-safe-buffer-5.2.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/vvf6761i8c0rxmv74904rnq45nqvyf9r-schema-utils-3.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/g8kv50xvl36nsqph9gwp3m14bd8v4n99-perl5.36.0-HTTP-Message-6.26' from 'https://cache.nixos.org'...
copying path '/nix/store/vlq56z6v3316if060wgmdcp77n3vxgns-perl5.36.0-Test-Fatal-0.016' from 'https://cache.nixos.org'...
copying path '/nix/store/0myh8vmpaqlrsihjv0aaxc5svsiffa9m-semver-7.3.5.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/d9w6l2fhd512n720556676dy6qhb4s0h-serialize-javascript-6.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/br36y1l0j7lpq9cfwn6k64y9nzk4gmyl-serve-1.6.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/r5rd12hf8km92wx35jvazbwpfcl4a7cd-setup-debug-info-dirs-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/wndv6r0gmi69jprv8scjdqjk4v5zd0bp-shallow-clone-3.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/li7c3f8qm89dsvjblpyh6kx8jvqlww1n-shebang-command-2.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/q0rf687z1s5far9q6dmcjbx4y2r4mgqh-shebang-regex-3.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0ak4h0s1kc01msh87lzxargk7s1jxwbl-shelljs-0.8.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/xr8yik18iz7kwsligvwlsr1vy6x0gg2y-signal-exit-3.0.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/k1pizrmjl40xj4smki7xfrxg8iv200am-slash-3.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/p0pjjdrnxxbjpggssnnisrah2yhi4k0f-source-map-0.6.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/xxlcz5wqpdyg5gzk9rhdi9bq2s6s53cv-source-map-0.7.3.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/f2npq6chv18gmm6k9nnwpkfh6mlwsfhj-source-map-support-0.5.21.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/lncgcgqqwp8jyxnjnj7kzzkcx0lkryvb-strip-final-newline-2.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/qcc93wmykn6q890myaxfjahb8qr516k4-supports-color-7.2.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/ypi7v1jhy53rah0bkw8lzynm5jyaxhd0-supports-color-8.1.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/q82f3rj3n5skyz0ixjajyncdi0400czj-supports-preserve-symlinks-flag-1.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/57njxd2xiw9vy5bgzwmp3w9ywwl0dp93-tapable-2.2.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rzdi853zkas1bqncy7syskhhad4m5x43-taskflow-3.5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1rkl6xp3z4sjk3gngn4n4ff47q59dp1w-terser-5.10.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/887py6cj5grmf697fhyf37n0g9h585rf-terser-webpack-plugin-5.3.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/hsszqss774hv4a8w5l85k75l9d6dm932-to-regex-range-5.0.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/h0ivdmsmq1lkjp38qnh2y65h0fdf33wr-ts-loader-9.2.6.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/ppndfbpl98lw1zs2sdhlii7dvj744imn-perl5.36.0-HTTP-Cookies-6.09' from 'https://cache.nixos.org'...
copying path '/nix/store/zl3zcp6z8ggx1cy3c200mnqfgcij9g5k-perl5.36.0-HTTP-Daemon-6.14' from 'https://cache.nixos.org'...
copying path '/nix/store/pn9pjdcgmrsqvilc29cp4hhlfjbycf8a-perl5.36.0-HTTP-Negotiate-6.01' from 'https://cache.nixos.org'...
copying path '/nix/store/vr1p0z2jkz6ww2shnal56qa4dw35siv1-typescript-4.4.4.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/j0x8f0sm1k9danimblbxwscffkg75z04-uri-js-4.4.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/rramq1ckd5imw2a101bbf7v3f8y50wbd-utf8-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/f7h8kapn66fva5k3sz848iyf8b4rjvaw-util-linux-2.38.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ay5vx7rjjjwzpwha8mm5jjcbw40n33ih-wasm-edit-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/if4r2882dyg1g9b5cj89kqp9lbwgrhn1-wasm-gen-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/b5s15j53z7cx9yp93qmq6v6rxl38qn1g-wasm-opt-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/mj76hblwh5wf8blfp8xf5gzamiah2ya2-wasm-parser-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/zdg9ixkkidfib8rv374rpcj80hckv0hh-wast-printer-1.11.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/9d24hfgngjfwz377hab0v12dr0cgkhl8-watchpack-2.3.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/i4yd1asaw7sz02c0aa5x7smbsis5yby7-wayland-protocols-1.24' from 'https://cache.nixos.org'...
copying path '/nix/store/h4h3jaqrfrgip2fyi9ihpvnshhc3iwdb-webpack-5.65.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/0ppziqyqyjqjh6rbxcqgsgqadczcr70d-webpack-cli-4.9.1.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/3jfv8rrsbha5dxvyj2g6c9fs92lwin1p-webpack-merge-5.8.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/60ll4vzz3jbf3nx54v9qzj3v5pa40k0x-webpack-sources-3.2.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/q3di9fqm41k5rblajcf0g3gvka3i7p6q-which-2.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/zqg7pc4gwi8dqchg9zkzyklfvmmlrq1i-wildcard-2.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/wa4iwdsy5dsa4fpgkmfb3wbkln886im5-wrappy-1.0.2.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/wv33zvn4m0j6qlipy5ybfrixgipnfnyj-xgcc-12.2.0-libgcc' from 'https://cache.nixos.org'...
copying path '/nix/store/nrwkk6ak3rgkrxbqhsscb01jpzmslf2r-xgcc-13.2.0-libgcc' from 'https://cache.nixos.org'...
copying path '/nix/store/w512dgg2vry4x7a6rzy4kgxvsazj188g-xkeyboard-config-2.33' from 'https://cache.nixos.org'...
copying path '/nix/store/4aznbgn0ysywd3yxbhnan1x9mzn4lvq0-yallist-4.0.0.tgz' from 'https://cache.nixos.org'...
copying path '/nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31' from 'https://cache.nixos.org'...
copying path '/nix/store/1n2l5law9g3b77hcfyp50vrhhssbrj5g-glibc-2.37-8' from 'https://cache.nixos.org'...
copying path '/nix/store/bansz88nyaibv57nv65s445f979cbdsh-ncurses-6.4' from 'https://cache.nixos.org'...
copying path '/nix/store/9gwriddks3qrf5vp6xfgb98rxv06qy1n-readline-8.2p10' from 'https://cache.nixos.org'...
copying path '/nix/store/r6890i9cglxmjh4iwjwvpr84bxjkba5a-attr-2.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/07j81a5xy8j1srvf57dl7lxsaihnmfac-bash-5.1-p12' from 'https://cache.nixos.org'...
copying path '/nix/store/rwan9ankk44n5i8sknk758kvvyixnj2x-alsa-lib-1.2.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ksgpw6x67i2fjnw72vx8fpg5dbx8ihjc-brotli-1.0.9-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/r2np23859ksmp2yxqycsy87xmb65yypn-bzip2-1.0.6.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hp9bgaj9y4qlm12qyjv4j5yjx7iamfng-giflib-5.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/r8h3ahx3j75p98qbjcbxdjbx6r8kxr6v-keyutils-1.6.3-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/fdw7chrpjn4c1zlyly42dx4c3mi0wj7j-json-c-0.15' from 'https://cache.nixos.org'...
copying path '/nix/store/d6q1vg99p5zzvrh6yi5kkbqly0cz5a4d-gfortran-9.3.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/5f48000in35nhhp9xjf8vmdzsq7isrdv-gzip-1.11' from 'https://cache.nixos.org'...
copying path '/nix/store/wsa39231yijri5qn2r6bvmqw8sg55z12-glibc-2.33-108-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/rhj9b0ssrqnhwbbbplslngq9a1dky8a9-gcc-10.3.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/3gsjllq14k8xnrvfyiicn2afpz95jb2b-libICE-1.0.10' from 'https://cache.nixos.org'...
copying path '/nix/store/ddnli8jf61g96xlmfgfnav5cf041pq95-bash-interactive-5.2p26' from 'https://cache.nixos.org'...
copying path '/nix/store/yg0m0yfacnidf39i9fyvx796ail5gf8c-libXau-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/1zx6463j5b8zm2zzwganabaqg2nk9jxs-libXdmcp-1.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/hwkv9ic0izrh4nw5z54fdkmpb4523kil-bzip2-1.0.6.0.2-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/15q8adm8bk3sizwx49arzmh6nl83rz60-libapparmor-3.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/llp5k2a11g9j2x1cp9gz0pg5l0h7dq4b-libcap-2.49-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/2sy8xsr07xcnszs5x2cndal2ivcvvbsz-acl-2.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/3138rpbr3440jrgmr0x1vm7xing5pwxc-libcap-ng-0.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ff5l0n2qqw4q2fi9f7saj3chan3n71cj-audit-2.8.5' from 'https://cache.nixos.org'...
copying path '/nix/store/b8jddbv5c8hdw1baqlqjgg99718c05cz-libcbor-0.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/60s49qmac9zhxc0kx4rrsa70lsmxplmf-libdeflate-1.8' from 'https://cache.nixos.org'...
copying path '/nix/store/zs4vqwcahq0jmd35kamrk47srwaizzng-libevent-2.1.12' from 'https://cache.nixos.org'...
copying path '/nix/store/i66ayv8sgpcmwyvbsxbhg4g5pap8b32k-audiofile-0.3.6' from 'https://cache.nixos.org'...
copying path '/nix/store/w9kq7yi1xz1l248k1yk963q3npinzql9-db-4.8.30' from 'https://cache.nixos.org'...
copying path '/nix/store/4xfg6kckfyaig2gn8i2rw93p050xvjd2-gmp-6.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/b808b0pg675fww696g5c5l87h1r81c3y-coreutils-9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/mly4acklgmf7fnlvcmczw4w0kkcy45w1-gnutar-1.34' from 'https://cache.nixos.org'...
copying path '/nix/store/ljr3c02zwg5sy1jcabjymjdyw7w3jrwa-libffi-3.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/jl2kkr3vi2ad2nbc07splq86qmq2mkm5-libgpg-error-1.42' from 'https://cache.nixos.org'...
copying path '/nix/store/6yml2hki1mrig3n5ilxawjc3g7d3zwcf-libjpeg-turbo-2.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/yx68rkafhbm24r5kqpf1m5qwd7agfmg8-libkrb5-1.18' from 'https://cache.nixos.org'...
copying path '/nix/store/iy7s1v9givyww194br5gk6ijvbczwq5m-libmnl-1.0.4' from 'https://cache.nixos.org'...
copying path '/nix/store/y43k0sw1pyf50b2yb59zl8hmkvmafqav-libnfnetlink-1.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/0jijsy0ndwavi1i92grmbsj1h5fvlzmc-libogg-1.3.5' from 'https://cache.nixos.org'...
copying path '/nix/store/45ibr036alxj9m9q4q45bgzpj547xf4d-libopus-1.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/1d5abf0wgb82wgf8xqs1if1gpngcaj8i-libpcap-1.10.1' from 'https://cache.nixos.org'...
copying path '/nix/store/d1y71wqjpffhcb4l3jg16plg2bxmx45p-libseccomp-2.5.3-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/qdqfmf069b5zvww7nzqsvhd0d99dxq69-libtasn1-4.18.0' from 'https://cache.nixos.org'...
copying path '/nix/store/vlv970v640zvfjynw52c8h9cb8rdbbrk-libnftnl-1.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/0fhs0i537kd38j5f3img7ly63jnqlr6m-libassuan-2.5.5' from 'https://cache.nixos.org'...
copying path '/nix/store/qhx6iy4ppspf4lb6drc20qpyp2llkl6c-libgcrypt-1.9.4' from 'https://cache.nixos.org'...
copying path '/nix/store/c1janpb9nn207ch8fqrmik2d0xrhp327-libnetfilter_conntrack-1.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/yqxy2n1fhihc7wqkbzmjajg6ljs98h4g-flac-1.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/31ggkr8vxyrbzl1zz58k5qmv1g6d38xb-libtool-2.4.6-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/kpma2kiwdcgm6jc6a3jrkp7g6mijclc0-libvorbis-1.3.7' from 'https://cache.nixos.org'...
copying path '/nix/store/4sw5w1kchsldm4lsljmg4ih5wibiczjk-libxcb-1.14' from 'https://cache.nixos.org'...
copying path '/nix/store/i5yy98cb0lwhcsib3c9fanyazd1mv5s6-fftw-single-3.3.10' from 'https://cache.nixos.org'...
copying path '/nix/store/pcvd2l0s2xgwn1915wnl5x7x0mgnn7kh-lz4-1.9.3' from 'https://cache.nixos.org'...
copying path '/nix/store/3y4g885qcv7wmzczcgiz4xgshy75snd3-ncurses-6.3' from 'https://cache.nixos.org'...
copying path '/nix/store/hh298rxsjbdl7ifwrvd4bqvd828vx7rf-nettle-3.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/xrdagrqls0srrc8ich5rhxm95skvfzph-nghttp2-1.43.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/1ad0p98w4wnni0m8c0lr502sic3bqjbp-npth-1.6' from 'https://cache.nixos.org'...
copying path '/nix/store/8v88bq325ldf2jvxb48nfvmkg7840kj6-openssl-1.1.1m' from 'https://cache.nixos.org'...
copying path '/nix/store/xn70iwv5ycf1xkv6di5zq178hyyyag62-iptables-1.8.7' from 'https://cache.nixos.org'...
copying path '/nix/store/fkr5rfhgrq22h0l070faxl7b8f5fwpwi-linux-pam-1.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/qgjrd7fj77877x1w3qg0d619cqqd8wm8-attr-2.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15' from 'https://cache.nixos.org'...
copying path '/nix/store/y54c2g7y7xn1sswi05bv893drdgci8lk-brotli-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/9gka2mj1hm3s8m21xln47is1529ir6ny-brotli-1.0.9-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/by4gv37sharnf370ki60zam5s7qklqqh-bzip2-1.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/72h6dwdbnw35hmsk8dch8ddp84rx8nsq-c-ares-1.19.0' from 'https://cache.nixos.org'...
copying path '/nix/store/4981pksvlkxsz4pm7d5awn9n13r1vkw9-dav1d-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/hyh6hg6rzm77rs4nix61nfwnxx2aqn40-ed-1.19' from 'https://cache.nixos.org'...
copying path '/nix/store/axk4x199pn2cgdrivpq9sfmab81hkyif-expand-response-params' from 'https://cache.nixos.org'...
copying path '/nix/store/xl922qxqxr5f2wa4vgfmai2pd9sman12-expand-response-params' from 'https://cache.nixos.org'...
copying path '/nix/store/si8ypl8afi2s301wwxrrcvirz05x022r-expat-2.5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/4981jh1kzawqfrdpb166p1z84dvbkmf9-fribidi-1.0.12' from 'https://cache.nixos.org'...
copying path '/nix/store/ddygk5wqzmz69yqirrpcby2a28fam4g1-acl-2.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/gz0kx5v2asvlbf7gzr4v24h7dpza70zf-bzip2-1.0.8-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/4rwqxm67y0zkbxjg14zl9fdxf30cpgvy-gawk-5.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/4n9sflsa28gjiz7m858rzky6g9vaq0xr-gdbm-1.23' from 'https://cache.nixos.org'...
copying path '/nix/store/3f3l2dinng9dial4xb6s3gqfms49gna7-gfortran-12.2.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/kaf3j3f7jb9ccsdb60g16z8i5g13abyv-audit-2.8.5' from 'https://cache.nixos.org'...
copying path '/nix/store/g61d598p36nr2i43mdhyvx2ylrrdf08c-bash-5.2-p15-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/7pbvdw4w9nmqmisjdznjpzvqv5cpk9c4-giflib-5.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fsl89imqn7glm4wivnl772d2h849rhdc-brotli-1.0.9-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/v1nar35045dqwf8yy572yvbbcg2w2678-glibc-2.37-8-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/ap4yi3pmi4vfblpijzgxssl96cy0icyp-gmp-6.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/h23v44i19x491njf1dc1zq9vg8i0a0hg-gnumake-4.4.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vg9f8pmd2g0x3gb53nxwkw3yxizl3jpk-gnumake-4.4.1' from 'https://cache.nixos.org'...
copying path '/nix/store/q5z9adshw3pl0skm6lzds3i3rg9aq52q-gnupg-2.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/93z4n7zy5hwpn06279jlmak75jmq1db1-gnused-4.9' from 'https://cache.nixos.org'...
copying path '/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34' from 'https://cache.nixos.org'...
copying path '/nix/store/2nprqmdmjmy5i2sii7j21fznmkwimqcr-gzip-1.12' from 'https://cache.nixos.org'...
copying path '/nix/store/zajvclvyi58q974ipc65mnvp499i1cs4-json-c-0.16' from 'https://cache.nixos.org'...
copying path '/nix/store/r61yrb6y4g6hzfsk1bw9p0pjbb643bsz-keyutils-1.6.3-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/s82gghcl1nsqzfwvvrqhw5lmdh4alhs3-lcms-1.19' from 'https://cache.nixos.org'...
copying path '/nix/store/hag8z773k2l4l42kdbbqmhp1qb4pfk8h-check-0.15.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hwn0526i7wpzn6201sv1rjjaiy08chc9-lcms2-2.15' from 'https://cache.nixos.org'...
copying path '/nix/store/clbzka4dzv2wym7971qsbbgx77g3p258-isl-0.20' from 'https://cache.nixos.org'...
copying path '/nix/store/fhgrngvj2r3zgwr0847l93nxk4ffpyyp-libX11-1.7.2' from 'https://cache.nixos.org'...
copying path '/nix/store/k3ryz9pc069qvd8q4r8pk8jlgycmbvcc-libXau-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/wbbj294s0gvk2282zy0brc8k3vxr3nrm-libXdmcp-1.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/l53f6d1vwb4nabyznhsfslpglv067pb3-libapparmor-3.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/wgcziqsr3ww65ca5apai5p2n7wk49chw-libcap-2.67-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/8wdbfd7lr8sr5vljxzjhhldrf588viad-libcap-ng-0.8.3' from 'https://cache.nixos.org'...
copying path '/nix/store/cnq47m4w14a5pf338y86zqriyj5gryr9-libcbor-unstable-2023-01-29' from 'https://cache.nixos.org'...
copying path '/nix/store/k20hh5k7b4ll7ll5j0x72z3d6f39zazq-getent-glibc-2.37-8' from 'https://cache.nixos.org'...
copying path '/nix/store/wb2dlc8kpvrn960vq7j7c8822pi43n48-glibc-2.37-8-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/2qqm7ryzkcc4dd39qihxsm5gvkqn0rl5-libdatrie-2019-12-20-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/ibc9vhd8bpj3yjljc4ymwjykkphicc0y-libdeflate-1.18' from 'https://cache.nixos.org'...
copying path '/nix/store/gzp92yip1akqaafj6hvci0fz0h9r112x-libev-4.33' from 'https://cache.nixos.org'...
copying path '/nix/store/mimlcvy3miz847x4icwvi7w8vdn2i3pc-libevent-2.1.12' from 'https://cache.nixos.org'...
copying path '/nix/store/zi3wndir89vvbly8fkdwvq9v17vrpw8h-libffi-3.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/ya3zfg3gr89bgx592k8fqh6xsd6d0vb2-compiler-rt-libc-15.0.7' from 'https://cache.nixos.org'...
copying path '/nix/store/fczmvc7mhbrqs885pqb2zfvzgzihxi0n-db-4.8.30' from 'https://cache.nixos.org'...
copying path '/nix/store/yc695zw7hcnsswqpvrsfi2pmxlaqvxi3-gcc-11.3.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/rvw19191b3w7z0q99r0qnl5gwp3jr8n2-gettext-0.21' from 'https://cache.nixos.org'...
copying path '/nix/store/kdgk1mgka2xd4rkmnfmcv3k2gm9jid6n-gmp-with-cxx-6.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/q7ax2400mx46afnkcbfxfjddzgl4ck44-gmp-with-cxx-6.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/1qqjmcq93hc7qsshvzyrnc9s1fh5a3q5-graphite2-1.3.14' from 'https://cache.nixos.org'...
copying path '/nix/store/7xba7v9vibmfa1wif5lf5li5rzi7yacj-icu4c-72.1' from 'https://cache.nixos.org'...
copying path '/nix/store/p6xkrzzlq1m8gnbmr39np2zqya1f2zfm-ilmbase-2.5.8' from 'https://cache.nixos.org'...
copying path '/nix/store/4b00h8l1k7i0l6g4xbwbap9wld50yhf7-libXext-1.3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/jhdjswsdprsn7sawgpzqlpgznmb3iqvd-libXfixes-6.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/bxz7fg4fa89zacx0qwra5yi88hvqdykd-libXrender-0.9.10' from 'https://cache.nixos.org'...
copying path '/nix/store/5nl887dh4mi80dm1m243bzxng81glc8i-libffi-3.4.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/w514z7s3963ssh0d6cmxy2bqaxw36m86-libgpg-error-1.46' from 'https://cache.nixos.org'...
copying path '/nix/store/z98mppnrr8w6qslnxhkjnn4pgx5488bs-libidn2-2.3.4-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/9v7r2997yh9hz0bpaqz4lxzppwparsh0-libipt-2.0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/qk1bkdd3p3d7cyw97v6q882a3557lwh9-libjpeg-turbo-2.1.4' from 'https://cache.nixos.org'...
copying path '/nix/store/hsxi3i3g1s4nbki271c33kn5agjpy6xm-libkrb5-1.20.1' from 'https://cache.nixos.org'...
copying path '/nix/store/w0ihiy93xl3jhlz26pzf70kysjv7js47-libXcursor-1.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/b9fn1vy1p8alab7rs0hg94j8ixggsp0s-libXScrnSaver-1.2.3' from 'https://cache.nixos.org'...
copying path '/nix/store/86c3g07h8dlyljw97kvw9hs56ky4axsq-libXi-1.8' from 'https://cache.nixos.org'...
copying path '/nix/store/1baqd0c2bwi0inn5qry2llsd7vgd6835-isl-0.20' from 'https://cache.nixos.org'...
copying path '/nix/store/arbxkmcgv9h8pjgj95c6d7r86yb77rl5-coreutils-9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/7s309qb2c10x16x6mb1ianblv36sh3h5-libXinerama-1.1.4' from 'https://cache.nixos.org'...
copying path '/nix/store/738n22rr0jvza231gpw618r6pzvcln5v-libXrandr-1.5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hap3i92a8gbhd6imgdqbac3k2a2xq945-libXxf86vm-1.1.4' from 'https://cache.nixos.org'...
copying path '/nix/store/4p3khgb5xk2rvpfv8fxkrnm9dnr3vy56-libassuan-2.5.5' from 'https://cache.nixos.org'...
copying path '/nix/store/y0622jixcamjncmjbv2av5jqjk8w20y4-libgcrypt-1.10.1' from 'https://cache.nixos.org'...
copying path '/nix/store/4xhxnafmr1skiarlmq4gml3s7q9km09w-libglvnd-1.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/x55g7193av11i4j06g5wlnnrvkaiil4k-libidn2-2.3.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/3dpna028zybjjhflx03g53if4q7dzrxh-libjpeg-turbo-2.1.4-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/lkbxlllgchqavfl6ldz60vx0p7gkzc08-libkrb5-1.20.1' from 'https://cache.nixos.org'...
copying path '/nix/store/2hcp0cg6vmsnmpwsgiyw5pq9l7n01s9q-libmnl-1.0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/qabmr1wvycpzbg1wfjczkwcdq8bcyzaj-libnfnetlink-1.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/2a62q08mkvfy8s2nrqpwc89lzz5364vm-libnl-3.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/zy7zq56cghkmcxd40gnhrciarm0hy5nw-libkrb5-1.20.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/q951w69v8kbdrw6shdpibnl594yfr0by-diffutils-3.9' from 'https://cache.nixos.org'...
copying path '/nix/store/j5wraaxv16fcl10x11566a3807nr4nlr-findutils-4.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0l5q3ljyfvv258syribr1ifyqx8i141f-libressl-3.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/70jysxa4gp6ijkrjxf5kj2551mlf2fm3-libseccomp-2.5.4-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/5gnyfs2x0cd5y9yszilm7qfds8bhvpgb-libsndfile-1.0.31' from 'https://cache.nixos.org'...
copying path '/nix/store/0qyhbdq8cidiz5zdl9a68kb1gj3wna3m-compiler-rt-libc-15.0.7-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/5v71r7pb2zw5sig70nkl751rply1rs3s-libtasn1-4.19.0' from 'https://cache.nixos.org'...
copying path '/nix/store/5gq161qy0vpj0hc46hbz48067hjrvahm-libGL-1.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/zh9wfn0g7pjc3hjahffszf1nzxpq5vy9-libglvnd-1.4.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/vl5x6vail0czk8s5s8jz81wwb3l1wdrp-libjpeg-turbo-2.1.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/srcn023xpin0k4azr95pgwj3igwcgrdg-libnftnl-1.2.5' from 'https://cache.nixos.org'...
copying path '/nix/store/apwa2jz808cn5n2hzgffkywzpp6plk0q-libnetfilter_conntrack-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/n83khc98rrn7ak3zr34w5n0axbc88q4q-libthai-0.1.29' from 'https://cache.nixos.org'...
copying path '/nix/store/9k22nd5cp3blbmjqh1qrdzq16dc96r1v-libtool-2.4.7-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/dz7gmlcs7inv5yr9gjhpachgdsb8w175-libpcap-1.10.3' from 'https://cache.nixos.org'...
copying path '/nix/store/wcdi96dabywjdc03kr844plhk8mcsk5s-libuv-1.44.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ap411r17ynlmivaahkvfki501rr0ggb3-libvmaf-2.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fxdjjfnh9csd8sl6w26c49pbirh0ialr-libxcb-1.14' from 'https://cache.nixos.org'...
copying path '/nix/store/mcjy76g8cq88zxpqsqzva9ax3gcxq5v5-libkrb5-1.20.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/yybcrj3x05kk92wkb8idmr3lzdg0565f-libxcb-1.14-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/bmrclhiid6p1a6iwrljq6fyrzzx2p07y-libxcrypt-4.4.33' from 'https://cache.nixos.org'...
copying path '/nix/store/wy0incigsdz3nai26lxmn9ibchnb0qd6-libxcrypt-4.4.33' from 'https://cache.nixos.org'...
copying path '/nix/store/zfcrblkqr2iyv9wr10b6l6bwzaxhmaja-libyuv-1787' from 'https://cache.nixos.org'...
copying path '/nix/store/placgx6ilvxkqi2szhdhrjhjx39h6sm1-lndir-1.0.4' from 'https://cache.nixos.org'...
copying path '/nix/store/39xkh75dcprphgb1dwq0f21syihvsvaa-libGL-1.4.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/r2yvm2dc1iyn7wg9njzygxqm7xbs6r4j-lz4-1.9.4' from 'https://cache.nixos.org'...
copying path '/nix/store/26l32fkxgrvjffx2fw4p9a0swmc99k9b-mpfr-4.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/r0zb1rcf1q2lmyqvg5d0vwy1f57zk05h-mpfr-4.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1hni9ch67ary6gd01wa1w0xzc2abgnzf-ncompress-5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/q5mhssfls6iych80439511vz7539gd95-ncurses-6.4' from 'https://cache.nixos.org'...
copying path '/nix/store/8ih9rd1jqvmamq4jmiblj6pwd3dr4ai4-iptables-1.8.9' from 'https://cache.nixos.org'...
copying path '/nix/store/jn3v1qn45ycv7jq9q76dvmg5r39dzpjv-ncurses-abi5-compat-6.4' from 'https://cache.nixos.org'...
copying path '/nix/store/cs726l6czhh2ipi364k0v5idwasmphwn-libX11-1.7.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/xrk3b8djcgivyjy7v9hs0w8abn245382-libX11-1.8.4' from 'https://cache.nixos.org'...
copying path '/nix/store/391jfqhcx6cmiczr0vkc69bhqhcwx4jh-nettle-3.8.1' from 'https://cache.nixos.org'...
copying path '/nix/store/gnpwl8rdn5grp1szayhzla8bjs0cd9kn-nghttp2-1.51.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/n3ddjkjm70cp5n41jzwfy4pamxisvfd4-linux-pam-1.5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/vzyz9dw3wy4aavs4mc8s60kd2alr21np-nghttp2-1.51.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/cci3i734lp09x3ir49f2k9k2wj7h48dn-npth-1.6' from 'https://cache.nixos.org'...
copying path '/nix/store/wzgdmy7zbrq60k08h034is9xsdzy93kb-openblas-0.3.21' from 'https://cache.nixos.org'...
copying path '/nix/store/fcn9vjxdjnagk48zjln0z00lqsss2zhv-openssl-1.1.1t' from 'https://cache.nixos.org'...
copying path '/nix/store/40b7dx08rz3ypcvjyrd860dw8g3j518m-openssl-3.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/9gygdf93ik2i1j84wvcvvbkcn30nd4fd-nghttp2-1.51.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/ijk9j536zs30kha06rr966gplwxd7fbg-openssl-3.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/nswapjr41vpsv8wfbvfxa4hdmyb4ihfy-openssl-3.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/5i8lwbk3c0dpmgj1gmymljjp5f7pfmvv-libmpc-1.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/5din34jk6dvk0wrlfw0hg1wzxxaaypyj-libmpc-1.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/mqw0ibfy9swb82crgxxbagwm2kqxz5y5-p11-kit-0.24.0' from 'https://cache.nixos.org'...
copying path '/nix/store/j5ppkxy58avk3bndcy0v38bjdak570jk-gnupg-2.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3rbhmfqmlgm2l3nwq92hlbwgi7xmzdn4-p11-kit-0.24.1' from 'https://cache.nixos.org'...
copying path '/nix/store/swf1dckghdx7nza1lxz6s462pafwd7wa-patch-2.7.6' from 'https://cache.nixos.org'...
copying path '/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/j2nhcyjyjb5yxzk8anaaymjbmap432xd-pcre-8.45' from 'https://cache.nixos.org'...
copying path '/nix/store/f5nqkykqapg20r60f3dad6pn9yb45p37-libXext-1.3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/dfn8gzyc5b4xnzxvpmw7hzmxz0yb56mw-libXpm-3.5.15' from 'https://cache.nixos.org'...
copying path '/nix/store/4vfw1575jw6h9srk32zb5r568md3gd7f-libXrender-0.9.10' from 'https://cache.nixos.org'...
copying path '/nix/store/nja07wpjdb6lyghi4izc30psw7j2kwxd-pcre-8.45' from 'https://cache.nixos.org'...
copying path '/nix/store/cw50rl61pckrcs31aw7hka5fk411rjj1-pcre2-10.37' from 'https://cache.nixos.org'...
copying path '/nix/store/pj02km2syw6xc8rdribscls9lpc5g3vr-pcre2-10.42' from 'https://cache.nixos.org'...
copying path '/nix/store/0c35qnpznypfc6jdw26kasdbfz39s3if-libglvnd-1.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/bafqr6466hd3r0kjf9lqjkm77bari839-gnugrep-3.7' from 'https://cache.nixos.org'...
copying path '/nix/store/nmqk4lk4kwzss7m2g9xqrgj7m2pa4zr8-libselinux-3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/ykh1r3pzihnpy4cjrn3mpp4nwb54fc0f-pcsclite-1.9.5' from 'https://cache.nixos.org'...
copying path '/nix/store/27d6y9xfzsrdqbf823qar68mav1aw4h2-perl5.36.0-FCGI-0.79' from 'https://cache.nixos.org'...
copying path '/nix/store/y5sy472502y2kpbwc7l7h0pcryl3461m-perl5.36.0-HTML-Parser-3.75' from 'https://cache.nixos.org'...
copying path '/nix/store/446x46xnzfp1b1c94rq8zdc74c8izi2h-perl5.36.0-IO-Tty-1.15' from 'https://cache.nixos.org'...
copying path '/nix/store/i2rkvafh9jj95g9al1cqpk5h8bgp611z-perl5.36.0-TermReadKey-2.38' from 'https://cache.nixos.org'...
copying path '/nix/store/jcqpapaplsfp91nc656mv44jmbp0m2gl-pixman-0.42.2' from 'https://cache.nixos.org'...
copying path '/nix/store/4kzp60197xfqmnz6iqnwx5zk7w24qwk9-icu4c-72.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/3fah1gvzz9a1la4dr1qp4r8jvk22iz82-pkg-config-0.29.2' from 'https://cache.nixos.org'...
copying path '/nix/store/gd6cyzfa259hzd5sqhv065lgl3cgi90c-popt-1.18' from 'https://cache.nixos.org'...
copying path '/nix/store/jrdvb1jbsqhwr9xxai65bvwc2404kqis-readline-8.1p0' from 'https://cache.nixos.org'...
copying path '/nix/store/15p1kkm9hkwvdfb5km6g8brn2qndrv5f-perl5.36.0-IPC-Run-20200505.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ijbgpq2gj5a6bycq049m0nlmb1d1syb6-perl5.36.0-CGI-4.51' from 'https://cache.nixos.org'...
copying path '/nix/store/c01b2gmx1fjjkpnvj6bxy9q49g8qkpka-gnugrep-3.7' from 'https://cache.nixos.org'...
copying path '/nix/store/819i6az6239d9v7ipmivykpabixyb2l9-libselinux-3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/s8axd2sknp45d2jmxkasmq8zxd1mv068-readline-8.2p1' from 'https://cache.nixos.org'...
copying path '/nix/store/ljnq987x32k6k6n77rw3mb64g3fkcfii-shadow-4.8.1' from 'https://cache.nixos.org'...
copying path '/nix/store/07crqkdaw1f2pig04r8p1bw5rxwpx7id-soxr-0.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/xps9zjh01pzcd5vpfpiqny22aqks0c78-perl5.36.0-Net-SSLeay-1.92' from 'https://cache.nixos.org'...
copying path '/nix/store/9bh3kk78z9k658a322pnxqzr79zhpl1r-speexdsp-1.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/yhyf24b8kfy8l84hr7irfbj072jssnp5-tarWrapper' from 'https://cache.nixos.org'...
copying path '/nix/store/62wxvqwndhf97d94njhpa5ajaymdh2i8-tcb-1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/z1njv7b2rx5n233rcn5lz8dsprqp4fdj-unbound-1.14.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/cwrb17acy0z8bv8kr7nrrhiz5nxvjfgx-bash-interactive-5.1-p12' from 'https://cache.nixos.org'...
copying path '/nix/store/liawqp5fjqna6gnrpp8rs3x1gfb5fxjj-pkg-config-wrapper-0.29.2' from 'https://cache.nixos.org'...
copying path '/nix/store/yb2w7p6sgq90mc6wf84g5vnvmd6z7hz6-unbound-1.17.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/rhyd35jicq0vk384hl15z8hg9p818w4c-util-linux-2.37.3-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/wlgzc9k7dqhwg6ynd72r0n8v0frlcl9n-util-linux-2.38.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/pk3kkaafln68gzxawk57qp9m5h5285va-bash-interactive-5.2-p15' from 'https://cache.nixos.org'...
copying path '/nix/store/6yzb3xh73s5a8hc8d3g33p0jfdna4kn8-util-linux-minimal-2.38.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/pky2dxh3mrvhbrvdwak2pl5d8l65hj0b-perl5.36.0-CGI-Fast-2.15' from 'https://cache.nixos.org'...
copying path '/nix/store/71jjmysnf18y4gwhwyhwx8hb6qhkvwn0-wayland-1.20.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0qf4dsxr7wqidq0awfrj5gwa30l556f0-xz-5.2.5' from 'https://cache.nixos.org'...
copying path '/nix/store/5533i5qzsxysjf38p1nlza9g9wvh09wk-xz-5.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/92wmg8niqrvwxsfigh5hhjpb0y9ska1i-zlib-1.2.11' from 'https://cache.nixos.org'...
copying path '/nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13' from 'https://cache.nixos.org'...
copying path '/nix/store/7jxjckjdjxml45pnxd0nyzzbjlmbkd5w-shadow-4.13' from 'https://cache.nixos.org'...
copying path '/nix/store/wwmq389vxxdly6l44fg3nsy95jvg8zzw-zstd-1.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/sn9qq7c4myim20c6gc9b5xnz3hxqrmgq-zstd-1.5.4' from 'https://cache.nixos.org'...
copying path '/nix/store/3h79zlyw84h61kh7j6nghqipn28ny06f-gnutls-3.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/m025nn06srk6dsbdfack7d93jpzygq3g-kexec-tools-2.0.23' from 'https://cache.nixos.org'...
copying path '/nix/store/mv9k6hyaaaqv0h1ja67bgm95bmrpxl7v-libpng-apng-1.6.37' from 'https://cache.nixos.org'...
copying path '/nix/store/p69zcmbnyqdzz61kxsy40vipng8fmlhi-libssh2-1.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/anzfrab5qhaz3xw53v6a934s8ypgfhix-binutils-2.40-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/7zbamxqy5szrva4682dragb4y8ybyppa-blas-3' from 'https://cache.nixos.org'...
copying path '/nix/store/0xpv4lac3ybc6hm9gg7ywkdazs4vsj8l-file-5.44' from 'https://cache.nixos.org'...
copying path '/nix/store/px4gbq9jq5c4hzypmlyi08l2wrh75ygw-gcc-11.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/dz9ai5i2xs58kjp093bw2jq60d2rl63r-glib-2.70.2' from 'https://cache.nixos.org'...
copying path '/nix/store/pdg7ljsallvykhjwdh8193i2s4p3a4k4-glib-2.76.1' from 'https://cache.nixos.org'...
copying path '/nix/store/r9j6awziwcc4dmh83pb1mxc7q73nbw1s-gnutls-3.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/lz7ad6kk9zyh3v7vmb6ia7shr0f9sw5v-elfutils-0.186' from 'https://cache.nixos.org'...
copying path '/nix/store/jlm7475x5rjah3p14g32hbb1yay7r1qk-kexec-tools-2.0.25' from 'https://cache.nixos.org'...
copying path '/nix/store/dphabgk0ha7pzp4ca9sdry6fhvpin1lv-curl-7.81.0' from 'https://cache.nixos.org'...
copying path '/nix/store/f6rqfk56xwr4kqha3mikvgkf5fzdljwf-boost-1.79.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sd6nsyj6v8qmdr07g5hl5rp8mpkbzasp-elfutils-0.189' from 'https://cache.nixos.org'...
copying path '/nix/store/qhcy135s7nxf9nk1in37h467az5qa8hc-kmod-29' from 'https://cache.nixos.org'...
copying path '/nix/store/yi6py1qds1c92cclmf6f4rdcdhi24ahn-kmod-30' from 'https://cache.nixos.org'...
copying path '/nix/store/f5zw0is0kjaj15vprrlmirvfh4jxhk7x-kmod-30-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/f4qnwzv6y0nq8lix33jr5ykkyybs6fxf-binutils-2.40' from 'https://cache.nixos.org'...
copying path '/nix/store/p0vqa79p3xq89kpbj1p6mkwdljwja229-lapack-3' from 'https://cache.nixos.org'...
copying path '/nix/store/py6xal1zqv4vqwbmf7ya6fzvr0pvzna7-libmng-2.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/pkx83r5y7nlylh3xm205ma1w446rj7f3-libmicrohttpd-0.9.71' from 'https://cache.nixos.org'...
copying path '/nix/store/87ss2z65fh1vn052jlzbp51vwpair2ws-libpng-apng-1.6.39' from 'https://cache.nixos.org'...
copying path '/nix/store/86isq1y253056rzq954spqg57ysb1wqn-libssh2-1.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/iyi02yc54n13d3gkbs7gv321k4h4s8j7-libssh2-1.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/dz6lxwdg6cng17wclfd3acbhbsfwpgp3-libtiff-4.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/88h3lihvril0lvxcn4z7xxp6z5kc3ydd-libbpf-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/k36dmrgf03vb2rxn94nqcvzvsk8vs2xk-libmicrohttpd-0.9.71' from 'https://cache.nixos.org'...
copying path '/nix/store/pxhxaw32p49l573mnsswb5dfykjxk3zq-libtiff-4.5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/s5v1ypnzf0k5kmkxnknk86fagbkha9sh-libunwind-1.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/qbazz3n06qgvm0ima7rh27mk67yiwdc8-freetype-2.13.0' from 'https://cache.nixos.org'...
copying path '/nix/store/jra54hsq61cg2m9nyssm4ikijiw4w2qd-curl-8.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/hyknrzh8icblnj9zjjdlwkvdwbnlrm9r-curl-8.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/pyg9990n4ikqyvibj2cpl8i6hgywqjhw-libssh2-1.10.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/vcg52wj8cbx00sba89xb326b35drisyz-libssh2-1.10.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/7lrrcfc08ar368zwc6h0f79cd1234rsw-gperftools-2.10' from 'https://cache.nixos.org'...
copying path '/nix/store/52k806rd1q6f9r0ncphdd3hvnwmv88ni-libwebp-1.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ckfmdajyky9w5qz4kj6599d8gv17gggk-libwebp-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/s44s0yzxw4s7nq108css5lcqck6dg6dz-libxml2-2.10.3' from 'https://cache.nixos.org'...
copying path '/nix/store/4qfqn3ix2npsrgj2napmsx7xnzr6h8g4-curl-8.0.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/d8sp0isnr680qfg2nnz7690mf10kihzq-dconf-0.40.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/44xy9km0xyvy2m1md00cbdvqrfijn1mk-libxml2-2.9.12' from 'https://cache.nixos.org'...
copying path '/nix/store/5cd778rq3ykjpirdwi16wvblkskhj264-fontconfig-2.14.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/2lbb806yxr234n9b8hvj1cnzar55xkbq-curl-8.0.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/4fqyw0dmj6myrm6zmd6mwvqm2rz77fch-nghttp2-1.51.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/wzy64pnicd1f6609az1nqhnh2vnha3a2-openexr-2.5.8' from 'https://cache.nixos.org'...
copying path '/nix/store/m6kc0wg6zii4bcw0fqxmclgy27ph09va-perl-5.36.0' from 'https://cache.nixos.org'...
copying path '/nix/store/qn8v4a2x311f7fljr64a2x8rv73psbr8-protobuf-3.19.6' from 'https://cache.nixos.org'...
copying path '/nix/store/cv1lnbf2rqb5bnfm2p5x688dc9lcd75j-source-highlight-3.1.9' from 'https://cache.nixos.org'...
copying path '/nix/store/r045y00m78c5r0d2nx0y7cc61xvlqb4m-libXft-2.3.6' from 'https://cache.nixos.org'...
copying path '/nix/store/0ssb3rn06pqn5qjms1ma9qcp10n2jjny-sqlite-3.41.2' from 'https://cache.nixos.org'...
copying path '/nix/store/5k9x8dnwiq0h5czikpax6rbal547k24z-llvm-15.0.7-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/shwg1pkdcxx5k1lyrcmyk7s6zjx1bakm-tpm2-tss-3.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/5wpi03vjdxwn4bnimv76mx5gg183vqja-libxkbcommon-1.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/6vbjx9vvc1gjbc9mdz6lwrwr7z3px9vz-cairo-1.16.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3mmgx980sy76vc74xy3inh9ln394dqgs-gts-0.7.6' from 'https://cache.nixos.org'...
copying path '/nix/store/cj1992h929iymzvbaj15s4hpli5yb1xq-harfbuzz-7.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/qwr9jrz6b2v1jxb0vj4cf13bw5k1c2nd-nghttp2-1.51.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/0sfkb10a7jv2zndbabil8x3a5zw6yss2-tpm2-tss-3.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/bxasqch0h79d5vq9pgi3p96iiy3yfrjr-util-linux-2.37.3-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/lvrzb1digh3dsy8s77arvbhl4iissali-libdevil-1.7.8' from 'https://cache.nixos.org'...
copying path '/nix/store/rk5zapwlwfykcxh3z3xsamfjdflvndw8-libjxl-0.8.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10' from 'https://cache.nixos.org'...
copying path '/nix/store/y9niqy128f5zdspsi9bvrgw7lbw7k4yi-python3-3.8.16' from 'https://cache.nixos.org'...
copying path '/nix/store/w2mdkw3zw88yqkqji138z4cfcr1paza6-util-linux-minimal-2.38.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/0r8vh094ivpaqlcv2sfj1bfzjznf5k9w-wget-1.21.3' from 'https://cache.nixos.org'...
copying path '/nix/store/jj023wxnhha23b8ikpyg48a2p3l0qb75-xz-5.2.5-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/v47jn4xsjb3wnc1yz5bagigr2brzv36g-pango-1.50.14' from 'https://cache.nixos.org'...
copying path '/nix/store/z5818pmhspx5772s4cp6ckhwhbin2f09-xz-5.4.2-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/gvqqw8akkxfi23ah9bydfgj7748a0m0i-zstd-1.5.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/c4bj8y8ypz8g179z4bzlcj3639mivi51-zstd-1.5.4-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/aa283g93zqf3111m66kawl6d5z3wlawd-stdenv-linux' from 'https://cache.nixos.org'...
copying path '/nix/store/f83wjm5wpcxxbzwmr56q9iclsn0simph-binutils-wrapper-2.40' from 'https://cache.nixos.org'...
copying path '/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40' from 'https://cache.nixos.org'...
building '/nix/store/3akhr7ybj7zqch9y45pwp24s9bng2rs0-addintegrityfields.js.drv'...
copying path '/nix/store/63zgg49frfvkravc0l8ynzkn12b3il8a-kbd-2.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/y5ywiyvky5m086x8hcm3107mk1ifp2r3-zstd-1.5.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/9s60bwr181k809zq0529ngfkk8r3s7x0-kbd-2.5.1' from 'https://cache.nixos.org'...
building '/nix/store/76shyz8j9ybd9a8qxq2521q7igzjp432-addintegrityfields.js.drv'...
building '/nix/store/fhyg7wgv133gqn5da7vpdmhwfjkildp4-pinpointDependencies.js.drv'...
copying path '/nix/store/zf6pqmy3qa8bilwqlk94iqk8an26fwy3-libaom-3.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/qv2al1ziiivnhns7hq1fcdvalyyy5wbp-blas-3-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/dpm66qy6dzrnpzdhhzflpck7qvcjqimc-systemd-minimal-249.7' from 'https://cache.nixos.org'...
copying path '/nix/store/7kf6zyynraia2mcnz3k6z5xr9p3nds12-systemd-minimal-253.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hq71v9ngl4vbawijdn09fg2q1iwycgxf-lapack-3-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/fg8h3fzalb473wi4hgn6rbb7jmdipakn-libfido2-1.13.0' from 'https://cache.nixos.org'...
copying path '/nix/store/xmpdfylf3pzzghjwskfhlrvksnw86rj3-libusb-1.0.26' from 'https://cache.nixos.org'...
copying path '/nix/store/hvw65raxgr7lry5sn6x1lq5alffbf073-lvm2-2.03.20-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/ppqh8dr6xr98nmlcic11y40svnzn3isq-systemd-minimal-253.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/7l5h35zcxq5wd7dci6aqzbcv4z5qg3qz-libfido2-1.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0bssv54z6k756sgv5wcwcm8zfpp2axrm-lvm2-2.03.14-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/4dy7qdz53rxczpzl1jgn1cmj3j23sff0-moreutils-0.67' from 'https://cache.nixos.org'...
copying path '/nix/store/snx64jiffbwr5066dkgqlzdmm7593qbm-openssl-1.1.1t-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/8c91db5ylf3lg5fzgadw590kinjazyfb-openssl-3.0.8-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/r1s2ahnl5cwcj1zrdsdfa0v8kch01gy7-openssl-3.0.8-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/yi3w596j07z6bw8a496y5w3y9vv58rrx-perl5.36.0-Mozilla-CA-20200520' from 'https://cache.nixos.org'...
copying path '/nix/store/hp46s6p52lkylmmypzg6d7s55v4jr4mx-cryptsetup-2.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/8zahnm7sqsj2w4kbz9d99j1q2kxvnpyx-libavif-0.11.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ziflhaf1frqpk32mw5hlqq2iv71966kh-perl5.36.0-libwww-perl-6.67' from 'https://cache.nixos.org'...
copying path '/nix/store/5rj4m1pzb7sf5cx7vaa4xxlhjiafp8x3-libusb-1.0.26-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/i8xygngiahlpq19yszha1awhzxks5zzk-cryptsetup-2.4.3' from 'https://cache.nixos.org'...
copying path '/nix/store/p50fqa6fr8qs85qli3ba41bd4vnjmnnl-valgrind-3.20.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0yc3dd4qvjzmx56s6xmv1x3m0scivjyd-gd-2.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/d5qw64v96rhzr5pbcxm8zck8mz4bs8fj-perl5.36.0-IO-Socket-SSL-2.068' from 'https://cache.nixos.org'...
copying path '/nix/store/v34m8wq2969dklymhl4vrchavybs3dcp-openssl-1.1.1t-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/lrf0sdjpgx56j09x0sgnd34mkczrbzna-openssl-3.0.8-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/8m54v44ggv77z9hc7y0jiyii6r99hw5a-openssl-3.0.8-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/28njqxn2gywvz45pfgwim5b2g1dqdymv-systemd-253.2' from 'https://cache.nixos.org'...
copying path '/nix/store/y4qpl81a6fdjrxwbx9h4xxid64gcn2fi-systemd-249.7' from 'https://cache.nixos.org'...
copying path '/nix/store/vagx5b9xf5n17qah1n83k0fqxvmxncvz-perl5.36.0-Net-SMTP-SSL-1.04' from 'https://cache.nixos.org'...
copying path '/nix/store/xlca37xjbc6d6rrslah3r0kjnx9s50cf-graphviz-7.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/9l2b851fyp1f2dvs4h7xfc0159s000nn-curl-8.0.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/1dn5xmm5iinypd0c26w848z782zk7h2k-curl-8.0.1-dev' from 'https://cache.nixos.org'...
building '/nix/store/7sbxxpgibmpqd8ck2i5s618nb6680qkb-caniuse-lite-1.0.30001296.tgz.drv'...

trying https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  242k  100  242k    0     0  84425      0  0:00:02  0:00:02 --:--:-- 84415
building '/nix/store/05c0vy89vyl2s3pcy86dps9dfqqifnmc-cargo-nightly-x86_64-unknown-linux-gnu.tar.xz.drv'...
copying path '/nix/store/jc3siq1jzlbs5r588bcvm2q0x8p6ak4l-dbus-1.12.20-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/17nhgz34jjigr7xkr1l9j34aqwsziakz-procps-3.3.17' from 'https://cache.nixos.org'...
copying path '/nix/store/lw4fnqj8jd51pmzz1kmp06baphfp8r6v-util-linux-2.38.1-bin' from 'https://cache.nixos.org'...

trying https://static.rust-lang.org/dist/2023-04-14/cargo-nightly-x86_64-unknown-linux-gnu.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/fvm46sfhf2v4523ywa3pv45wq3l879c9-libpulseaudio-14.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ma9668hgwvfxwyynq725z812s5c25n9c-SDL2-2.0.14' from 'https://cache.nixos.org'...
copying path '/nix/store/minl6kpfkrryrkvz6sgxv3xjf7095fmm-util-linux-2.38.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/6z9108pz1pnjmgk1rvmg908v1pc0kwnb-SDL2-2.0.14-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/0bali6v35lwpj02j0b1myviys756n6qa-SDL2_image-2.0.5' from 'https://cache.nixos.org'...
100 7046k  100 7046k    0     0   396k      0  0:00:17  0:00:17 --:--:--  944k
building '/nix/store/9z5b20zsza74f47zn09bx7gfz03h6ngp-clippy-nightly-x86_64-unknown-linux-gnu.tar.xz.drv'...
copying path '/nix/store/3ydyllv3y22qpxcgsf9miwq4dkjwjcj2-gcc-arm-embedded-12.2.rel1' from 'https://cache.nixos.org'...
copying path '/nix/store/mwnj6g4fcmvz7j1fz2jqvg4537zl7g8x-gdb-13.1' from 'https://cache.nixos.org'...
copying path '/nix/store/a7yyz7xzpb2hmzyc07pzx6khj815fy2p-git-2.39.2' from 'https://cache.nixos.org'...
copying path '/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3' from 'https://cache.nixos.org'...
copying path '/nix/store/l1rsczvq7ilj6lpxjx2l305ykhkg4m30-python3.10-attrs-22.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/wass6qn80cjvp9jaika19qgs24ykk9v8-python3.10-brotli-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/8pl56cyc5w300bla2c2zm0pmx33al62m-python3.10-charset-normalizer-3.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/572ik00bykg1ixbplpv7fgc0xhwicvy3-python3.10-installer-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/p110iya8p16iaj0davqwncjgjk48jadv-python3.10-certifi-2022.12.07' from 'https://cache.nixos.org'...
copying path '/nix/store/q866j569z5kd1b702825xvhadfb7jyi2-python3.10-distlib-0.3.6' from 'https://cache.nixos.org'...
copying path '/nix/store/74zbf7wf5xjba0ngxmbsfsf31caqbyn9-python3.10-filelock-3.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/7j6z05l4dbcymn82hlhbpgyw6zkhx11a-python3.10-idna-3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/1604j65sjb7ia8hr8mhpg558nj39qfhn-python3.10-crashtest-0.4.1' from 'https://cache.nixos.org'...

trying https://static.rust-lang.org/dist/2023-04-14/clippy-nightly-x86_64-unknown-linux-gnu.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/i0znk63ddvx81ksvyy1yqpj6igjzm4aq-python3.10-jeepney-0.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/xd4b2qj6qyfnanbdzhcvv0jcm986w5dm-python3.10-lockfile-0.12.2' from 'https://cache.nixos.org'...
copying path '/nix/store/yf8f1nmqilhnimgyq9fbj0wqz3nbbcfd-python3.10-msgpack-1.0.4' from 'https://cache.nixos.org'...
copying path '/nix/store/khm35qfxp63pvps6hy9lpg80r7p7h5w4-python3.10-numpy-1.24.2' from 'https://cache.nixos.org'...
copying path '/nix/store/brg9fbdb1rxd6c2sgh01ycn0hynm21r5-python3.10-packaging-23.0' from 'https://cache.nixos.org'...
copying path '/nix/store/awm0cqx03hmlclgavnl5f8w1l3i0ljfr-python3.10-pkginfo-1.9.6' from 'https://cache.nixos.org'...
copying path '/nix/store/6ajlnc2f3jsa247d5qx91i3rx4l6ycpj-python3.10-platformdirs-2.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/fwf5pqlhr9jsaq4z989rwh51ghibgg6r-python3.10-poetry-core-1.5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ivf8zd1djpryk12ydmgj8wsabwkxjwpa-python3.10-poetry-plugin-export-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/9ydxgzsfx4qv0hzkyfs7b8i0w8mzfyqn-python3.10-ptyprocess-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/4qfvbn7ph5jdvlp8981g1mbfbkg0ryli-python3.10-pycparser-2.21' from 'https://cache.nixos.org'...
copying path '/nix/store/s5xqk3j45v1m13pv11vg6p9rirrj0xvy-python3.10-pyelftools-0.29' from 'https://cache.nixos.org'...
copying path '/nix/store/7m0s2gr65gy5h7xmj7iir2vh54mdwi8n-python3.10-pysocks-1.7.1' from 'https://cache.nixos.org'...
copying path '/nix/store/yyhy820y7v4b1315zvig4bjpg5zakfjh-python3.10-shellingham-1.5.0.post1' from 'https://cache.nixos.org'...
copying path '/nix/store/hix271phwzb157a2sj9fn5zfmkpz8zpd-python3.10-six-1.16.0' from 'https://cache.nixos.org'...
copying path '/nix/store/fk607z2x9v64g38hy02x3i4byizaj645-python3.10-toml-0.10.2' from 'https://cache.nixos.org'...
copying path '/nix/store/8zb1ghwwx2pwz0n7571dk2w4swbihhfr-python3.10-tomli-2.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/8ic4qx6h2x03hh4whkfh7qid61xqixvp-python3.10-pexpect-4.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/i05mjiiwr9xgp80h9mjyldn8l2calgv1-python3.10-tomlkit-0.11.6' from 'https://cache.nixos.org'...
copying path '/nix/store/lv59aryjm6bvxi9ys3r0f5nww8d209ki-python3.10-trove-classifiers-2023.3.9' from 'https://cache.nixos.org'...
copying path '/nix/store/ilvh4ss99l4m9jw8qs36rd9ypq535l9h-python3.10-more-itertools-9.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3zyspm58yhld8mwh7dvsh88j85imi3rk-python3.10-cffi-1.15.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vbx90a7amvamfv0z4f595sz8ivckwkjb-python3.10-pyrsistent-0.19.3' from 'https://cache.nixos.org'...
copying path '/nix/store/kxmpnymjpr3wn3jig8l006ixydbbr513-python3-3.10.10-env' from 'https://cache.nixos.org'...
copying path '/nix/store/sqjv6q7a7518i109qwfr4dbanhkw6r58-python3.10-urllib3-1.26.14' from 'https://cache.nixos.org'...
copying path '/nix/store/y0nvjq0s3f9b8dxrk6yazm17gfj93jl3-python3.10-pyproject-hooks-1.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/b1kakw9a4zvj2wvsi32gwvs2fxwglwm8-python3.10-virtualenv-20.19.0' from 'https://cache.nixos.org'...
copying path '/nix/store/r3y3lnkimfgzv2v0wx46wmkikb6yz94g-python3.10-webencodings-0.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/3d779jjfbfmhlrbcdnhayj9qjz3ji5xv-python3.10-zipp-3.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/gkkdca6042ip3dzks4kairaynfqqy2k5-python3.10-jaraco.classes-3.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/1wn6d48m6wfdqxd76j8f9ckywgwl2a24-python3.10-jsonschema-4.17.3' from 'https://cache.nixos.org'...
copying path '/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/f1mnl7mv1wqijbs9c22ld88snp8kg154-python3.10-brotlicffi-1.0.9.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hh0akhm8cx55zv1jqv9f14zg3pinr5ac-python3.10-cryptography-39.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/pfyz7jl6h4g3axqf6ibamdv29yypvips-python3.10-build-0.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/n69ahsyb880ply0y0wvgy09sjnpyg3pa-python3.10-dulwich-0.21.3' from 'https://cache.nixos.org'...
copying path '/nix/store/rwiq6a9p7q9v4sns5lx7c2nj3v2ybj1z-python3.10-html5lib-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/sv5mych8csci3flgmsffk3lihzx5fz0g-python3.10-importlib-metadata-6.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1npyhv86qw17f7iq4nz5hsmpv84q9wml-python3.10-requests-2.28.2' from 'https://cache.nixos.org'...
copying path '/nix/store/4lf9gna6p4jbqkg4rxc030zhdqk13vp0-python3.10-cachecontrol-0.12.11' from 'https://cache.nixos.org'...
copying path '/nix/store/6hwp9rdyhipqw7xx8ahl7d6rqbqrzmnp-python3.10-requests-toolbelt-0.10.1' from 'https://cache.nixos.org'...
copying path '/nix/store/jld1b0mb8rwcvdsgs9gy2wi4psg4fzqz-python3.10-secretstorage-3.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/ihm8wsab9cx60bkz0z4ppb83dpbv4i8w-python3.10-keyring-23.13.1' from 'https://cache.nixos.org'...
copying path '/nix/store/dnpfxwmry4fymg4fdp27h7w73myk7nxk-python3.10-rapidfuzz-2.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/fp0aphwhhc53fr6bm14rjsxacb6vakk0-git-subrepo-0.4.5' from 'https://cache.nixos.org'...
100 2292k  100 2292k    0     0   118k      0  0:00:19  0:00:19 --:--:--  243k
building '/nix/store/3hc5q7f7hfih75gb8mxv75qky5nb1i8y-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/n68m01s1yj5y94d4km4bvdpdk727ylhy-cargo-nightly-x86_64-unknown-linux-gnu.tar.xz
source root is cargo-nightly-x86_64-unknown-linux-gnu
setting SOURCE_DATE_EPOCH to timestamp 1681423826 of file cargo-nightly-x86_64-unknown-linux-gnu/version
patching sources
installing
Installing component cargo
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
shrinking /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/cargo-credential-1password
shrinking /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo
checking for references to /tmp/nix-build-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
gzipping man pages under /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/share/man/
patching script interpreter paths in /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev/lib'),
          PosixPath('/nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev/lib'),
          PosixPath('/nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib')],
 'paths': [PosixPath('/nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
setting interpreter of /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/cargo-credential-1password
searching for dependencies of /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/cargo-credential-1password
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo
searching for dependencies of /nix/store/5pjli8p99bp8cyqfbjw8v9v17v72d6zj-cargo-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/wk10zb633f9jaghkqd1w7jlz3bq57zjf-copy-webpack-plugin-8.0.1.tgz.drv'...
copying path '/nix/store/6qagaiaki5inq0sw0m5iq89maysr12bj-python3.10-cleo-2.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/bg7yakl2lr0dpk3rji07ajgkqzpajin4-gcc-wrapper-11.3.0' from 'https://cache.nixos.org'...

trying https://registry.npmjs.org/@types/copy-webpack-plugin/-/copy-webpack-plugin-8.0.1.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/g66h5i8rcr6yrf4w9n5hl8idd6vdmxjh-python3.10-poetry-1.4.2' from 'https://cache.nixos.org'...
100  2757  100  2757    0     0   1244      0  0:00:02  0:00:02 --:--:--  1245
building '/nix/store/hpr1jmlvyh6yfmwzk9lcwnfprd7bgpcd-electron-to-chromium-1.4.36.tgz.drv'...

trying https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.36.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/5s1yg5l36wzgy1dj0vv1ibarc4g7vrdr-stdenv-linux' from 'https://cache.nixos.org'...
100 24075  100 24075    0     0  12336      0  0:00:01  0:00:01 --:--:-- 12333
building '/nix/store/d31bxd3gb1j3b9a80pjis189rvih3v41-node-12.20.41.tgz.drv'...

trying https://registry.npmjs.org/@types/node/-/node-12.20.41.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  104k  100  104k    0     0  44336      0  0:00:02  0:00:02 --:--:-- 44339
building '/nix/store/v0aph8hcf4lzbyr38rh42rznfd10dx3f-pyright-1.1.204.tgz.drv'...

trying https://registry.npmjs.org/pyright/-/pyright-1.1.204.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2036k  100 2036k    0     0   467k      0  0:00:04  0:00:04 --:--:--  490k
building '/nix/store/hn7h4i49jg6hx2w34rlly91yy0831638-rust-src-nightly.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rust-src-nightly.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/md88206r6zs8r5fycfkrvyk5ghsd6rnv-clang-15.0.7-lib' from 'https://cache.nixos.org'...
100 2365k  100 2365k    0     0   182k      0  0:00:12  0:00:12 --:--:--  436k
building '/nix/store/56gk6i1girvc2sx22vh2pblllq4vv4nk-rust-std-nightly-thumbv7em-none-eabihf.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rust-std-nightly-thumbv7em-none-eabihf.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9.9M  100  9.9M    0     0   745k      0  0:00:13  0:00:13 --:--:--  759k
building '/nix/store/izm7gb1aywqsdicn43y2wjzvpvsz2yxc-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/4b7ngpvk67a6zbny4wqahl5aznv3hh6y-rust-src-nightly.tar.xz
source root is rust-src-nightly
setting SOURCE_DATE_EPOCH to timestamp 1681425192 of file rust-src-nightly/rust-src/manifest.in
patching sources
installing
Installing component rust-src
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
checking for references to /tmp/nix-build-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
patching script interpreter paths in /nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/ci/run.sh: interpreter directive changed from "#!/usr/bin/env sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/ci/dox.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/bash"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/ci/style.sh: interpreter directive changed from "#!/usr/bin/env sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/ci/run-docker.sh: interpreter directive changed from "#!/usr/bin/env sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/backtrace/ci/run.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/backtrace/ci/android-sdk.sh: interpreter directive changed from "#!/usr/bin/env sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/backtrace/ci/debuglink.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/bash"
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib')],
 'paths': [PosixPath('/nix/store/j8din00hdpvn2lnf7r485y4avdjqd3x7-rust-src-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/n4p88i8fd5aikwhiqirbwspy05yky1mr-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf.drv'...
unpacking sources
unpacking source archive /nix/store/js2fzmvj5lj486nk9ni3rh2gddbgmsc7-rust-std-nightly-thumbv7em-none-eabihf.tar.xz
source root is rust-std-nightly-thumbv7em-none-eabihf
setting SOURCE_DATE_EPOCH to timestamp 1681419857 of file rust-std-nightly-thumbv7em-none-eabihf/version
patching sources
installing
Installing component rust-std-thumbv7em-none-eabihf
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/w4qvs9i53fiiiy7pqyas99w4wbh7n1p0-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf
checking for references to /tmp/nix-build-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf.drv-0/ in /nix/store/w4qvs9i53fiiiy7pqyas99w4wbh7n1p0-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf...
patching script interpreter paths in /nix/store/w4qvs9i53fiiiy7pqyas99w4wbh7n1p0-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib')],
 'paths': [PosixPath('/nix/store/w4qvs9i53fiiiy7pqyas99w4wbh7n1p0-rust-std-1.70.0-nightly-2023-04-14-thumbv7em-none-eabihf')],
 'recursive': True,
 'runtime_dependencies': []}
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/2ms6rl7g7ln4rrrszs49ainxiv2a0gpf-rust-std-nightly-thumbv7m-none-eabi.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rust-std-nightly-thumbv7m-none-eabi.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9.9M  100  9.9M    0     0   785k      0  0:00:12  0:00:12 --:--:--  656k
building '/nix/store/rpyq81c2y6psln5sjm4hyvqcq989vn7f-rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/a4qiz6bxcczhaw8hmiwvfvn2962d7jlz-valgrind-3.20.0-dev' from 'https://cache.nixos.org'...
100 27.9M  100 27.9M    0     0  1525k      0  0:00:18  0:00:18 --:--:-- 1776k
building '/nix/store/xwcrxnq9k1fscbhkgdbv0lcsg3rnjjw1-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi.drv'...
unpacking sources
unpacking source archive /nix/store/06rnr4bbzi5abcq43d8pvalis3kivcgs-rust-std-nightly-thumbv7m-none-eabi.tar.xz
copying path '/nix/store/yghs38qhqw6fg4jpvqplv86hkng3zasw-clang-15.0.7' from 'https://cache.nixos.org'...
source root is rust-std-nightly-thumbv7m-none-eabi
setting SOURCE_DATE_EPOCH to timestamp 1681419841 of file rust-std-nightly-thumbv7m-none-eabi/version
patching sources
installing
Installing component rust-std-thumbv7m-none-eabi
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/fj7vcs5fx5kh4l3sdnxs20i52n1as9g5-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi
checking for references to /tmp/nix-build-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi.drv-0/ in /nix/store/fj7vcs5fx5kh4l3sdnxs20i52n1as9g5-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi...
patching script interpreter paths in /nix/store/fj7vcs5fx5kh4l3sdnxs20i52n1as9g5-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib')],
 'paths': [PosixPath('/nix/store/fj7vcs5fx5kh4l3sdnxs20i52n1as9g5-rust-std-1.70.0-nightly-2023-04-14-thumbv7m-none-eabi')],
 'recursive': True,
 'runtime_dependencies': []}
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/qhxya5kmhh5j5agrvbm3hb8lbsmvd120-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/k4alndcm2bsqmaai997ylrw8qj0j0qmf-rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz
source root is rust-std-nightly-x86_64-unknown-linux-gnu
setting SOURCE_DATE_EPOCH to timestamp 1681423696 of file rust-std-nightly-x86_64-unknown-linux-gnu/version
patching sources
installing
Installing component rust-std-x86_64-unknown-linux-gnu
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
shrinking /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b5096806ff948049.so
shrinking /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-1b858cb142a3bc0c.so
checking for references to /tmp/nix-build-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
patching script interpreter paths in /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib')],
 'paths': [PosixPath('/nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
searching for dependencies of /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b5096806ff948049.so
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
searching for dependencies of /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-1b858cb142a3bc0c.so
    libstd-b5096806ff948049.so -> found: /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/pvk3s2m9kr8lkbc38lac518iaq1vibjg-rust-std-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/n861k0q1p3yzi0h18lsbkp2ka2018hs6-rustc-nightly-x86_64-unknown-linux-gnu.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
copying path '/nix/store/h9yd7wdhscrmg0iqhn4y7s2mcc5qj96m-clang-wrapper-15.0.7' from 'https://cache.nixos.org'...
100 64.2M  100 64.2M    0     0  2213k      0  0:00:29  0:00:29 --:--:-- 2531k
building '/nix/store/zmkzsli44ka8lb241br2577vb6sgfchs-rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz.drv'...

trying https://static.rust-lang.org/dist/2023-04-14/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2297k  100 2297k    0     0   850k      0  0:00:02  0:00:02 --:--:--  850k
building '/nix/store/paw3m6xk7f1j18ic7hpniqisbpl4dziv-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/9jf2iqfdnf8pvbcqp7aimf8iigp2mzyb-rustc-nightly-x86_64-unknown-linux-gnu.tar.xz
source root is rustc-nightly-x86_64-unknown-linux-gnu
setting SOURCE_DATE_EPOCH to timestamp 1681423670 of file rustc-nightly-x86_64-unknown-linux-gnu/version
patching sources
installing
Installing component rustc
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/librustc_driver-a330ea589693868f.so
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libstd-b5096806ff948049.so
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libLLVM-16-rust-1.70.0-nightly.so
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libtest-1b858cb142a3bc0c.so
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/lld-link
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld64.lld
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld.lld
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/wasm-ld
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/rust-analyzer-proc-macro-srv
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustdoc
shrinking /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustc
checking for references to /tmp/nix-build-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
gzipping man pages under /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/share/man/
patching script interpreter paths in /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rust-gdb: interpreter directive changed from "#!/bin/sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rust-gdbgui: interpreter directive changed from "#!/bin/sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rust-lldb: interpreter directive changed from "#!/bin/sh" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/sh"
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev/lib'),
          PosixPath('/nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/lf6arf2qj94qs6bkzfl2y75chb7awmx9-zlib-1.2.13-dev/lib'),
          PosixPath('/nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib')],
 'paths': [PosixPath('/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/librustc_driver-a330ea589693868f.so
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libLLVM-16-rust-1.70.0-nightly.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libstd-b5096806ff948049.so
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libLLVM-16-rust-1.70.0-nightly.so
    libz.so.1 -> found: /nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/libtest-1b858cb142a3bc0c.so
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld
    libz.so.1 -> found: /nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib
    libLLVM-16-rust-1.70.0-nightly.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/2ldgh1qis9p4zf8bgsdm7897gw8vv36g-zlib-1.2.13/lib:/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/lld-link
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/lld-link
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld64.lld
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld64.lld
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld.lld
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld.lld
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/wasm-ld
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/wasm-ld
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/rust-analyzer-proc-macro-srv
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/libexec/rust-analyzer-proc-macro-srv
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustdoc
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustdoc
    libtest-1b858cb142a3bc0c.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    librustc_driver-a330ea589693868f.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustc
searching for dependencies of /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustc
    librustc_driver-a330ea589693868f.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/v0na7sn4xg7kpbmz88ibl1ivfxn5s2iq-shx-0.3.3.tgz.drv'...

trying https://registry.npmjs.org/shx/-/shx-0.3.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10684  100 10684    0     0  16195      0 --:--:-- --:--:-- --:--:-- 16212
building '/nix/store/0npi111zdjy8xy70c9lhsg2c3knwj00v-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/7y3c68507dwdv68h9bbbaaii1a646163-clippy-nightly-x86_64-unknown-linux-gnu.tar.xz
source root is clippy-nightly-x86_64-unknown-linux-gnu
setting SOURCE_DATE_EPOCH to timestamp 1681424014 of file clippy-nightly-x86_64-unknown-linux-gnu/version
patching sources
installing
Installing component clippy-preview
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
shrinking /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/clippy-driver
shrinking /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-clippy
checking for references to /tmp/nix-build-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
patching script interpreter paths in /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib')],
 'paths': [PosixPath('/nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
setting interpreter of /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/clippy-driver
searching for dependencies of /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/clippy-driver
    librustc_driver-a330ea589693868f.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-clippy
searching for dependencies of /nix/store/8kawadq5zhiily8m9jxvx0msqffa0kwc-clippy-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-clippy
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/96j4gfnq1a8qhi978bnzdx72yccgnwiq-pyright-1.1.204.drv'...
unpacking sources
patching sources
configuring
no configure script, doing nothing
building
installing
unpacking source archive /nix/store/l6kwf0gk6rnggqzm7k98zvsqxbqrvj1n-pyright-1.1.204.tgz
unpacking source archive /nix/store/3flxxgfrs3y5wadkn9y6am6jy3jzzss8-json-ext-0.5.6.tgz
unpacking source archive /nix/store/ax011in3mi3shzr0wfdva57m7mm361sq-fs.scandir-2.1.5.tgz
unpacking source archive /nix/store/7fblkc6l6c6xa5pcpjbx1a49jcsp75f3-fs.stat-2.0.5.tgz
unpacking source archive /nix/store/wc1g8538wz18dllf57shhzjcj8crr6y3-fs.walk-1.2.8.tgz
unpacking source archive /nix/store/ia4k4zkhr3qjisr38iz14nzwsp533asj-copy-webpack-plugin-8.0.1.tgz
unpacking source archive /nix/store/7nq4d9g2kkhfky20np489ipjj01qnvz0-eslint-8.2.1.tgz
unpacking source archive /nix/store/9g5b0jbf8hqn7h8a5p36inj8bhfyr759-eslint-scope-3.7.2.tgz
unpacking source archive /nix/store/bv8k0llgkx9z03580rliwrm6sabiarr4-estree-0.0.50.tgz
unpacking source archive /nix/store/qa1jjbvf0f2w8a8kgrpx3j66l9fbgggn-json-schema-7.0.9.tgz
unpacking source archive /nix/store/17yrickw7w9cqaxl49px3bwp1c7pzv8j-node-12.20.41.tgz
unpacking source archive /nix/store/m11vbfnvllq1injsp5imghfkki0wcvkl-ast-1.11.1.tgz
unpacking source archive /nix/store/nmpw2wh7cbbzl86x6i3bs411rcfpyxj2-floating-point-hex-parser-1.11.1.tgz
unpacking source archive /nix/store/7634d27di4ggc369lh29kcgxwxj7x5ri-helper-api-error-1.11.1.tgz
unpacking source archive /nix/store/np0s3mvvrxawics9vsqrhv2h9f8bm9z5-helper-buffer-1.11.1.tgz
unpacking source archive /nix/store/rr5mz9vafjd0r8k2bj5lq4wwpjdlidyf-helper-numbers-1.11.1.tgz
unpacking source archive /nix/store/1phif3prwp6b73k0bhp7vl733j9ff4va-helper-wasm-bytecode-1.11.1.tgz
unpacking source archive /nix/store/qc8bcllgdk77bxbgdhm6gfq79326asam-helper-wasm-section-1.11.1.tgz
unpacking source archive /nix/store/am0ix691bbnlw7jjk12r0db4q3akmcba-ieee754-1.11.1.tgz
unpacking source archive /nix/store/6lnnl7wmg0ff50ykm6wgkxzdc79ay12h-leb128-1.11.1.tgz
unpacking source archive /nix/store/rramq1ckd5imw2a101bbf7v3f8y50wbd-utf8-1.11.1.tgz
unpacking source archive /nix/store/ay5vx7rjjjwzpwha8mm5jjcbw40n33ih-wasm-edit-1.11.1.tgz
unpacking source archive /nix/store/if4r2882dyg1g9b5cj89kqp9lbwgrhn1-wasm-gen-1.11.1.tgz
unpacking source archive /nix/store/b5s15j53z7cx9yp93qmq6v6rxl38qn1g-wasm-opt-1.11.1.tgz
unpacking source archive /nix/store/mj76hblwh5wf8blfp8xf5gzamiah2ya2-wasm-parser-1.11.1.tgz
unpacking source archive /nix/store/zdg9ixkkidfib8rv374rpcj80hckv0hh-wast-printer-1.11.1.tgz
unpacking source archive /nix/store/02wlxz9gy6ahgb23854mh4rhi702541v-configtest-1.1.0.tgz
unpacking source archive /nix/store/cnz4y0kq0j4pqx9a7glfd6d1j4pvn52x-info-1.4.0.tgz
unpacking source archive /nix/store/br36y1l0j7lpq9cfwn6k64y9nzk4gmyl-serve-1.6.0.tgz
unpacking source archive /nix/store/d37wqg00zjh7c797dyg2isw62bk59zck-ieee754-1.2.0.tgz
unpacking source archive /nix/store/j8h763zjmlz0kps0s9mg3mc1zr7pfq44-long-4.2.2.tgz
unpacking source archive /nix/store/d3rb2xzzwa7898h0h9v5c6j356ai82fi-acorn-8.7.0.tgz
unpacking source archive /nix/store/810bqyfy84622zdkz3bcs9iny6r60d00-acorn-import-assertions-1.8.0.tgz
unpacking source archive /nix/store/rv5d9i32rdnhd5a2idfmsjb66qg0a2k5-ajv-6.12.6.tgz
unpacking source archive /nix/store/r60si7sfbvgx4bi5m73795pz5lgh42pi-ajv-keywords-3.5.2.tgz
unpacking source archive /nix/store/75fzpbkc8vr0k07vm1s2w7jbdkzhbg15-ansi-styles-4.3.0.tgz
unpacking source archive /nix/store/cmgg0cmx6c96h2r4b69nsb10vx7s61xy-array-union-2.1.0.tgz
unpacking source archive /nix/store/mwgc2dnzgxn3k69qabji5yd8vjhigzz6-balanced-match-1.0.2.tgz
unpacking source archive /nix/store/x5jga3jrdl6cprja3w53cd3jrss6w28w-brace-expansion-1.1.11.tgz
unpacking source archive /nix/store/f04719ka7z460g3g4jlkj9qkcrdspadv-braces-3.0.2.tgz
unpacking source archive /nix/store/4rd8swh6saiprmwfsnr2a92hvjf7y9bp-browserslist-4.19.1.tgz
unpacking source archive /nix/store/0rkyy82q1xafhiai3frdxn08wj3j1n3w-buffer-from-1.1.2.tgz
unpacking source archive /nix/store/y6n4q49fvcdybbvknyqckqwrlhn564r0-caniuse-lite-1.0.30001296.tgz
unpacking source archive /nix/store/d23kj8clmzy76jsy5vrhs81gc4pnalas-chalk-4.1.2.tgz
unpacking source archive /nix/store/adycpl55q1j8j1k970cwsx0fir31fipc-chrome-trace-event-1.0.3.tgz
unpacking source archive /nix/store/3mb8zzqgdz5ppy9q4i2cd7bxhpx04mhs-clone-deep-4.0.1.tgz
unpacking source archive /nix/store/x60243664ibqmb5bnx5w0rsl7xbpf1rg-color-convert-2.0.1.tgz
unpacking source archive /nix/store/j61m49spvhshpil9z2qkjws4s2l4d2q3-color-name-1.1.4.tgz
unpacking source archive /nix/store/bf6p4m2gdywjzm2h4vys1ibv9r9frys5-colorette-2.0.16.tgz
unpacking source archive /nix/store/bp6kn4i1yqhiilnb3qmc1schigs8mj27-commander-2.20.3.tgz
unpacking source archive /nix/store/v538mdl3px04xxhxjxkz2v9sq2psdna9-concat-map-0.0.1.tgz
unpacking source archive /nix/store/n5axfd6xdapvhdryic43iddgm54wns4h-copy-webpack-plugin-9.1.0.tgz
unpacking source archive /nix/store/vnv7l7vrwnkmycak8iv2iqwhkchqbmbj-cross-spawn-7.0.3.tgz
unpacking source archive /nix/store/a1crms3a2vf173rnxh2dpvfvp9mx7r19-dir-glob-3.0.1.tgz
unpacking source archive /nix/store/dx1c1jrvrswarjx1i4ibg9p4swcmcsvi-electron-to-chromium-1.4.36.tgz
unpacking source archive /nix/store/79yxwy03mqdnam4cw552c2wb2yflpm75-enhanced-resolve-5.8.3.tgz
unpacking source archive /nix/store/l57zkgcbnpi7i7wn9v94avf43balqk7m-envinfo-7.8.1.tgz
unpacking source archive /nix/store/g3drwwybqb4p95nmsd1g1srmlqcalyp5-es-module-lexer-0.9.3.tgz
unpacking source archive /nix/store/ciiwsh2km0sfipm7rjilck2bkd64hgw8-escalade-3.1.1.tgz
unpacking source archive /nix/store/b60awdzzkk7423g7gss0475f2b4kbffa-eslint-scope-5.1.1.tgz
unpacking source archive /nix/store/0a8cfvam9sw79kbqwyaqjklna4096xc3-esrecurse-4.3.0.tgz
unpacking source archive /nix/store/7494x2r5wcvpikql6h946gwayr358k72-estraverse-5.3.0.tgz
unpacking source archive /nix/store/5afnxj2zk9bdq1v8mfw72p9pdv6l5y21-estraverse-4.3.0.tgz
unpacking source archive /nix/store/pwxfhlkmbjixi0hljxrbyf5f9k35528j-events-3.3.0.tgz
unpacking source archive /nix/store/v8r9xkp0m7f7my0pl2c3lfx8z401qkns-execa-5.1.1.tgz
unpacking source archive /nix/store/cjk54qlda58jydinf8aldn3f2a0y6bda-fast-deep-equal-3.1.3.tgz
unpacking source archive /nix/store/259czd7xkq6qsv9cj7jrl4xfhb5cr631-fast-glob-3.2.7.tgz
unpacking source archive /nix/store/kymbhm46jg3m96vd8pwjrn4icz13h7r8-glob-parent-5.1.2.tgz
unpacking source archive /nix/store/jgidxwahv01x3xzjgdzbv98nfmp4nj3w-fast-json-stable-stringify-2.1.0.tgz
unpacking source archive /nix/store/c59vdyl952aax9y8pqsirv2shcy3rsa5-fastest-levenshtein-1.0.12.tgz
unpacking source archive /nix/store/6bxbjf8mf9qnf7s3a9i4f1d9500ynh2m-fastq-1.13.0.tgz
unpacking source archive /nix/store/frg58y1m6fvdsrs7k05l754gsgw759w5-fill-range-7.0.1.tgz
unpacking source archive /nix/store/pl92qvi9jf4jvikrpczdpkyhnbk96zzq-find-up-4.1.0.tgz
unpacking source archive /nix/store/ba8x7lli4r1aby1925daq01i9i9s8b32-fs.realpath-1.0.0.tgz
unpacking source archive /nix/store/9gxaxxjpyzsgjhqmzd2l1gilf6bya3z6-function-bind-1.1.1.tgz
unpacking source archive /nix/store/v6nc4s349ya7ylphs79impbrlkznq82a-get-stream-6.0.1.tgz
unpacking source archive /nix/store/n40j7abslkjnz8hvxmkpn0a8jlay53sr-glob-7.2.0.tgz
unpacking source archive /nix/store/1f2vbqb364ghjgr526n2cx4p9gldg2xd-glob-parent-6.0.2.tgz
unpacking source archive /nix/store/0syai1fk521a4crdl2qfyw4cpxdnk8c1-glob-to-regexp-0.4.1.tgz
unpacking source archive /nix/store/pal9pfmbx9a0kbwqqsp54lx10mmwqlnq-globby-11.0.4.tgz
unpacking source archive /nix/store/a6i39r64cgqsm00k2fv0n0sp2ibadxq9-graceful-fs-4.2.9.tgz
unpacking source archive /nix/store/5mjkbd03nrb2qnf6jd7drhids88wl3ci-has-1.0.3.tgz
unpacking source archive /nix/store/rdryr4bffc2pn4d216mignqwrxmlz49c-has-flag-4.0.0.tgz
unpacking source archive /nix/store/4amhvf3fi2sg3mmpcf3n10pikxn21xn7-human-signals-2.1.0.tgz
unpacking source archive /nix/store/v2gvj8whv241nj4lzha3flq8pnllcmvv-ignore-5.2.0.tgz
unpacking source archive /nix/store/0wc2lbclh6mx8hi1sigqgx8fl46hsraj-import-local-3.1.0.tgz
unpacking source archive /nix/store/m5b3lxagv9x67kwz3mp0bfjpxi27ww57-inflight-1.0.6.tgz
unpacking source archive /nix/store/azvzr4mg5gc3av5b7jr3wzs20ldjrkxz-inherits-2.0.4.tgz
unpacking source archive /nix/store/r1qa0z1s2jkfqs771jjb5ay9zrpi4rda-interpret-1.4.0.tgz
unpacking source archive /nix/store/mgn18gylz5h80d3mxa77jbkv6wk9h7lj-is-core-module-2.8.1.tgz
unpacking source archive /nix/store/a8yz5kr3vdxgn9pkmkdgcjyz91q53s59-is-extglob-2.1.1.tgz
unpacking source archive /nix/store/80s4qfrr9bl6mykkgv704wrcdkammv1d-is-glob-4.0.3.tgz
unpacking source archive /nix/store/2w1ddv53m3y0dh5x352aj7f9bi3bw2yn-is-number-7.0.0.tgz
unpacking source archive /nix/store/mym3xfamsi2xhps48zaxa22wp8rz16zz-is-plain-object-2.0.4.tgz
unpacking source archive /nix/store/wyyz1fvik77wpyli3lpcv35kqz73lhsf-is-stream-2.0.1.tgz
unpacking source archive /nix/store/430bf0maxy0480dnzh78f1lf0kq4cbdg-isexe-2.0.0.tgz
unpacking source archive /nix/store/gnygqhc0hciz75mzm87z04va98fkk38l-isobject-3.0.1.tgz
unpacking source archive /nix/store/pwqjnb7prr5369ky6fmd1aw94vdk5bag-jest-worker-27.4.6.tgz
unpacking source archive /nix/store/ypi7v1jhy53rah0bkw8lzynm5jyaxhd0-supports-color-8.1.1.tgz
unpacking source archive /nix/store/sjly86rpzmg3xga172p77m5xzd04bs1y-json-parse-better-errors-1.0.2.tgz
unpacking source archive /nix/store/qygc146r018a0dg6pq3y854fq75p7czq-json-schema-traverse-0.4.1.tgz
unpacking source archive /nix/store/vx2x6iq6pxnhxhn13p9x5sj2sqkgm16y-kind-of-6.0.3.tgz
unpacking source archive /nix/store/s5n2lksq08ffg4hj4mjxjj0fd5bbfans-loader-runner-4.2.0.tgz
unpacking source archive /nix/store/j27qs0ddsfchl6h2wpcy4c2aagfq7lng-locate-path-5.0.0.tgz
unpacking source archive /nix/store/fn9vj7k5mkmj1mp9z1r3ghgsyi84ajd2-lru-cache-6.0.0.tgz
unpacking source archive /nix/store/13yk1j5ahl04h0wqskfn4qrfiq0vz9k7-merge-stream-2.0.0.tgz
unpacking source archive /nix/store/hvvwxl2hzahq6m2gglwhw3xlak08v8kk-merge2-1.4.1.tgz
unpacking source archive /nix/store/p931ss0hb9v5l48pihsya2jzv0lmk8r0-micromatch-4.0.4.tgz
unpacking source archive /nix/store/3434y98jxrb9aw0wavx6y4n9nvcph3qs-mime-db-1.51.0.tgz
unpacking source archive /nix/store/h7wwg1dk9k61s0rv2r96s7grlv4v4kzr-mime-types-2.1.34.tgz
unpacking source archive /nix/store/di1plf4gn9gwfmjxda985pylb0kmd5f7-mimic-fn-2.1.0.tgz
unpacking source archive /nix/store/9xm69v2r4kddrkdv7q8if4c4jyhpra0w-minimatch-3.0.4.tgz
unpacking source archive /nix/store/a7q03i4w91sq8jrlbq7c7jcr36mxk5y6-minimist-1.2.5.tgz
unpacking source archive /nix/store/6kx4jnx5zlaxjr8zpmhhjhfwxd8valb8-neo-async-2.6.2.tgz
unpacking source archive /nix/store/39r4xr983cnibnwm38lf07284j288m7w-node-releases-2.0.1.tgz
unpacking source archive /nix/store/0yxkfglccfvqx5rw4czb8hr22gcjw8nw-normalize-path-3.0.0.tgz
unpacking source archive /nix/store/fb6qbddflqb39xsl1z3zxlwc4aqlmzp7-npm-run-path-4.0.1.tgz
unpacking source archive /nix/store/99vx2fb0np7kj6kk2srccv8lh5fgqsx6-once-1.4.0.tgz
unpacking source archive /nix/store/dv633lqr9bgss7zwd2ha6b11x9ck8ncb-onetime-5.1.2.tgz
unpacking source archive /nix/store/l37maw1p2ma5xn0n4rqiw3wahp6qz88j-p-limit-2.3.0.tgz
unpacking source archive /nix/store/iz220ajgdmwxqyr2vd8a5xv9q7z96170-p-locate-4.1.0.tgz
unpacking source archive /nix/store/jrr02ssqdn4in9nfrlm3wd1bkldbgqx8-p-try-2.2.0.tgz
unpacking source archive /nix/store/06g9x2c6l989i88mv89vh1jqm7b3kqql-path-exists-4.0.0.tgz
unpacking source archive /nix/store/c9w6bjbsqfvchm7l6xbs30lhak7pp1jh-path-is-absolute-1.0.1.tgz
unpacking source archive /nix/store/d8kym5mnyv01h6rw8gp3g8bipia3m2yk-path-key-3.1.1.tgz
unpacking source archive /nix/store/6g5nyrn5b42i9dpq1f5d60s1rci1mc56-path-parse-1.0.7.tgz
unpacking source archive /nix/store/qjvv9rghi83bqq5b4p9qwha0kqaakwsp-path-type-4.0.0.tgz
unpacking source archive /nix/store/4x397r32dg8h5mwb2x590lx17hpnrylw-picocolors-1.0.0.tgz
unpacking source archive /nix/store/j021j9wh2vddsp4iwy0pqq64nfxs9vfr-picomatch-2.3.1.tgz
unpacking source archive /nix/store/8q8hvzwy1rip2nvczf1bbgpq74qvyasq-pkg-dir-4.2.0.tgz
unpacking source archive /nix/store/z2miz6wmxdh97qw3z88d352rg11lzgf7-punycode-2.1.1.tgz
unpacking source archive /nix/store/pnbhj64phdbrqscsrdsmkwc3949yx6qh-queue-microtask-1.2.3.tgz
unpacking source archive /nix/store/cfyh2lan3bb004988gdqnmscqv4s5yrv-randombytes-2.1.0.tgz
unpacking source archive /nix/store/czd8sgsricbvfjxjpq0wh19gchgnbr60-rechoir-0.6.2.tgz
unpacking source archive /nix/store/j3sj5gr84jmvavcxc6yjip8zh07nk8yp-resolve-1.21.0.tgz
unpacking source archive /nix/store/6lf8b0i0h0vc58l0gnrxlxps8j66bysi-resolve-cwd-3.0.0.tgz
unpacking source archive /nix/store/nfjg2w700c2c3j4im989k5zw95fiwka1-resolve-from-5.0.0.tgz
unpacking source archive /nix/store/50mxg9vcncl4kdznzndglkmq9m8cnnw9-reusify-1.0.4.tgz
unpacking source archive /nix/store/ly9raffzzmm0lr7ljnp9bnij3a4fd5kb-run-parallel-1.2.0.tgz
unpacking source archive /nix/store/9cnrb44a4pgbfjpnc9v1045972vnndmw-safe-buffer-5.2.1.tgz
unpacking source archive /nix/store/vvf6761i8c0rxmv74904rnq45nqvyf9r-schema-utils-3.1.1.tgz
unpacking source archive /nix/store/0myh8vmpaqlrsihjv0aaxc5svsiffa9m-semver-7.3.5.tgz
unpacking source archive /nix/store/d9w6l2fhd512n720556676dy6qhb4s0h-serialize-javascript-6.0.0.tgz
unpacking source archive /nix/store/wndv6r0gmi69jprv8scjdqjk4v5zd0bp-shallow-clone-3.0.1.tgz
unpacking source archive /nix/store/li7c3f8qm89dsvjblpyh6kx8jvqlww1n-shebang-command-2.0.0.tgz
unpacking source archive /nix/store/q0rf687z1s5far9q6dmcjbx4y2r4mgqh-shebang-regex-3.0.0.tgz
unpacking source archive /nix/store/0ak4h0s1kc01msh87lzxargk7s1jxwbl-shelljs-0.8.4.tgz
unpacking source archive /nix/store/jy5klc6pl1dr3941b2k7j5rf1rnp2psp-shx-0.3.3.tgz
unpacking source archive /nix/store/xr8yik18iz7kwsligvwlsr1vy6x0gg2y-signal-exit-3.0.6.tgz
unpacking source archive /nix/store/k1pizrmjl40xj4smki7xfrxg8iv200am-slash-3.0.0.tgz
unpacking source archive /nix/store/p0pjjdrnxxbjpggssnnisrah2yhi4k0f-source-map-0.6.1.tgz
unpacking source archive /nix/store/f2npq6chv18gmm6k9nnwpkfh6mlwsfhj-source-map-support-0.5.21.tgz
unpacking source archive /nix/store/lncgcgqqwp8jyxnjnj7kzzkcx0lkryvb-strip-final-newline-2.0.0.tgz
unpacking source archive /nix/store/qcc93wmykn6q890myaxfjahb8qr516k4-supports-color-7.2.0.tgz
unpacking source archive /nix/store/q82f3rj3n5skyz0ixjajyncdi0400czj-supports-preserve-symlinks-flag-1.0.0.tgz
unpacking source archive /nix/store/57njxd2xiw9vy5bgzwmp3w9ywwl0dp93-tapable-2.2.1.tgz
unpacking source archive /nix/store/1rkl6xp3z4sjk3gngn4n4ff47q59dp1w-terser-5.10.0.tgz
unpacking source archive /nix/store/xxlcz5wqpdyg5gzk9rhdi9bq2s6s53cv-source-map-0.7.3.tgz
unpacking source archive /nix/store/887py6cj5grmf697fhyf37n0g9h585rf-terser-webpack-plugin-5.3.0.tgz
unpacking source archive /nix/store/hsszqss774hv4a8w5l85k75l9d6dm932-to-regex-range-5.0.1.tgz
unpacking source archive /nix/store/h0ivdmsmq1lkjp38qnh2y65h0fdf33wr-ts-loader-9.2.6.tgz
unpacking source archive /nix/store/vr1p0z2jkz6ww2shnal56qa4dw35siv1-typescript-4.4.4.tgz
unpacking source archive /nix/store/j0x8f0sm1k9danimblbxwscffkg75z04-uri-js-4.4.1.tgz
unpacking source archive /nix/store/9d24hfgngjfwz377hab0v12dr0cgkhl8-watchpack-2.3.1.tgz
unpacking source archive /nix/store/h4h3jaqrfrgip2fyi9ihpvnshhc3iwdb-webpack-5.65.0.tgz
unpacking source archive /nix/store/0ppziqyqyjqjh6rbxcqgsgqadczcr70d-webpack-cli-4.9.1.tgz
unpacking source archive /nix/store/i837601rviy35z125aghdz94abnd92h2-commander-7.2.0.tgz
unpacking source archive /nix/store/igdyhxlkzfwhh2qzxkify1jliyp15j0h-interpret-2.2.0.tgz
unpacking source archive /nix/store/bf28hls66dn6w1w14kg6asmqw0mpr51f-rechoir-0.7.1.tgz
unpacking source archive /nix/store/3jfv8rrsbha5dxvyj2g6c9fs92lwin1p-webpack-merge-5.8.0.tgz
unpacking source archive /nix/store/60ll4vzz3jbf3nx54v9qzj3v5pa40k0x-webpack-sources-3.2.2.tgz
unpacking source archive /nix/store/q3di9fqm41k5rblajcf0g3gvka3i7p6q-which-2.0.2.tgz
unpacking source archive /nix/store/zqg7pc4gwi8dqchg9zkzyklfvmmlrq1i-wildcard-2.0.0.tgz
unpacking source archive /nix/store/wa4iwdsy5dsa4fpgkmfb3wbkln886im5-wrappy-1.0.2.tgz
unpacking source archive /nix/store/4aznbgn0ysywd3yxbhnan1x9mzn4lvq0-yallist-4.0.0.tgz
pinpointing versions of dependencies...
patching script interpreter paths in .
./pyright/langserver.index.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/index.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/which/bin/node-which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/import-local/fixtures/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/terser/bin/terser: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/terser/bin/uglifyjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/terser/bin/terser.mjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/acorn/bin/acorn: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/typescript/bin/tsc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/typescript/bin/tsserver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/browserslist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/webpack-cli/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/shelljs/bin/shjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/shx/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
./pyright/node_modules/resolve/bin/resolve: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
No package-lock.json file found, reconstructing...
Adding metadata fields to: node_modules/@discoveryjs/json-ext/package.json
Adding metadata fields to: node_modules/@nodelib/fs.scandir/package.json
Adding metadata fields to: node_modules/@nodelib/fs.stat/package.json
Adding metadata fields to: node_modules/@nodelib/fs.walk/package.json
Adding metadata fields to: node_modules/@types/copy-webpack-plugin/package.json
Adding metadata fields to: node_modules/@types/eslint/package.json
Adding metadata fields to: node_modules/@types/eslint-scope/package.json
Adding metadata fields to: node_modules/@types/estree/package.json
Adding metadata fields to: node_modules/@types/json-schema/package.json
Adding metadata fields to: node_modules/@types/node/package.json
Adding metadata fields to: node_modules/@webassemblyjs/ast/package.json
Adding metadata fields to: node_modules/@webassemblyjs/floating-point-hex-parser/package.json
Adding metadata fields to: node_modules/@webassemblyjs/helper-api-error/package.json
Adding metadata fields to: node_modules/@webassemblyjs/helper-buffer/package.json
Adding metadata fields to: node_modules/@webassemblyjs/helper-numbers/package.json
Adding metadata fields to: node_modules/@webassemblyjs/helper-wasm-bytecode/package.json
Adding metadata fields to: node_modules/@webassemblyjs/helper-wasm-section/package.json
Adding metadata fields to: node_modules/@webassemblyjs/ieee754/package.json
Adding metadata fields to: node_modules/@webassemblyjs/leb128/package.json
Adding metadata fields to: node_modules/@webassemblyjs/utf8/package.json
Adding metadata fields to: node_modules/@webassemblyjs/wasm-edit/package.json
Adding metadata fields to: node_modules/@webassemblyjs/wasm-gen/package.json
Adding metadata fields to: node_modules/@webassemblyjs/wasm-opt/package.json
Adding metadata fields to: node_modules/@webassemblyjs/wasm-parser/package.json
Adding metadata fields to: node_modules/@webassemblyjs/wast-printer/package.json
Adding metadata fields to: node_modules/@webpack-cli/configtest/package.json
Adding metadata fields to: node_modules/@webpack-cli/info/package.json
Adding metadata fields to: node_modules/@webpack-cli/serve/package.json
Adding metadata fields to: node_modules/@xtuc/ieee754/package.json
Adding metadata fields to: node_modules/@xtuc/long/package.json
Adding metadata fields to: node_modules/acorn/package.json
Adding metadata fields to: node_modules/acorn-import-assertions/package.json
Adding metadata fields to: node_modules/ajv/package.json
Adding metadata fields to: node_modules/ajv-keywords/package.json
Adding metadata fields to: node_modules/ansi-styles/package.json
Adding metadata fields to: node_modules/array-union/package.json
Adding metadata fields to: node_modules/balanced-match/package.json
Adding metadata fields to: node_modules/brace-expansion/package.json
Adding metadata fields to: node_modules/braces/package.json
Adding metadata fields to: node_modules/browserslist/package.json
Adding metadata fields to: node_modules/buffer-from/package.json
Adding metadata fields to: node_modules/caniuse-lite/package.json
Adding metadata fields to: node_modules/chalk/package.json
Adding metadata fields to: node_modules/chrome-trace-event/package.json
Adding metadata fields to: node_modules/clone-deep/package.json
Adding metadata fields to: node_modules/color-convert/package.json
Adding metadata fields to: node_modules/color-name/package.json
Adding metadata fields to: node_modules/colorette/package.json
Adding metadata fields to: node_modules/commander/package.json
Adding metadata fields to: node_modules/concat-map/package.json
Adding metadata fields to: node_modules/copy-webpack-plugin/package.json
Adding metadata fields to: node_modules/cross-spawn/package.json
Adding metadata fields to: node_modules/dir-glob/package.json
Adding metadata fields to: node_modules/electron-to-chromium/package.json
Adding metadata fields to: node_modules/enhanced-resolve/package.json
Adding metadata fields to: node_modules/envinfo/package.json
Adding metadata fields to: node_modules/es-module-lexer/package.json
Adding metadata fields to: node_modules/escalade/package.json
Adding metadata fields to: node_modules/eslint-scope/package.json
Adding metadata fields to: node_modules/esrecurse/package.json
Adding metadata fields to: node_modules/esrecurse/node_modules/estraverse/package.json
Adding metadata fields to: node_modules/estraverse/package.json
Adding metadata fields to: node_modules/events/package.json
Adding metadata fields to: node_modules/execa/package.json
Adding metadata fields to: node_modules/fast-deep-equal/package.json
Adding metadata fields to: node_modules/fast-glob/package.json
Adding metadata fields to: node_modules/fast-glob/node_modules/glob-parent/package.json
Adding metadata fields to: node_modules/fast-json-stable-stringify/package.json
Adding metadata fields to: node_modules/fastest-levenshtein/package.json
Adding metadata fields to: node_modules/fastq/package.json
Adding metadata fields to: node_modules/fill-range/package.json
Adding metadata fields to: node_modules/find-up/package.json
Adding metadata fields to: node_modules/fs.realpath/package.json
Adding metadata fields to: node_modules/function-bind/package.json
Adding metadata fields to: node_modules/get-stream/package.json
Adding metadata fields to: node_modules/glob/package.json
Adding metadata fields to: node_modules/glob-parent/package.json
Adding metadata fields to: node_modules/glob-to-regexp/package.json
Adding metadata fields to: node_modules/globby/package.json
Adding metadata fields to: node_modules/graceful-fs/package.json
Adding metadata fields to: node_modules/has/package.json
Adding metadata fields to: node_modules/has-flag/package.json
Adding metadata fields to: node_modules/human-signals/package.json
Adding metadata fields to: node_modules/ignore/package.json
Adding metadata fields to: node_modules/import-local/package.json
Adding metadata fields to: node_modules/inflight/package.json
Adding metadata fields to: node_modules/inherits/package.json
Adding metadata fields to: node_modules/interpret/package.json
Adding metadata fields to: node_modules/is-core-module/package.json
Adding metadata fields to: node_modules/is-extglob/package.json
Adding metadata fields to: node_modules/is-glob/package.json
Adding metadata fields to: node_modules/is-number/package.json
Adding metadata fields to: node_modules/is-plain-object/package.json
Adding metadata fields to: node_modules/is-stream/package.json
Adding metadata fields to: node_modules/isexe/package.json
Adding metadata fields to: node_modules/isobject/package.json
Adding metadata fields to: node_modules/jest-worker/package.json
Adding metadata fields to: node_modules/jest-worker/node_modules/supports-color/package.json
Adding metadata fields to: node_modules/json-parse-better-errors/package.json
Adding metadata fields to: node_modules/json-schema-traverse/package.json
Adding metadata fields to: node_modules/kind-of/package.json
Adding metadata fields to: node_modules/loader-runner/package.json
Adding metadata fields to: node_modules/locate-path/package.json
Adding metadata fields to: node_modules/lru-cache/package.json
Adding metadata fields to: node_modules/merge-stream/package.json
Adding metadata fields to: node_modules/merge2/package.json
Adding metadata fields to: node_modules/micromatch/package.json
Adding metadata fields to: node_modules/mime-db/package.json
Adding metadata fields to: node_modules/mime-types/package.json
Adding metadata fields to: node_modules/mimic-fn/package.json
Adding metadata fields to: node_modules/minimatch/package.json
Adding metadata fields to: node_modules/minimist/package.json
Adding metadata fields to: node_modules/neo-async/package.json
Adding metadata fields to: node_modules/node-releases/package.json
Adding metadata fields to: node_modules/normalize-path/package.json
Adding metadata fields to: node_modules/npm-run-path/package.json
Adding metadata fields to: node_modules/once/package.json
Adding metadata fields to: node_modules/onetime/package.json
Adding metadata fields to: node_modules/p-limit/package.json
Adding metadata fields to: node_modules/p-locate/package.json
Adding metadata fields to: node_modules/p-try/package.json
Adding metadata fields to: node_modules/path-exists/package.json
Adding metadata fields to: node_modules/path-is-absolute/package.json
Adding metadata fields to: node_modules/path-key/package.json
Adding metadata fields to: node_modules/path-parse/package.json
Adding metadata fields to: node_modules/path-type/package.json
Adding metadata fields to: node_modules/picocolors/package.json
Adding metadata fields to: node_modules/picomatch/package.json
Adding metadata fields to: node_modules/pkg-dir/package.json
Adding metadata fields to: node_modules/punycode/package.json
Adding metadata fields to: node_modules/queue-microtask/package.json
Adding metadata fields to: node_modules/randombytes/package.json
Adding metadata fields to: node_modules/rechoir/package.json
Adding metadata fields to: node_modules/resolve/package.json
Adding metadata fields to: node_modules/resolve-cwd/package.json
Adding metadata fields to: node_modules/resolve-from/package.json
Adding metadata fields to: node_modules/reusify/package.json
Adding metadata fields to: node_modules/run-parallel/package.json
Adding metadata fields to: node_modules/safe-buffer/package.json
Adding metadata fields to: node_modules/schema-utils/package.json
Adding metadata fields to: node_modules/semver/package.json
Adding metadata fields to: node_modules/serialize-javascript/package.json
Adding metadata fields to: node_modules/shallow-clone/package.json
Adding metadata fields to: node_modules/shebang-command/package.json
Adding metadata fields to: node_modules/shebang-regex/package.json
Adding metadata fields to: node_modules/shelljs/package.json
Adding metadata fields to: node_modules/shx/package.json
Adding metadata fields to: node_modules/signal-exit/package.json
Adding metadata fields to: node_modules/slash/package.json
Adding metadata fields to: node_modules/source-map/package.json
Adding metadata fields to: node_modules/source-map-support/package.json
Adding metadata fields to: node_modules/strip-final-newline/package.json
Adding metadata fields to: node_modules/supports-color/package.json
Adding metadata fields to: node_modules/supports-preserve-symlinks-flag/package.json
Adding metadata fields to: node_modules/tapable/package.json
Adding metadata fields to: node_modules/terser/package.json
Adding metadata fields to: node_modules/terser/node_modules/source-map/package.json
Adding metadata fields to: node_modules/terser-webpack-plugin/package.json
Adding metadata fields to: node_modules/to-regex-range/package.json
Adding metadata fields to: node_modules/ts-loader/package.json
Adding metadata fields to: node_modules/typescript/package.json
Adding metadata fields to: node_modules/uri-js/package.json
Adding metadata fields to: node_modules/watchpack/package.json
Adding metadata fields to: node_modules/webpack/package.json
Adding metadata fields to: node_modules/webpack-cli/package.json
Adding metadata fields to: node_modules/webpack-cli/node_modules/commander/package.json
Adding metadata fields to: node_modules/webpack-cli/node_modules/interpret/package.json
Adding metadata fields to: node_modules/webpack-cli/node_modules/rechoir/package.json
Adding metadata fields to: node_modules/webpack-merge/package.json
Adding metadata fields to: node_modules/webpack-sources/package.json
Adding metadata fields to: node_modules/which/package.json
Adding metadata fields to: node_modules/wildcard/package.json
Adding metadata fields to: node_modules/wrappy/package.json
Adding metadata fields to: node_modules/yallist/package.json
@discoveryjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@discoveryjs/json-ext
@nodelib/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@nodelib/fs.scandir
@nodelib/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@nodelib/fs.stat
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/run-parallel
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/queue-microtask
@nodelib/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@nodelib/fs.walk
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fastq
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/reusify
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/copy-webpack-plugin
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/node
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/tapable
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/eslint-scope
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/eslint
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/estree
@types/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@types/json-schema
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/ast
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/helper-numbers
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/floating-point-hex-parser
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/helper-api-error
@xtuc/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@xtuc/long
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/helper-wasm-bytecode
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/wasm-edit
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/helper-buffer
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/helper-wasm-section
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/wasm-gen
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/ieee754
@xtuc/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@xtuc/ieee754
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/leb128
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/utf8
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/wasm-opt
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/wasm-parser
@webassemblyjs/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webassemblyjs/wast-printer
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/acorn
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/acorn-import-assertions
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/browserslist
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/caniuse-lite
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/electron-to-chromium
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/escalade
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/node-releases
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/picocolors
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/chrome-trace-event
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/enhanced-resolve
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/graceful-fs
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/es-module-lexer
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/eslint-scope
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/esrecurse
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/esrecurse/node_modules/estraverse
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/estraverse
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/events
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/glob-to-regexp
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/json-parse-better-errors
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/loader-runner
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/mime-types
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/mime-db
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/neo-async
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/schema-utils
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/ajv
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fast-deep-equal
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fast-json-stable-stringify
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/json-schema-traverse
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/uri-js
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/punycode
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/ajv-keywords
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/terser-webpack-plugin
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/jest-worker
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/merge-stream
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/jest-worker/node_modules/supports-color
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/has-flag
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/serialize-javascript
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/randombytes
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/safe-buffer
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/source-map
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/terser
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/commander
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/terser/node_modules/source-map
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/source-map-support
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/buffer-from
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/watchpack
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-sources
@webpack-cli/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webpack-cli/configtest
@webpack-cli/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webpack-cli/info
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/envinfo
@webpack-cli/[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/@webpack-cli/serve
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/ansi-styles
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/color-convert
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/color-name
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/array-union
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/balanced-match
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/brace-expansion
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/concat-map
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/braces
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fill-range
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/to-regex-range
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-number
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/chalk
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/supports-color
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/clone-deep
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-plain-object
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/isobject
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/kind-of
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/shallow-clone
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/colorette
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/copy-webpack-plugin
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fast-glob
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fast-glob/node_modules/glob-parent
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-glob
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-extglob
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/merge2
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/micromatch
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/picomatch
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/glob-parent
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/globby
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/dir-glob
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/path-type
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/ignore
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/slash
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/normalize-path
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/cross-spawn
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/path-key
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/shebang-command
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/shebang-regex
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/which
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/isexe
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/execa
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/get-stream
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/human-signals
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-stream
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/npm-run-path
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/onetime
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/mimic-fn
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/signal-exit
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/strip-final-newline
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fastest-levenshtein
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/find-up
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/locate-path
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/p-locate
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/p-limit
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/p-try
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/path-exists
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/fs.realpath
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/function-bind
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/glob
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/inflight
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/once
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/wrappy
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/inherits
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/minimatch
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/path-is-absolute
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/has
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/interpret
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/is-core-module
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/lru-cache
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/yallist
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/minimist
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/path-parse
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/pkg-dir
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/rechoir
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/resolve
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/supports-preserve-symlinks-flag
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/resolve-cwd
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/resolve-from
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/ts-loader
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/semver
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-merge
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/wildcard
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/import-local
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/shelljs
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/shx
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/typescript
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-cli
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-cli/node_modules/commander
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-cli/node_modules/interpret
[email protected] /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack-cli/node_modules/rechoir
audited 176 packages in 1.52s | prepare:pyright: info lifecycle [email protected]~prepare:

25 packages are looking for funding
  run `npm fund` for details

found 9 vulnerabilities (2 moderate, 4 high, 3 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
@nix { "action": "setPhase", "phase": "fixupPhase" }t: timing audit body Completed in 2ms
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204
checking for references to /tmp/nix-build-pyright-1.1.204.drv-0/ in /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204...
patching script interpreter paths in /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204
/nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/webpack/bin/webpack.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
/nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/lib/node_modules/pyright/node_modules/envinfo/dist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/4cd46wpgqrmdhzfbpccncwpk8p5x025y-nodejs-14.21.3/bin/node"
rewriting symlink /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204/bin to be relative to /nix/store/y7gvja308s61is5z2g62xymqsnj830sy-pyright-1.1.204
building '/nix/store/vqx8hdy6hnr7509nj3a6q3va9m6894nn-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv'...
unpacking sources
unpacking source archive /nix/store/h75fv9747dbi1irla0j0fq7msiv72wy6-rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
source root is rustfmt-nightly-x86_64-unknown-linux-gnu
setting SOURCE_DATE_EPOCH to timestamp 1681423973 of file rustfmt-nightly-x86_64-unknown-linux-gnu/version
patching sources
installing
Installing component rustfmt-preview
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
shrinking /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-fmt
shrinking /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustfmt
checking for references to /tmp/nix-build-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu.drv-0/ in /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu...
patching script interpreter paths in /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu
automatically fixing dependencies for ELF files
{'ignore_missing': [],
 'libs': [PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib'),
          PosixPath('/nix/store/lcfhnr6wrj9ssd3dxs39sprvz6qrxlj5-gnutar-1.34/lib'),
          PosixPath('/nix/store/vs77f36ak1rbwnpy4kxxpwagpyxqxjvl-auto-patchelf-hook/lib'),
          PosixPath('/nix/store/qpxdvk9a5nvgvm0vvmfikgf4cdmfjxcn-binutils-wrapper-2.40/lib'),
          PosixPath('/nix/store/2y0q33dmn7846bpqcnfch4a0q2q6dmya-patchelf-0.15.0/lib'),
          PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'),
          PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'),
          PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
          PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
          PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
          PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
          PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
          PosixPath('/nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh/lib'),
          PosixPath('/nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh/lib'),
          PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
          PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
          PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'),
          PosixPath('/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh/lib'),
          PosixPath('/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib'),
          PosixPath('/nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib')],
 'paths': [PosixPath('/nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu')],
 'recursive': True,
 'runtime_dependencies': []}
setting interpreter of /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-fmt
searching for dependencies of /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/cargo-fmt
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting interpreter of /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustfmt
searching for dependencies of /nix/store/lszpgwyvdhmkgcq53dppn86nyb7kyami-rustfmt-preview-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/bin/rustfmt
    librustc_driver-a330ea589693868f.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libstd-b5096806ff948049.so -> found: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib
    libgcc_s.so.1 -> found: /nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
setting RPATH to: /nix/store/1gv67n7fj2aw82lmda09xz49d6wwny40-rustc-1.70.0-nightly-2023-04-14-x86_64-unknown-linux-gnu/lib:/nix/store/5w5qpm9z3iyib615pdih6nvk9spv3jbv-gcc-12.2.0-libgcc/lib
auto-patchelf: 0 dependencies could not be satisfied
building '/nix/store/rgycw2l0k21biz5kgniwzfbl5nk42la2-rust-minimal-1.70.0-nightly-2023-04-14.drv'...
nullglob        on
building '/nix/store/76760pd0afb8cs96chvn6r5a817spmkw-rust-minimal-1.70.0-nightly-2023-04-14-bin.drv'...
Creating virtualenv trezor-firmware in /tmp/onekey-firmware/.venv
Installing dependencies from lock file
Setting `experimental.new-installer` to false is deprecated and slated for removal in an upcoming minor release.
(Despite of the setting's name the new installer is not experimental!)
Package operations: 86 installs, 1 update, 0 removals

  - Installing pyparsing (3.0.7)
  - Installing attrs (21.4.0)
  - Installing iniconfig (1.1.1)
  - Installing packaging (21.3)
  - Installing pluggy (1.0.0)
  - Installing py (1.11.0)
  - Installing pycparser (2.21)
  - Installing toml (0.10.2)
  - Installing certifi (2022.12.7)
  - Installing cffi (1.15.0)
  - Installing charset-normalizer (2.0.11)
  - Installing click (8.1.3)
  - Installing construct (2.10.67)
  - Installing distlib (0.3.4)
  - Installing filelock (3.4.2)
  - Installing idna (3.3)
  - Installing lazy-object-proxy (1.7.1)
  - Installing markupsafe (2.0.1)
  - Installing mccabe (0.6.1)
  - Installing platformdirs (2.5.0)
  - Installing pycodestyle (2.8.0)
  - Installing pyflakes (2.4.0)
  - Installing pytest (6.2.5)
  - Updating setuptools (67.1.0 -> 67.6.0)
  - Installing six (1.16.0)
  - Installing urllib3 (1.26.8)
  - Installing wrapt (1.13.3)
  - Installing astroid (2.9.3)
  - Installing click-default-group (1.2.2)
  - Installing colorama (0.4.4)
  - Installing construct-classes (0.1.2)
  - Installing cryptography (39.0.1)
  - Installing ecdsa (0.16.1)
  - Installing execnet (1.9.0)
  - Installing flake8 (4.0.1)
  - Installing incremental (21.3.0)
  - Installing isort (4.3.21)
  - Installing jinja2 (3.0.3)
  - Installing libusb1 (3.0.0)
  - Installing mnemonic (0.20)
  - Installing mypy-extensions (0.4.3)
  - Installing nose (1.3.7)
  - Installing pathspec (0.9.0)
  - Installing protobuf (3.19.4)
  - Installing pytest-forked (1.4.0)
  - Installing pyyaml (6.0)
  - Installing requests (2.31.0)
  - Installing simple-rlp (0.1.2)
  - Installing sortedcontainers (2.4.0)
  - Installing tomli (1.2.3)
  - Installing typing-extensions (4.0.1)
  - Installing virtualenv (20.13.1)
  - Installing autoflake (1.4)
  - Installing black (22.3.0)
  - Installing coverage (4.5.4)
  - Installing curve25519-donna (1.3)
  - Installing demjson3 (3.0.5)
  - Installing dominate (2.6.0)
  - Installing ed25519 (1.5)
  - Installing fido2 (0.8.1)
  - Installing flake8-requirements (1.5.2)
  - Installing flaky (3.7.0)
  - Installing graphviz (0.19.1)
  - Installing hypothesis (6.36.1)
  - Installing inotify (0.2.10)
  - Installing mako (1.1.6)
  - Installing munch (2.5.0)
  - Installing nanopb (0.4.5.post1)
  - Installing pillow (9.0.1)
  - Installing pyasn1 (0.4.8)
  - Installing pyblake2 (1.1.2)
  - Installing pylint (2.12.2)
  - Installing pyserial (3.5)
  - Installing pytest-ordering (0.6)
  - Installing pytest-random-order (1.0.4)
  - Installing pytest-timeout (2.1.0)
  - Installing pytest-xdist (2.5.0)
  - Installing python-bitcoinlib (0.11.0)
  - Installing scan-build (2.0.20)
  - Installing scons (4.3.0)
  - Installing shamir-mnemonic (0.2.2)
  - Installing termcolor (1.1.0)
  - Installing towncrier (21.9.0)
  - Installing tox (3.24.5)
  - Installing trezor (0.13.6 /tmp/onekey-firmware/python)
  - Installing vulture (2.6)
  - Installing yamllint (1.26.3)
make: Entering directory '/tmp/onekey-firmware/core'
scons -Q -j 4 CFLAGS="-DSCM_REVISION='\"\x2c\x4d\x94\x56\x2c\xfc\x10\x96\x60\x82\x70\xe4\x94\x7a\x7c\x81\x76\xb9\x44\xcb\"' -DBUILD_ID='\"touch.4.7.0-Stable-0117-2c4d945\"'" PRODUCTION="1" TREZOR_MODEL="T" PRODUCTION_MODEL="H" build/boardloader/boardloader.bin
libfaketime: Unexpected recursive calls to clock_gettime() without proper initialization. Trying alternative.
libfaketime: Cannot recover from unexpected recursive calls to clock_gettime().
libfaketime:  Please check whether any other libraries are in use that clash with libfaketime.
libfaketime:  Returning -1 on clock_gettime() to break recursion now... if that does not work, please check other libraries' error handling.

Again, libfaketime. I will see if disabling these lines would work:

export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1
export FAKETIME='$BUILD_DATE'

from firmware.

jlhUK avatar jlhUK commented on August 15, 2024

@somebodyLi I noticed your activity on the OneKey firmware, is this something you’re able to help with?

from firmware.

tonneymilk avatar tonneymilk commented on August 15, 2024

#404 (comment)

@xrviv Have you analyzed the results?

from firmware.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.