[INFO] fetching crate alloc-stdlib 0.2.2...
[INFO] testing alloc-stdlib-0.2.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate alloc-stdlib 0.2.2 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate alloc-stdlib 0.2.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate alloc-stdlib 0.2.2
[INFO] finished tweaking crates.io crate alloc-stdlib 0.2.2
[INFO] tweaked toml for crates.io crate alloc-stdlib 0.2.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate alloc-stdlib 0.2.2 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded alloc-no-stdlib v2.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccd9dea3bba889a8376a44396d0c6341b2aabda6621f02d06aeed4935113887f
[INFO] running `Command { std: "docker" "start" "-a" "ccd9dea3bba889a8376a44396d0c6341b2aabda6621f02d06aeed4935113887f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccd9dea3bba889a8376a44396d0c6341b2aabda6621f02d06aeed4935113887f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccd9dea3bba889a8376a44396d0c6341b2aabda6621f02d06aeed4935113887f", kill_on_drop: false }`
[INFO] [stdout] ccd9dea3bba889a8376a44396d0c6341b2aabda6621f02d06aeed4935113887f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 381928a5340e6bfcf2915d3c3a708dbecb79dae1d2b7e69593ba1a400b1f8307
[INFO] running `Command { std: "docker" "start" "-a" "381928a5340e6bfcf2915d3c3a708dbecb79dae1d2b7e69593ba1a400b1f8307", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "381928a5340e6bfcf2915d3c3a708dbecb79dae1d2b7e69593ba1a400b1f8307", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "381928a5340e6bfcf2915d3c3a708dbecb79dae1d2b7e69593ba1a400b1f8307", kill_on_drop: false }`
[INFO] [stdout] 381928a5340e6bfcf2915d3c3a708dbecb79dae1d2b7e69593ba1a400b1f8307
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d05e698401d432801a780340cac020a439f2334cd6b2567e876badab44e49165
[INFO] running `Command { std: "docker" "start" "-a" "d05e698401d432801a780340cac020a439f2334cd6b2567e876badab44e49165", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stdout]    --> tests/lib.rs:137:32
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[cfg(all(feature="unsafe",not(feature="no-stdlib")))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stdout]    --> tests/lib.rs:336:11
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[cfg(not(feature="no-stdlib"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `Command { std: "docker" "inspect" "d05e698401d432801a780340cac020a439f2334cd6b2567e876badab44e49165", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d05e698401d432801a780340cac020a439f2334cd6b2567e876badab44e49165", kill_on_drop: false }`
[INFO] [stdout] d05e698401d432801a780340cac020a439f2334cd6b2567e876badab44e49165
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3a0c57ef3962c81fa45f05d320e03ae53bcf647763d4c7c69aa24cc145f79624
[INFO] running `Command { std: "docker" "start" "-a" "3a0c57ef3962c81fa45f05d320e03ae53bcf647763d4c7c69aa24cc145f79624", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stderr]    --> tests/lib.rs:137:32
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[cfg(all(feature="unsafe",not(feature="no-stdlib")))]
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stderr]    --> tests/lib.rs:336:11
[INFO] [stderr]     |
[INFO] [stderr] 336 | #[cfg(not(feature="no-stdlib"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `alloc-stdlib` (test "lib") generated 2 warnings
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stderr]   --> src/bin/tests.rs:67:7
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[cfg(feature="stdlib")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alloc-stdlib` (bin "example" test) generated 1 warning
[INFO] [stderr] warning: `alloc-stdlib` (bin "example") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alloc_stdlib-1fcb0cba00de4d98)
[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/bin/example.rs (/opt/rustwide/target/debug/deps/example-848022ac643ed10a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::heap_test ... ok
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-b0507583f221fbcb)
[INFO] [stdout] test tests::std_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test global_pool_test ... ok
[INFO] [stdout] test calloc_pool_test ... ok
[INFO] [stdout] test stack_pool_free_null ... ok
[INFO] [stdout] test heap_pool_test ... ok
[INFO] [stdout] test stack_pool_test ... ok
[INFO] [stdout] test uninitialized_global_pool_test ... ok
[INFO] [stdout] test uninitialized_stack_pool_free_null ... ok
[INFO] [stdout] test uninitialized_stack_pool_test ... ok
[INFO] [stdout] test uninitialized_calloc_pool_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alloc_stdlib
[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" "3a0c57ef3962c81fa45f05d320e03ae53bcf647763d4c7c69aa24cc145f79624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a0c57ef3962c81fa45f05d320e03ae53bcf647763d4c7c69aa24cc145f79624", kill_on_drop: false }`
[INFO] [stdout] 3a0c57ef3962c81fa45f05d320e03ae53bcf647763d4c7c69aa24cc145f79624
[INFO] testing alloc-stdlib-0.2.2 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate alloc-stdlib 0.2.2 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate alloc-stdlib 0.2.2 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate alloc-stdlib 0.2.2
[INFO] finished tweaking crates.io crate alloc-stdlib 0.2.2
[INFO] tweaked toml for crates.io crate alloc-stdlib 0.2.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate alloc-stdlib 0.2.2 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3c0ad407b5f732e75e737de529b64104177e494233ae8bf22e9fd3f5f0a0def
[INFO] running `Command { std: "docker" "start" "-a" "e3c0ad407b5f732e75e737de529b64104177e494233ae8bf22e9fd3f5f0a0def", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3c0ad407b5f732e75e737de529b64104177e494233ae8bf22e9fd3f5f0a0def", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3c0ad407b5f732e75e737de529b64104177e494233ae8bf22e9fd3f5f0a0def", kill_on_drop: false }`
[INFO] [stdout] e3c0ad407b5f732e75e737de529b64104177e494233ae8bf22e9fd3f5f0a0def
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce7db8c2fea214e4e9ecc298575482667c1fcece8e2f9ea64de27b855b96b594
[INFO] running `Command { std: "docker" "start" "-a" "ce7db8c2fea214e4e9ecc298575482667c1fcece8e2f9ea64de27b855b96b594", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "ce7db8c2fea214e4e9ecc298575482667c1fcece8e2f9ea64de27b855b96b594", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce7db8c2fea214e4e9ecc298575482667c1fcece8e2f9ea64de27b855b96b594", kill_on_drop: false }`
[INFO] [stdout] ce7db8c2fea214e4e9ecc298575482667c1fcece8e2f9ea64de27b855b96b594
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91af007f4497b5215cecc1559a47406592b502d067c71bd93b18f9215c022b3b
[INFO] running `Command { std: "docker" "start" "-a" "91af007f4497b5215cecc1559a47406592b502d067c71bd93b18f9215c022b3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]   --> src/bin/tests.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg(feature="stdlib")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stdout]    --> tests/lib.rs:137:32
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[cfg(all(feature="unsafe",not(feature="no-stdlib")))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stdout]    --> tests/lib.rs:336:11
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[cfg(not(feature="no-stdlib"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `unsafe`
[INFO] [stdout]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "91af007f4497b5215cecc1559a47406592b502d067c71bd93b18f9215c022b3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91af007f4497b5215cecc1559a47406592b502d067c71bd93b18f9215c022b3b", kill_on_drop: false }`
[INFO] [stdout] 91af007f4497b5215cecc1559a47406592b502d067c71bd93b18f9215c022b3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3278ca4c818047ecf88637a8861670fca1479eb0ae0f503b4e978fd21211771e
[INFO] running `Command { std: "docker" "start" "-a" "3278ca4c818047ecf88637a8861670fca1479eb0ae0f503b4e978fd21211771e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stderr]   --> src/bin/tests.rs:67:7
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[cfg(feature="stdlib")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]    = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alloc-stdlib` (bin "example") generated 1 warning
[INFO] [stderr] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stderr]    --> tests/lib.rs:137:32
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[cfg(all(feature="unsafe",not(feature="no-stdlib")))]
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `no-stdlib`
[INFO] [stderr]    --> tests/lib.rs:336:11
[INFO] [stderr]     |
[INFO] [stderr] 336 | #[cfg(not(feature="no-stdlib"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `unsafe`
[INFO] [stderr]     = help: consider adding `no-stdlib` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `alloc-stdlib` (bin "example" test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `alloc-stdlib` (test "lib") generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alloc_stdlib-1fcb0cba00de4d98)
[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/bin/example.rs (/opt/rustwide/target/debug/deps/example-848022ac643ed10a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::heap_test ... ok
[INFO] [stdout] test tests::std_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-b0507583f221fbcb)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test uninitialized_global_pool_test ... ok
[INFO] [stdout] test stack_pool_free_null ... ok
[INFO] [stdout] test calloc_pool_test ... ok
[INFO] [stdout] test uninitialized_stack_pool_free_null ... ok
[INFO] [stdout] test uninitialized_stack_pool_test ... ok
[INFO] [stdout] test uninitialized_calloc_pool_test ... ok
[INFO] [stdout] test stack_pool_test ... ok
[INFO] [stdout] test global_pool_test ... ok
[INFO] [stdout] test heap_pool_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alloc_stdlib
[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" "3278ca4c818047ecf88637a8861670fca1479eb0ae0f503b4e978fd21211771e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3278ca4c818047ecf88637a8861670fca1479eb0ae0f503b4e978fd21211771e", kill_on_drop: false }`
[INFO] [stdout] 3278ca4c818047ecf88637a8861670fca1479eb0ae0f503b4e978fd21211771e
