Nov 16 19:19:05.100 INFO testing modderme123/peter against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 19:19:05.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 16 19:19:05.322 INFO [stdout] 570abaa530db00193c2523f10b0b94ab9af1a1429f44b444b63587cd5270889a Nov 16 19:19:05.325 INFO running `"docker" "start" "-a" "570abaa530db00193c2523f10b0b94ab9af1a1429f44b444b63587cd5270889a"` Nov 16 19:19:06.044 INFO [stderr] usermod: no changes Nov 16 19:19:06.531 INFO [stderr] Compiling actix-web v0.6.5 Nov 16 19:19:06.531 INFO [stderr] Compiling semver v0.9.0 Nov 16 19:19:06.531 INFO [stderr] Compiling uuid v0.6.3 Nov 16 19:19:06.532 INFO [stderr] Compiling mio v0.6.14 Nov 16 19:19:06.532 INFO [stderr] Compiling crossbeam-epoch v0.2.0 Nov 16 19:19:06.532 INFO [stderr] Compiling tokio-io v0.1.6 Nov 16 19:19:06.532 INFO [stderr] Compiling http v0.1.5 Nov 16 19:19:06.533 INFO [stderr] Compiling brotli-sys v0.3.2 Nov 16 19:19:08.018 INFO [stderr] Compiling syn v0.13.10 Nov 16 19:19:08.956 INFO [stderr] Compiling tokio-threadpool v0.1.3 Nov 16 19:19:12.111 INFO [stderr] Compiling rayon-core v1.4.0 Nov 16 19:19:12.139 INFO [stderr] Compiling flate2 v1.0.1 Nov 16 19:19:12.194 INFO [stderr] Compiling brotli2 v0.3.2 Nov 16 19:19:12.620 INFO [stderr] Compiling backtrace v0.2.3 Nov 16 19:19:20.499 INFO [stderr] Compiling serde_urlencoded v0.5.2 Nov 16 19:19:22.695 INFO [stderr] Compiling error-chain v0.11.0 Nov 16 19:19:22.699 INFO [stderr] Compiling crossbeam-channel v0.1.2 Nov 16 19:19:22.699 INFO [stderr] Compiling error-chain v0.1.12 Nov 16 19:19:22.795 INFO [stderr] Compiling failure v0.1.1 Nov 16 19:19:23.087 INFO [stderr] Compiling tokio-fs v0.1.0 Nov 16 19:19:25.427 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 16 19:19:28.288 INFO [stderr] Compiling mio-uds v0.6.6 Nov 16 19:19:29.503 INFO [stderr] Compiling rayon v0.8.2 Nov 16 19:19:35.367 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 16 19:19:35.387 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 19:19:41.083 INFO [stderr] Compiling tokio v0.1.6 Nov 16 19:19:42.760 INFO [stderr] Compiling h2 v0.1.7 Nov 16 19:19:46.440 INFO [stderr] Compiling serde_derive v1.0.55 Nov 16 19:19:47.556 INFO [stderr] Compiling ring v0.12.1 Nov 16 19:19:51.095 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 19:20:04.519 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 16 19:20:04.520 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 16 19:20:19.786 INFO [stderr] Compiling cookie v0.10.1 Nov 16 19:20:31.653 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 16 19:20:38.669 INFO [stderr] Compiling cargo_metadata v0.5.4 Nov 16 19:20:49.601 INFO [stderr] Compiling skeptic v0.13.3 Nov 16 19:20:54.531 INFO [stderr] Compiling actix v0.5.7 Nov 16 19:21:27.087 INFO [stderr] Compiling peter v0.1.0 (/source) Nov 16 19:21:29.615 INFO [stderr] warning: cannot find type `Message` in this scope Nov 16 19:21:29.615 INFO [stderr] --> src/server.rs:11:10 Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] 11 | #[derive(Message)] Nov 16 19:21:29.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 19:21:29.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:29.615 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:29.615 INFO [stderr] Nov 16 19:21:29.615 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 16 19:21:29.615 INFO [stderr] --> src/server.rs:15:10 Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] 15 | #[derive(Message)] Nov 16 19:21:29.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:29.615 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:29.615 INFO [stderr] Nov 16 19:21:29.615 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 16 19:21:29.615 INFO [stderr] --> src/server.rs:22:10 Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] 22 | #[derive(Message)] Nov 16 19:21:29.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:29.615 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:29.615 INFO [stderr] Nov 16 19:21:29.615 INFO [stderr] warning: cannot find type `Join` in this scope Nov 16 19:21:29.615 INFO [stderr] --> src/server.rs:35:10 Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] 35 | #[derive(Message)] Nov 16 19:21:29.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:29.615 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:29.615 INFO [stderr] Nov 16 19:21:29.615 INFO [stderr] warning: cannot find type `Message` in this scope Nov 16 19:21:29.615 INFO [stderr] --> src/main.rs:17:14 Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] 17 | #[derive(Message)] Nov 16 19:21:29.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:29.615 INFO [stderr] | Nov 16 19:21:29.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:29.615 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:29.615 INFO [stderr] Nov 16 19:21:43.055 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 36s Nov 16 19:21:43.079 INFO [stderr] su: No module specific data is present Nov 16 19:21:43.873 INFO running `"docker" "inspect" "570abaa530db00193c2523f10b0b94ab9af1a1429f44b444b63587cd5270889a"` Nov 16 19:21:44.115 INFO running `"docker" "rm" "-f" "570abaa530db00193c2523f10b0b94ab9af1a1429f44b444b63587cd5270889a"` Nov 16 19:21:44.449 INFO [stdout] 570abaa530db00193c2523f10b0b94ab9af1a1429f44b444b63587cd5270889a Nov 16 19:21:44.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 test --frozen --no-run" "-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 16 19:21:44.885 INFO [stdout] 3d2bd5a18326d1e775b9aaa969fcae24b75266f1d8e335087ddc313ebc1a6ea8 Nov 16 19:21:44.891 INFO running `"docker" "start" "-a" "3d2bd5a18326d1e775b9aaa969fcae24b75266f1d8e335087ddc313ebc1a6ea8"` Nov 16 19:21:46.099 INFO [stderr] usermod: no changes Nov 16 19:21:46.407 INFO [stderr] Compiling peter v0.1.0 (/source) Nov 16 19:21:48.723 INFO [stderr] warning: cannot find type `Message` in this scope Nov 16 19:21:48.723 INFO [stderr] --> src/server.rs:11:10 Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] 11 | #[derive(Message)] Nov 16 19:21:48.723 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 19:21:48.723 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:48.723 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:48.723 INFO [stderr] Nov 16 19:21:48.723 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 16 19:21:48.723 INFO [stderr] --> src/server.rs:15:10 Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] 15 | #[derive(Message)] Nov 16 19:21:48.723 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:48.723 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:48.723 INFO [stderr] Nov 16 19:21:48.723 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 16 19:21:48.723 INFO [stderr] --> src/server.rs:22:10 Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] 22 | #[derive(Message)] Nov 16 19:21:48.723 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:48.723 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:48.723 INFO [stderr] Nov 16 19:21:48.723 INFO [stderr] warning: cannot find type `Join` in this scope Nov 16 19:21:48.723 INFO [stderr] --> src/server.rs:35:10 Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] 35 | #[derive(Message)] Nov 16 19:21:48.723 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:48.723 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:48.723 INFO [stderr] Nov 16 19:21:48.723 INFO [stderr] warning: cannot find type `Message` in this scope Nov 16 19:21:48.723 INFO [stderr] --> src/main.rs:17:14 Nov 16 19:21:48.723 INFO [stderr] | Nov 16 19:21:48.723 INFO [stderr] 17 | #[derive(Message)] Nov 16 19:21:48.723 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:21:48.724 INFO [stderr] | Nov 16 19:21:48.724 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:21:48.724 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:21:48.724 INFO [stderr] Nov 16 19:21:49.383 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.26s Nov 16 19:21:49.406 INFO [stderr] su: No module specific data is present Nov 16 19:21:50.297 INFO running `"docker" "inspect" "3d2bd5a18326d1e775b9aaa969fcae24b75266f1d8e335087ddc313ebc1a6ea8"` Nov 16 19:21:50.577 INFO running `"docker" "rm" "-f" "3d2bd5a18326d1e775b9aaa969fcae24b75266f1d8e335087ddc313ebc1a6ea8"` Nov 16 19:21:50.910 INFO [stdout] 3d2bd5a18326d1e775b9aaa969fcae24b75266f1d8e335087ddc313ebc1a6ea8 Nov 16 19:21:50.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 test --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 16 19:21:51.472 INFO [stdout] cce55650f08648b259beccbbd2c9c50f9e2840d07a942bb3dc9a9d9270ab7700 Nov 16 19:21:51.475 INFO running `"docker" "start" "-a" "cce55650f08648b259beccbbd2c9c50f9e2840d07a942bb3dc9a9d9270ab7700"` Nov 16 19:21:53.208 INFO [stderr] usermod: no changes Nov 16 19:21:53.507 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s Nov 16 19:21:53.515 INFO [stderr] Running /target/debug/deps/peter-66387b0f70ef6f4f Nov 16 19:21:53.522 INFO [stdout] Nov 16 19:21:53.522 INFO [stdout] running 0 tests Nov 16 19:21:53.523 INFO [stdout] Nov 16 19:21:53.523 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 19:21:53.523 INFO [stdout] Nov 16 19:21:53.532 INFO [stderr] su: No module specific data is present Nov 16 19:21:54.709 INFO running `"docker" "inspect" "cce55650f08648b259beccbbd2c9c50f9e2840d07a942bb3dc9a9d9270ab7700"` Nov 16 19:21:55.033 INFO running `"docker" "rm" "-f" "cce55650f08648b259beccbbd2c9c50f9e2840d07a942bb3dc9a9d9270ab7700"` Nov 16 19:21:55.346 INFO [stdout] cce55650f08648b259beccbbd2c9c50f9e2840d07a942bb3dc9a9d9270ab7700