[INFO] updating cached repository dotcypress/mtproxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dotcypress/mtproxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dotcypress/mtproxy" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dotcypress/mtproxy"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dotcypress/mtproxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dotcypress/mtproxy" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dotcypress/mtproxy"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dotcypress/mtproxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4d37a77645e3dbc1306072ced35f54cdb458589a [INFO] sha for GitHub repo dotcypress/mtproxy: 4d37a77645e3dbc1306072ced35f54cdb458589a [INFO] validating manifest of dotcypress/mtproxy on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dotcypress/mtproxy on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dotcypress/mtproxy [INFO] finished frobbing dotcypress/mtproxy [INFO] frobbed toml for dotcypress/mtproxy written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/dotcypress/mtproxy/Cargo.toml [INFO] started frobbing dotcypress/mtproxy [INFO] finished frobbing dotcypress/mtproxy [INFO] frobbed toml for dotcypress/mtproxy written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dotcypress/mtproxy/Cargo.toml [INFO] crate dotcypress/mtproxy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dotcypress/mtproxy against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-4/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/dotcypress/mtproxy:/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7f1cef91d0c073ed26c3d98e15923c56f412288e4f13ef74390dfd68bb2c6a17 [INFO] running `"docker" "start" "-a" "7f1cef91d0c073ed26c3d98e15923c56f412288e4f13ef74390dfd68bb2c6a17"` [INFO] [stderr] Compiling ring v0.13.0-alpha5 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Checking stderrlog v0.4.0 [INFO] [stderr] Checking webpki v0.18.0-alpha4 [INFO] [stderr] Checking sct v0.3.0 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Checking webpki-roots v0.14.0 [INFO] [stderr] Checking rustls v0.12.0 [INFO] [stderr] Checking structopt v0.2.10 [INFO] [stderr] Checking mtproxy v0.0.2 (/opt/crater/workdir) [INFO] [stderr] error: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `mtproxy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `mtproxy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7f1cef91d0c073ed26c3d98e15923c56f412288e4f13ef74390dfd68bb2c6a17"` [INFO] running `"docker" "rm" "-f" "7f1cef91d0c073ed26c3d98e15923c56f412288e4f13ef74390dfd68bb2c6a17"` [INFO] [stdout] 7f1cef91d0c073ed26c3d98e15923c56f412288e4f13ef74390dfd68bb2c6a17