Nov 18 17:50:06.773 INFO testing ci-detective-0.1.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 17:50:06.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 17:50:07.129 INFO [stdout] bed57941b30912ba9aa2ab524b7bc5a98bd05eb7052c01eb8994265194a6cf4e Nov 18 17:50:07.130 INFO running `"docker" "start" "-a" "bed57941b30912ba9aa2ab524b7bc5a98bd05eb7052c01eb8994265194a6cf4e"` Nov 18 17:50:08.321 INFO [stderr] usermod: no changes Nov 18 17:50:08.391 INFO [stderr] Compiling ci-detective v0.1.0 (/source) Nov 18 17:50:08.870 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.870 INFO [stderr] --> src/jenkins.rs:1:5 Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] 1 | use env; Nov 18 17:50:08.870 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] note: lint level defined here Nov 18 17:50:08.870 INFO [stderr] --> src/lib.rs:7:67 Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 18 17:50:08.870 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 18 17:50:08.870 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 18 17:50:08.870 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.870 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.870 INFO [stderr] Nov 18 17:50:08.870 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.870 INFO [stderr] --> src/lib.rs:59:9 Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] 59 | pub use jenkins::Jenkins; Nov 18 17:50:08.870 INFO [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.870 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.870 INFO [stderr] Nov 18 17:50:08.870 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.870 INFO [stderr] --> src/travis.rs:1:5 Nov 18 17:50:08.870 INFO [stderr] | Nov 18 17:50:08.870 INFO [stderr] 1 | use env; Nov 18 17:50:08.870 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.871 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.871 INFO [stderr] Nov 18 17:50:08.871 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.871 INFO [stderr] --> src/lib.rs:63:9 Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] 63 | pub use travis::Travis; Nov 18 17:50:08.871 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.871 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.871 INFO [stderr] Nov 18 17:50:08.871 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.871 INFO [stderr] --> src/docker.rs:1:5 Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] 1 | use env; Nov 18 17:50:08.871 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.871 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.871 INFO [stderr] Nov 18 17:50:08.871 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.871 INFO [stderr] --> src/lib.rs:67:9 Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] 67 | pub use docker::Docker; Nov 18 17:50:08.871 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.871 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.871 INFO [stderr] Nov 18 17:50:08.871 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.871 INFO [stderr] --> src/codeship.rs:1:5 Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] 1 | use env; Nov 18 17:50:08.871 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.871 INFO [stderr] | Nov 18 17:50:08.871 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.871 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.871 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/lib.rs:71:9 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 71 | pub use codeship::Codeship; Nov 18 17:50:08.880 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/codefresh.rs:1:5 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 1 | use env; Nov 18 17:50:08.880 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/lib.rs:75:9 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 75 | pub use codefresh::Codefresh; Nov 18 17:50:08.880 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/circle.rs:1:5 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 1 | use env; Nov 18 17:50:08.880 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/lib.rs:82:9 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 82 | pub use circle::Circle; Nov 18 17:50:08.880 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/appveyor.rs:3:5 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 3 | use env; Nov 18 17:50:08.880 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.880 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.880 INFO [stderr] Nov 18 17:50:08.880 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 17:50:08.880 INFO [stderr] --> src/lib.rs:86:9 Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] 86 | pub use appveyor::Appveyor; Nov 18 17:50:08.880 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 18 17:50:08.880 INFO [stderr] | Nov 18 17:50:08.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 17:50:08.881 INFO [stderr] = note: for more information, see issue #53130 Nov 18 17:50:08.881 INFO [stderr] Nov 18 17:50:09.063 INFO [stderr] error: aborting due to 14 previous errors Nov 18 17:50:09.063 INFO [stderr] Nov 18 17:50:09.070 INFO [stderr] error: Could not compile `ci-detective`. Nov 18 17:50:09.070 INFO [stderr] Nov 18 17:50:09.070 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 17:50:09.072 INFO [stderr] su: No module specific data is present Nov 18 17:50:09.819 INFO running `"docker" "inspect" "bed57941b30912ba9aa2ab524b7bc5a98bd05eb7052c01eb8994265194a6cf4e"` Nov 18 17:50:10.091 INFO running `"docker" "rm" "-f" "bed57941b30912ba9aa2ab524b7bc5a98bd05eb7052c01eb8994265194a6cf4e"` Nov 18 17:50:10.399 INFO [stdout] bed57941b30912ba9aa2ab524b7bc5a98bd05eb7052c01eb8994265194a6cf4e