[INFO] crate udi 0.0.1 is already in cache [INFO] extracting crate udi 0.0.1 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/udi/0.0.1 [INFO] extracting crate udi 0.0.1 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/udi/0.0.1 [INFO] validating manifest of udi-0.0.1 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of udi-0.0.1 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing udi-0.0.1 [INFO] finished frobbing udi-0.0.1 [INFO] frobbed toml for udi-0.0.1 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/udi/0.0.1/Cargo.toml [INFO] started frobbing udi-0.0.1 [INFO] finished frobbing udi-0.0.1 [INFO] frobbed toml for udi-0.0.1 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/udi/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing udi-0.0.1 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/udi/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 8b60d0d36220de112c495f07f51695a88090fa78626e94ae60bc37e8af178866 [INFO] running `"docker" "start" "-a" "8b60d0d36220de112c495f07f51695a88090fa78626e94ae60bc37e8af178866"` [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling downcast-rs v1.0.1 [INFO] [stderr] Compiling scroll_derive v0.8.0 [INFO] [stderr] Compiling serde_bytes v0.10.4 [INFO] [stderr] Compiling users v0.5.3 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling pdb v0.2.0 [INFO] [stderr] Compiling serde_cbor v0.6.1 [INFO] [stderr] Compiling scroll v0.8.0 [INFO] [stderr] Compiling goblin v0.0.14 [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Compiling native-file-tests v0.1.0 [INFO] [stderr] Compiling udi v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, ErrorChain)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/errors.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, ErrorChain)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `udi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8b60d0d36220de112c495f07f51695a88090fa78626e94ae60bc37e8af178866"` [INFO] running `"docker" "rm" "-f" "8b60d0d36220de112c495f07f51695a88090fa78626e94ae60bc37e8af178866"` [INFO] [stdout] 8b60d0d36220de112c495f07f51695a88090fa78626e94ae60bc37e8af178866