[INFO] fetching crate lxc_profile 0.1.0...
[INFO] testing lxc_profile-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate lxc_profile 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate lxc_profile 0.1.0
[INFO] finished tweaking crates.io crate lxc_profile 0.1.0
[INFO] tweaked toml for crates.io crate lxc_profile 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lxc_profile 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lxc_profile 0.1.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acdf14e051fb94a7296d8063d2034b4a4b082c346927a3919b057fba268014d0
[INFO] running `Command { std: "docker" "start" "-a" "acdf14e051fb94a7296d8063d2034b4a4b082c346927a3919b057fba268014d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acdf14e051fb94a7296d8063d2034b4a4b082c346927a3919b057fba268014d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acdf14e051fb94a7296d8063d2034b4a4b082c346927a3919b057fba268014d0", kill_on_drop: false }`
[INFO] [stdout] acdf14e051fb94a7296d8063d2034b4a4b082c346927a3919b057fba268014d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] fbc9ccf9f929485f5e7440b901c93250e736fa0bfa0bb04764352be816a5b748
[INFO] running `Command { std: "docker" "start" "-a" "fbc9ccf9f929485f5e7440b901c93250e736fa0bfa0bb04764352be816a5b748", kill_on_drop: false }`
[INFO] [stderr]    Compiling lxc_profile v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `c1`
[INFO] [stdout]   --> src/lib.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                ^^ help: if this is intentional, prefix it with an underscore: `_c1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c2`
[INFO] [stdout]   --> src/lib.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                                ^^ help: if this is intentional, prefix it with an underscore: `_c2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "fbc9ccf9f929485f5e7440b901c93250e736fa0bfa0bb04764352be816a5b748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbc9ccf9f929485f5e7440b901c93250e736fa0bfa0bb04764352be816a5b748", kill_on_drop: false }`
[INFO] [stdout] fbc9ccf9f929485f5e7440b901c93250e736fa0bfa0bb04764352be816a5b748
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] ee643ebee0273cb10accf62ff4dffffee39fc3517a4a24e9a6deaf432218884d
[INFO] running `Command { std: "docker" "start" "-a" "ee643ebee0273cb10accf62ff4dffffee39fc3517a4a24e9a6deaf432218884d", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `c1`
[INFO] [stdout]   --> src/lib.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                ^^ help: if this is intentional, prefix it with an underscore: `_c1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c2`
[INFO] [stdout]   --> src/lib.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                                ^^ help: if this is intentional, prefix it with an underscore: `_c2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lxc_profile v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `c1`
[INFO] [stdout]   --> src/lib.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                ^^ help: if this is intentional, prefix it with an underscore: `_c1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c2`
[INFO] [stdout]   --> src/lib.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stdout]    |                                ^^ help: if this is intentional, prefix it with an underscore: `_c2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "ee643ebee0273cb10accf62ff4dffffee39fc3517a4a24e9a6deaf432218884d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee643ebee0273cb10accf62ff4dffffee39fc3517a4a24e9a6deaf432218884d", kill_on_drop: false }`
[INFO] [stdout] ee643ebee0273cb10accf62ff4dffffee39fc3517a4a24e9a6deaf432218884d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 8001f705d7ded5697ae6543b9a17d1918143b18c2b6387ff80cd30d3c94567d5
[INFO] running `Command { std: "docker" "start" "-a" "8001f705d7ded5697ae6543b9a17d1918143b18c2b6387ff80cd30d3c94567d5", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `c1`
[INFO] [stderr]   --> src/lib.rs:41:16
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stderr]    |                ^^ help: if this is intentional, prefix it with an underscore: `_c1`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c2`
[INFO] [stderr]   --> src/lib.rs:41:32
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn mix(c1:PrimaryColor,c2:PrimaryColor) -> SecondaryColor{
[INFO] [stderr]    |                                ^^ help: if this is intentional, prefix it with an underscore: `_c2`
[INFO] [stderr] 
[INFO] [stderr] warning: `lxc_profile` (lib) generated 2 warnings (run `cargo fix --lib -p lxc_profile` to apply 2 suggestions)
[INFO] [stderr] warning: `lxc_profile` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/lxc_profile/d9c3ab76f74d0465/deps/lxc_profile-d9c3ab76f74d0465)
[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/main.rs (/opt/rustwide/target/debug/build/lxc_profile/04eb614901a012e9/deps/lxc_profile-04eb614901a012e9)
[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 lxc_profile
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - PrimaryColor (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - SecondaryColor (line 12) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]   --> src/lib.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | let answer = release_profile::add_one(arg);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `release_profile`, use `cargo add release_profile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PrimaryColor (line 12) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]   --> src/lib.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | let answer = release_profile::add_one(arg);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `release_profile`, use `cargo add release_profile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - SecondaryColor (line 12) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]   --> src/lib.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | let answer = release_profile::add_one(arg);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `release_profile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `release_profile`, use `cargo add release_profile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - PrimaryColor (line 12)
[INFO] [stdout]     src/lib.rs - SecondaryColor (line 12)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8001f705d7ded5697ae6543b9a17d1918143b18c2b6387ff80cd30d3c94567d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8001f705d7ded5697ae6543b9a17d1918143b18c2b6387ff80cd30d3c94567d5", kill_on_drop: false }`
[INFO] [stdout] 8001f705d7ded5697ae6543b9a17d1918143b18c2b6387ff80cd30d3c94567d5
