[INFO] cloning repository https://github.com/sphynx/alloc-blog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sphynx/alloc-blog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsphynx%2Falloc-blog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsphynx%2Falloc-blog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 383996b2db065f834eb6a1c375e05f08a194b424
[INFO] testing sphynx/alloc-blog against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsphynx%2Falloc-blog" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sphynx/alloc-blog
[INFO] finished tweaking git repo https://github.com/sphynx/alloc-blog
[INFO] tweaked toml for git repo https://github.com/sphynx/alloc-blog written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sphynx/alloc-blog on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sphynx/alloc-blog 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 536e08aed10109448d964bd2e940422d39eb49187c2191f80553413d7ecbf70b
[INFO] running `Command { std: "docker" "start" "-a" "536e08aed10109448d964bd2e940422d39eb49187c2191f80553413d7ecbf70b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "536e08aed10109448d964bd2e940422d39eb49187c2191f80553413d7ecbf70b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "536e08aed10109448d964bd2e940422d39eb49187c2191f80553413d7ecbf70b", kill_on_drop: false }`
[INFO] [stdout] 536e08aed10109448d964bd2e940422d39eb49187c2191f80553413d7ecbf70b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03532a37ff115ac8fa8414fff369ad0cc8eea28c3e4d92e2815c2f761497348f
[INFO] running `Command { std: "docker" "start" "-a" "03532a37ff115ac8fa8414fff369ad0cc8eea28c3e4d92e2815c2f761497348f", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-blog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "03532a37ff115ac8fa8414fff369ad0cc8eea28c3e4d92e2815c2f761497348f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03532a37ff115ac8fa8414fff369ad0cc8eea28c3e4d92e2815c2f761497348f", kill_on_drop: false }`
[INFO] [stdout] 03532a37ff115ac8fa8414fff369ad0cc8eea28c3e4d92e2815c2f761497348f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1db2d3e6088f96f4a4d1a622fbe5cd83b4d6e542db82847131ba069ea3eb5846
[INFO] running `Command { std: "docker" "start" "-a" "1db2d3e6088f96f4a4d1a622fbe5cd83b4d6e542db82847131ba069ea3eb5846", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-blog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "1db2d3e6088f96f4a4d1a622fbe5cd83b4d6e542db82847131ba069ea3eb5846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db2d3e6088f96f4a4d1a622fbe5cd83b4d6e542db82847131ba069ea3eb5846", kill_on_drop: false }`
[INFO] [stdout] 1db2d3e6088f96f4a4d1a622fbe5cd83b4d6e542db82847131ba069ea3eb5846
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5d0c2737120a6a1fc25e3b8011afd2741025fc9b5a3506d0eabcf18cfb9febc2
[INFO] running `Command { std: "docker" "start" "-a" "5d0c2737120a6a1fc25e3b8011afd2741025fc9b5a3506d0eabcf18cfb9febc2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/bin/counting_alloc.rs (/opt/rustwide/target/debug/deps/counting_alloc-5a9a74b1b64246fb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/null_alloc.rs (/opt/rustwide/target/debug/deps/null_alloc-12f99c8b9d4ed7bb)
[INFO] [stdout] 
[INFO] [stderr] memory allocation of 4 bytes failed
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] memory allocation of 4 bytes failed
[INFO] [stdout] 
[INFO] [stderr] skipping backtrace printing to avoid potential recursion
[INFO] [stderr] error: test failed, to rerun pass `--bin null_alloc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/null_alloc-12f99c8b9d4ed7bb` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "5d0c2737120a6a1fc25e3b8011afd2741025fc9b5a3506d0eabcf18cfb9febc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d0c2737120a6a1fc25e3b8011afd2741025fc9b5a3506d0eabcf18cfb9febc2", kill_on_drop: false }`
[INFO] [stdout] 5d0c2737120a6a1fc25e3b8011afd2741025fc9b5a3506d0eabcf18cfb9febc2
