[INFO] fetching crate lxc_profile 0.1.0...
[INFO] testing lxc_profile-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate lxc_profile 0.1.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lxc_profile 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bdb290e649d68ee4f167eb24edd44aad571be5cca2acd447f4bd6b0053611e0a
[INFO] running `Command { std: "docker" "start" "-a" "bdb290e649d68ee4f167eb24edd44aad571be5cca2acd447f4bd6b0053611e0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdb290e649d68ee4f167eb24edd44aad571be5cca2acd447f4bd6b0053611e0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdb290e649d68ee4f167eb24edd44aad571be5cca2acd447f4bd6b0053611e0a", kill_on_drop: false }`
[INFO] [stdout] bdb290e649d68ee4f167eb24edd44aad571be5cca2acd447f4bd6b0053611e0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de2a931ea710176f8a74e48d43b291e4e270d12333d3474d0afa8915d3f258d5
[INFO] running `Command { std: "docker" "start" "-a" "de2a931ea710176f8a74e48d43b291e4e270d12333d3474d0afa8915d3f258d5", 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.70s
[INFO] running `Command { std: "docker" "inspect" "de2a931ea710176f8a74e48d43b291e4e270d12333d3474d0afa8915d3f258d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de2a931ea710176f8a74e48d43b291e4e270d12333d3474d0afa8915d3f258d5", kill_on_drop: false }`
[INFO] [stdout] de2a931ea710176f8a74e48d43b291e4e270d12333d3474d0afa8915d3f258d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd852e183c8d298d9a4c07f254ec88c73e5b122174c62e1f9d2871cc8f2aa30a
[INFO] running `Command { std: "docker" "start" "-a" "fd852e183c8d298d9a4c07f254ec88c73e5b122174c62e1f9d2871cc8f2aa30a", 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] [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.49s
[INFO] running `Command { std: "docker" "inspect" "fd852e183c8d298d9a4c07f254ec88c73e5b122174c62e1f9d2871cc8f2aa30a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd852e183c8d298d9a4c07f254ec88c73e5b122174c62e1f9d2871cc8f2aa30a", kill_on_drop: false }`
[INFO] [stdout] fd852e183c8d298d9a4c07f254ec88c73e5b122174c62e1f9d2871cc8f2aa30a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ec3f9557e52cc5506972f18e85c20fb20238a394b2c4fc5c4bf2ce938c898ad7
[INFO] running `Command { std: "docker" "start" "-a" "ec3f9557e52cc5506972f18e85c20fb20238a394b2c4fc5c4bf2ce938c898ad7", 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/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/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 - PrimaryColor (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - (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 - 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 - (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.29s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "ec3f9557e52cc5506972f18e85c20fb20238a394b2c4fc5c4bf2ce938c898ad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec3f9557e52cc5506972f18e85c20fb20238a394b2c4fc5c4bf2ce938c898ad7", kill_on_drop: false }`
[INFO] [stdout] ec3f9557e52cc5506972f18e85c20fb20238a394b2c4fc5c4bf2ce938c898ad7
