[INFO] fetching crate cranenum 0.0.1...
[INFO] checking cranenum-0.0.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate cranenum 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate cranenum 0.0.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cranenum 0.0.1
[INFO] finished tweaking crates.io crate cranenum 0.0.1
[INFO] tweaked toml for crates.io crate cranenum 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4ce3c612e1ba9a66805991a9d8d0c8004451c15b8cff4543eec3f7ada7f9afda
[INFO] running `Command { std: "docker" "start" "-a" "4ce3c612e1ba9a66805991a9d8d0c8004451c15b8cff4543eec3f7ada7f9afda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ce3c612e1ba9a66805991a9d8d0c8004451c15b8cff4543eec3f7ada7f9afda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ce3c612e1ba9a66805991a9d8d0c8004451c15b8cff4543eec3f7ada7f9afda", kill_on_drop: false }`
[INFO] [stdout] 4ce3c612e1ba9a66805991a9d8d0c8004451c15b8cff4543eec3f7ada7f9afda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 568bf71fc97610a7d3eb0c5d58ac6781eb83bbc7af612ea08f412ef56e272946
[INFO] running `Command { std: "docker" "start" "-a" "568bf71fc97610a7d3eb0c5d58ac6781eb83bbc7af612ea08f412ef56e272946", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.58
[INFO] [stderr]     Checking cranenum v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `cranenum::Propagationalize`
[INFO] [stdout]  --> tests/test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cranenum::Propagationalize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Propagationalize` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/test.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _to: RootError = RootError::from(my_error1);
[INFO] [stdout]    |                          --------------- ^^^^^^^^^ expected `RootError`, found `CustomError`
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `RootError::CustomError`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _to: RootError = RootError::from(RootError::CustomError(my_error1));
[INFO] [stdout]    |                                          +++++++++++++++++++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/test.rs:20:42
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _to: RootError = RootError::from(my_error2);
[INFO] [stdout]    |                          --------------- ^^^^^^^^^ expected `RootError`, found `CustomError`
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `RootError::CustomError`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _to: RootError = RootError::from(RootError::CustomError(my_error2));
[INFO] [stdout]    |                                          +++++++++++++++++++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cranenum` (test "test") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "568bf71fc97610a7d3eb0c5d58ac6781eb83bbc7af612ea08f412ef56e272946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "568bf71fc97610a7d3eb0c5d58ac6781eb83bbc7af612ea08f412ef56e272946", kill_on_drop: false }`
[INFO] [stdout] 568bf71fc97610a7d3eb0c5d58ac6781eb83bbc7af612ea08f412ef56e272946
