[INFO] cloning repository https://github.com/hashedone/anixe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hashedone/anixe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Fanixe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Fanixe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 80d098d90b91ffe82c11e7fce99487829765f0ca [INFO] testing hashedone/anixe against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Fanixe" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hashedone/anixe on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hashedone/anixe [INFO] finished tweaking git repo https://github.com/hashedone/anixe [INFO] tweaked toml for git repo https://github.com/hashedone/anixe written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/hashedone/anixe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9bef6569fd10f484a850c33fb3367e742f78105b3aa7feb67f28c2ca09edeb3 [INFO] running `Command { std: "docker" "start" "-a" "b9bef6569fd10f484a850c33fb3367e742f78105b3aa7feb67f28c2ca09edeb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9bef6569fd10f484a850c33fb3367e742f78105b3aa7feb67f28c2ca09edeb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9bef6569fd10f484a850c33fb3367e742f78105b3aa7feb67f28c2ca09edeb3", kill_on_drop: false }` [INFO] [stdout] b9bef6569fd10f484a850c33fb3367e742f78105b3aa7feb67f28c2ca09edeb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c4c196f7bea4bc29ce371d0cb4264256fd12b3958acf9924efac6bc4d757db1 [INFO] running `Command { std: "docker" "start" "-a" "4c4c196f7bea4bc29ce371d0cb4264256fd12b3958acf9924efac6bc4d757db1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.17 [INFO] [stderr] Compiling serde v1.0.76 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling csv v1.0.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.76 [INFO] [stderr] Compiling anixe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.98s [INFO] running `Command { std: "docker" "inspect" "4c4c196f7bea4bc29ce371d0cb4264256fd12b3958acf9924efac6bc4d757db1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c4c196f7bea4bc29ce371d0cb4264256fd12b3958acf9924efac6bc4d757db1", kill_on_drop: false }` [INFO] [stdout] 4c4c196f7bea4bc29ce371d0cb4264256fd12b3958acf9924efac6bc4d757db1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d4e18842270f5f37a2cbb91a786a60439544905b5dc81d5d0daaf744b745d7b [INFO] running `Command { std: "docker" "start" "-a" "9d4e18842270f5f37a2cbb91a786a60439544905b5dc81d5d0daaf744b745d7b", kill_on_drop: false }` [INFO] [stderr] Compiling anixe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "9d4e18842270f5f37a2cbb91a786a60439544905b5dc81d5d0daaf744b745d7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d4e18842270f5f37a2cbb91a786a60439544905b5dc81d5d0daaf744b745d7b", kill_on_drop: false }` [INFO] [stdout] 9d4e18842270f5f37a2cbb91a786a60439544905b5dc81d5d0daaf744b745d7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b5f710012687d8d1b7bea82f6e1d03f48077f90697772c8e308056aefaa60778 [INFO] running `Command { std: "docker" "start" "-a" "b5f710012687d8d1b7bea82f6e1d03f48077f90697772c8e308056aefaa60778", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/anixe-df22fb6a7d366c9d) [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" "b5f710012687d8d1b7bea82f6e1d03f48077f90697772c8e308056aefaa60778", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5f710012687d8d1b7bea82f6e1d03f48077f90697772c8e308056aefaa60778", kill_on_drop: false }` [INFO] [stdout] b5f710012687d8d1b7bea82f6e1d03f48077f90697772c8e308056aefaa60778