[INFO] cloning repository https://github.com/60ke/sputnikvm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/60ke/sputnikvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03143c26e824368ee7d4ee721589c9f9b157fc52
[INFO] checking 60ke/sputnikvm against master#64b72a1fa5449d928d5f553b01a596b78ee255d2 for pr-153457
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F60ke%2Fsputnikvm" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/60ke/sputnikvm
[INFO] finished tweaking git repo https://github.com/60ke/sputnikvm
[INFO] tweaked toml for git repo https://github.com/60ke/sputnikvm written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/60ke/sputnikvm on toolchain 64b72a1fa5449d928d5f553b01a596b78ee255d2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/60ke/sputnikvm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/jsontests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/stateful/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/precompiled/bn128/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/musicoin/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/precompiled/modexp/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/classic/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/foundation/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/expanse/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/regtests/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/regtests/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `regtests`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/regtests/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/ellaism/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/cli/Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/profiler.rs
[INFO] [stderr] * src/bin/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/cli/Cargo.toml: path `src/bin/main.rs` was erroneously implicitly accepted for binary `sputnikvm-cli`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/cli/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/network/ubiq/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/gethrpc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/mesalock-linux/serde-sgx`
[INFO] [stderr]     Updating git repository `https://github.com/baidu/rust-sgx-sdk.git`
[INFO] [stderr]     Updating git submodule `https://github.com/WebAssembly/testsuite`
[INFO] [stderr]     Updating git repository `https://github.com/enigmampc/etcommon-rs.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding serde v1.0.102 (https://github.com/mesalock-linux/serde-sgx?branch=master#2f794d6a)
[INFO] [stderr]       Adding serde_derive v1.0.102 (https://github.com/mesalock-linux/serde-sgx?branch=master#2f794d6a)
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ripemd160 v0.6.0
[INFO] [stderr]   Downloaded block-buffer v0.2.0
[INFO] [stderr]   Downloaded digest v0.6.2
[INFO] [stderr]   Downloaded cc v1.0.46
[INFO] [stderr]   Downloaded etcommon-bloom v0.2.1
[INFO] [stderr]   Downloaded etcommon-hexutil v0.2.4
[INFO] [stderr]   Downloaded etcommon-block-core v0.1.0
[INFO] [stderr]   Downloaded etcommon-block v0.3.4
[INFO] [stderr]   Downloaded pkg-config v0.3.16
[INFO] [stderr]   Downloaded hyper-native-tls v0.2.4
[INFO] [stderr]   Downloaded blockchain v0.2.0
[INFO] [stderr]   Downloaded etcommon-block-core v0.3.1
[INFO] [stderr]   Downloaded elastic-array-plus v0.10.0
[INFO] [stderr]   Downloaded hmac v0.4.2
[INFO] [stderr]   Downloaded native-tls v0.1.5
[INFO] [stderr]   Downloaded smallvec v0.6.12
[INFO] [stderr]   Downloaded num-bigint v0.1.44
[INFO] [stderr]   Downloaded openssl-sys v0.9.52
[INFO] [stderr]   Downloaded etcommon-trie v0.4.0
[INFO] [stderr]   Downloaded etcommon-bigint v0.2.10
[INFO] [stderr]   Downloaded openssl v0.9.24
[INFO] [stderr]   Downloaded etcommon-rlp v0.2.5
[INFO] [stderr]   Downloaded sha2 v0.6.0
[INFO] [stderr]   Downloaded serde_codegen_internals v0.14.2
[INFO] [stderr]   Downloaded flame v0.2.2
[INFO] [stderr]   Downloaded etcommon-block v0.5.2
[INFO] [stderr]   Downloaded syn v1.0.7
[INFO] [stderr]   Downloaded serde_derive v0.9.15
[INFO] [stderr]   Downloaded hmac-drbg v0.1.2
[INFO] [stderr]   Downloaded crypto-mac v0.4.0
[INFO] [stderr]   Downloaded etcommon-trie v0.3.11
[INFO] [stderr]   Downloaded num_cpus v1.11.0
[INFO] [stderr]   Downloaded secp256k1-plus v0.5.7
[INFO] [stderr]   Downloaded sha3 v0.6.0
[INFO] [stderr]   Downloaded libsecp256k1 v0.1.15
[INFO] [stderr]   Downloaded bn-plus v0.4.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/1b5bf4d63a0ad2deb304f0ee59a15ad6ea422303e81f6c42923b1bd7cae8e951-init: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: mkdir /var/lib/docker/overlay2/1b5bf4d63a0ad2deb304f0ee59a15ad6ea422303e81f6c42923b1bd7cae8e951-init: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: mkdir /var/lib/docker/overlay2/1b5bf4d63a0ad2deb304f0ee59a15ad6ea422303e81f6c42923b1bd7cae8e951-init: no space left on device