[INFO] cloning repository https://github.com/M3kH/dgc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/M3kH/dgc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM3kH%2Fdgc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM3kH%2Fdgc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc2a03bd583705d86c5b204f79165810d569afd7 [INFO] testing M3kH/dgc against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM3kH%2Fdgc" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/M3kH/dgc on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/M3kH/dgc [INFO] finished tweaking git repo https://github.com/M3kH/dgc [INFO] tweaked toml for git repo https://github.com/M3kH/dgc written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/M3kH/dgc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf9d5342bcade98ad84249e5e23a8804fa72fc53c706ea5bc8f4da75746276b1 [INFO] running `Command { std: "docker" "start" "-a" "cf9d5342bcade98ad84249e5e23a8804fa72fc53c706ea5bc8f4da75746276b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf9d5342bcade98ad84249e5e23a8804fa72fc53c706ea5bc8f4da75746276b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf9d5342bcade98ad84249e5e23a8804fa72fc53c706ea5bc8f4da75746276b1", kill_on_drop: false }` [INFO] [stdout] cf9d5342bcade98ad84249e5e23a8804fa72fc53c706ea5bc8f4da75746276b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adf0609d6d72a63f10811277f685c1335dfd0872a40719cd80c001082d1b812a [INFO] running `Command { std: "docker" "start" "-a" "adf0609d6d72a63f10811277f685c1335dfd0872a40719cd80c001082d1b812a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.74 [INFO] [stderr] Compiling bumpalo v3.6.1 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.74 [INFO] [stderr] Compiling cose v0.1.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling moz_cbor v0.1.2 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling base45 v2.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.62 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling cbor v0.4.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling curve25519-dalek v3.1.0 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.74 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.74 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.74 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling serde_with_macros v1.4.1 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling ed25519-zebra v2.2.0 [INFO] [stderr] Compiling serde_with v1.8.1 [INFO] [stderr] Compiling serde_cose v0.1.4 [INFO] [stderr] Compiling aws-nitro-enclaves-cose v0.2.0 [INFO] [stderr] Compiling dgc-lib v0.1.0 (/opt/rustwide/workdir/dgc-lib) [INFO] [stderr] Compiling dgc-cli v0.1.0 (/opt/rustwide/workdir/dgc-cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.35s [INFO] running `Command { std: "docker" "inspect" "adf0609d6d72a63f10811277f685c1335dfd0872a40719cd80c001082d1b812a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adf0609d6d72a63f10811277f685c1335dfd0872a40719cd80c001082d1b812a", kill_on_drop: false }` [INFO] [stdout] adf0609d6d72a63f10811277f685c1335dfd0872a40719cd80c001082d1b812a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 130d8789bccf869510b6dbabc728ffd477fbfd9a7d5cfe3389a0c3afad269614 [INFO] running `Command { std: "docker" "start" "-a" "130d8789bccf869510b6dbabc728ffd477fbfd9a7d5cfe3389a0c3afad269614", kill_on_drop: false }` [INFO] [stderr] Compiling dgc-lib v0.1.0 (/opt/rustwide/workdir/dgc-lib) [INFO] [stderr] Compiling dgc-cli v0.1.0 (/opt/rustwide/workdir/dgc-cli) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/dgc_cli-66c9476f133c6439) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/dgc_lib-779998cea4ea94f7) [INFO] running `Command { std: "docker" "inspect" "130d8789bccf869510b6dbabc728ffd477fbfd9a7d5cfe3389a0c3afad269614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "130d8789bccf869510b6dbabc728ffd477fbfd9a7d5cfe3389a0c3afad269614", kill_on_drop: false }` [INFO] [stdout] 130d8789bccf869510b6dbabc728ffd477fbfd9a7d5cfe3389a0c3afad269614 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0250138a15d9b6ad85bd7943bd4056833fbc11c1ea5f3e78208a466716910fa1 [INFO] running `Command { std: "docker" "start" "-a" "0250138a15d9b6ad85bd7943bd4056833fbc11c1ea5f3e78208a466716910fa1", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dgc_cli-66c9476f133c6439) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dgc_lib-779998cea4ea94f7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests dgc-lib [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0250138a15d9b6ad85bd7943bd4056833fbc11c1ea5f3e78208a466716910fa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0250138a15d9b6ad85bd7943bd4056833fbc11c1ea5f3e78208a466716910fa1", kill_on_drop: false }` [INFO] [stdout] 0250138a15d9b6ad85bd7943bd4056833fbc11c1ea5f3e78208a466716910fa1