Dec 05 23:52:58.437 INFO testing fafhrd91/fectl against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 23:52:58.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 23:52:58.926 INFO [stdout] 10a78b6ab41148cd6c637af823f106854963b949b5e51be780acc27c006cdf6d Dec 05 23:52:58.936 INFO running `"docker" "start" "-a" "10a78b6ab41148cd6c637af823f106854963b949b5e51be780acc27c006cdf6d"` Dec 05 23:53:00.032 INFO [stderr] usermod: no changes Dec 05 23:53:00.325 INFO [stderr] Compiling fectl v0.2.8 (/source) Dec 05 23:53:00.325 INFO [stderr] Compiling boxfnonce v0.1.0 Dec 05 23:53:00.336 INFO [stderr] Compiling semver v0.8.0 Dec 05 23:53:00.336 INFO [stderr] Compiling toml v0.4.6 Dec 05 23:53:00.337 INFO [stderr] Compiling nix v0.9.0 Dec 05 23:53:00.337 INFO [stderr] Compiling uuid v0.6.2 Dec 05 23:53:00.338 INFO [stderr] Compiling chrono v0.4.1 Dec 05 23:53:00.343 INFO [stderr] Compiling thread_local v0.3.5 Dec 05 23:53:02.450 INFO [stderr] Compiling tokio-io v0.1.5 Dec 05 23:53:02.815 INFO [stderr] Compiling parking_lot v0.4.8 Dec 05 23:53:04.388 INFO [stderr] Compiling structopt-derive v0.2.6 Dec 05 23:53:05.556 INFO [stderr] Compiling backtrace v0.2.3 Dec 05 23:53:05.624 INFO [stderr] Compiling regex v0.2.10 Dec 05 23:53:14.573 INFO [stderr] Compiling error-chain v0.11.0 Dec 05 23:53:14.797 INFO [stderr] Compiling crossbeam-channel v0.1.2 Dec 05 23:53:14.952 INFO [stderr] Compiling tokio-core v0.1.12 Dec 05 23:53:15.071 INFO [stderr] Compiling error-chain v0.1.12 Dec 05 23:53:18.076 INFO [stderr] Compiling structopt v0.2.6 Dec 05 23:53:18.540 INFO [stderr] Compiling cargo_metadata v0.3.3 Dec 05 23:53:28.260 INFO [stderr] Compiling trust-dns-proto v0.3.2 Dec 05 23:53:33.816 INFO [stderr] Compiling tokio-signal v0.1.5 Dec 05 23:53:34.093 INFO [stderr] Compiling tokio-uds v0.1.7 Dec 05 23:53:34.488 INFO [stderr] Compiling skeptic v0.13.2 Dec 05 23:53:36.318 INFO [stderr] Compiling env_logger v0.5.6 Dec 05 23:53:44.108 INFO [stderr] Compiling actix v0.5.5 Dec 05 23:53:47.336 INFO [stderr] Compiling trust-dns-resolver v0.8.1 Dec 05 23:54:03.152 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:03.152 INFO [stderr] --> client/main.rs:8:1 Dec 05 23:54:03.152 INFO [stderr] | Dec 05 23:54:03.152 INFO [stderr] 8 | #[macro_use] extern crate structopt_derive; Dec 05 23:54:03.152 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:03.152 INFO [stderr] | Dec 05 23:54:03.152 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 23:54:03.152 INFO [stderr] Dec 05 23:54:06.620 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:06.620 INFO [stderr] --> src/main.rs:6:1 Dec 05 23:54:06.620 INFO [stderr] | Dec 05 23:54:06.620 INFO [stderr] 6 | #[macro_use] extern crate structopt_derive; Dec 05 23:54:06.620 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:06.620 INFO [stderr] | Dec 05 23:54:06.620 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 23:54:06.620 INFO [stderr] Dec 05 23:54:06.620 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:06.620 INFO [stderr] --> src/main.rs:24:1 Dec 05 23:54:06.620 INFO [stderr] | Dec 05 23:54:06.620 INFO [stderr] 24 | #[macro_use] Dec 05 23:54:06.620 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:06.620 INFO [stderr] Dec 05 23:54:06.623 INFO [stderr] warning: cannot find type `Stop` in this scope Dec 05 23:54:06.627 INFO [stderr] --> src/cmd.rs:124:10 Dec 05 23:54:06.627 INFO [stderr] | Dec 05 23:54:06.627 INFO [stderr] 124 | #[derive(Message)] Dec 05 23:54:06.627 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.627 INFO [stderr] | Dec 05 23:54:06.627 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 23:54:06.627 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! Dec 05 23:54:06.627 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.627 INFO [stderr] Dec 05 23:54:06.627 INFO [stderr] warning: cannot find type `NetStream` in this scope Dec 05 23:54:06.627 INFO [stderr] --> src/master.rs:41:10 Dec 05 23:54:06.627 INFO [stderr] | Dec 05 23:54:06.627 INFO [stderr] 41 | #[derive(Message)] Dec 05 23:54:06.627 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.627 INFO [stderr] | Dec 05 23:54:06.627 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! Dec 05 23:54:06.627 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.627 INFO [stderr] Dec 05 23:54:06.637 INFO [stderr] warning: cannot find type `ProcessMessage` in this scope Dec 05 23:54:06.640 INFO [stderr] --> src/service.rs:214:10 Dec 05 23:54:06.640 INFO [stderr] | Dec 05 23:54:06.640 INFO [stderr] 214 | #[derive(Message)] Dec 05 23:54:06.640 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.640 INFO [stderr] | Dec 05 23:54:06.640 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! Dec 05 23:54:06.640 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.640 INFO [stderr] Dec 05 23:54:06.640 INFO [stderr] warning: cannot find type `ProcessFailed` in this scope Dec 05 23:54:06.640 INFO [stderr] --> src/service.rs:226:10 Dec 05 23:54:06.640 INFO [stderr] | Dec 05 23:54:06.640 INFO [stderr] 226 | #[derive(Message)] Dec 05 23:54:06.640 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.640 INFO [stderr] | Dec 05 23:54:06.640 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! Dec 05 23:54:06.640 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.640 INFO [stderr] Dec 05 23:54:06.640 INFO [stderr] warning: cannot find type `ProcessLoaded` in this scope Dec 05 23:54:06.640 INFO [stderr] --> src/service.rs:241:10 Dec 05 23:54:06.640 INFO [stderr] | Dec 05 23:54:06.640 INFO [stderr] 241 | #[derive(Message)] Dec 05 23:54:06.641 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.641 INFO [stderr] | Dec 05 23:54:06.641 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! Dec 05 23:54:06.641 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.641 INFO [stderr] Dec 05 23:54:06.641 INFO [stderr] warning: cannot find type `ProcessExited` in this scope Dec 05 23:54:06.641 INFO [stderr] --> src/service.rs:253:10 Dec 05 23:54:06.641 INFO [stderr] | Dec 05 23:54:06.641 INFO [stderr] 253 | #[derive(Message)] Dec 05 23:54:06.641 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.641 INFO [stderr] | Dec 05 23:54:06.641 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! Dec 05 23:54:06.641 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.641 INFO [stderr] Dec 05 23:54:06.644 INFO [stderr] warning: cannot find type `ProcessMessage` in this scope Dec 05 23:54:06.644 INFO [stderr] --> src/process.rs:73:28 Dec 05 23:54:06.644 INFO [stderr] | Dec 05 23:54:06.644 INFO [stderr] 73 | #[derive(PartialEq, Debug, Message)] Dec 05 23:54:06.644 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.644 INFO [stderr] | Dec 05 23:54:06.644 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! Dec 05 23:54:06.644 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.644 INFO [stderr] Dec 05 23:54:06.652 INFO [stderr] warning: cannot find type `SendCommand` in this scope Dec 05 23:54:06.652 INFO [stderr] --> src/process.rs:344:10 Dec 05 23:54:06.652 INFO [stderr] | Dec 05 23:54:06.652 INFO [stderr] 344 | #[derive(Message)] Dec 05 23:54:06.652 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.652 INFO [stderr] | Dec 05 23:54:06.652 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! Dec 05 23:54:06.652 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.652 INFO [stderr] Dec 05 23:54:06.652 INFO [stderr] warning: cannot find type `StartProcess` in this scope Dec 05 23:54:06.652 INFO [stderr] --> src/process.rs:355:10 Dec 05 23:54:06.652 INFO [stderr] | Dec 05 23:54:06.652 INFO [stderr] 355 | #[derive(Message)] Dec 05 23:54:06.652 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.652 INFO [stderr] | Dec 05 23:54:06.652 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! Dec 05 23:54:06.652 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.652 INFO [stderr] Dec 05 23:54:06.653 INFO [stderr] warning: cannot find type `PauseProcess` in this scope Dec 05 23:54:06.653 INFO [stderr] --> src/process.rs:366:10 Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 INFO [stderr] 366 | #[derive(Message)] Dec 05 23:54:06.653 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 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! Dec 05 23:54:06.653 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.653 INFO [stderr] Dec 05 23:54:06.653 INFO [stderr] warning: cannot find type `ResumeProcess` in this scope Dec 05 23:54:06.653 INFO [stderr] --> src/process.rs:377:10 Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 INFO [stderr] 377 | #[derive(Message)] Dec 05 23:54:06.653 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 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! Dec 05 23:54:06.653 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.653 INFO [stderr] Dec 05 23:54:06.653 INFO [stderr] warning: cannot find type `StopProcess` in this scope Dec 05 23:54:06.653 INFO [stderr] --> src/process.rs:388:10 Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 INFO [stderr] 388 | #[derive(Message)] Dec 05 23:54:06.653 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 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! Dec 05 23:54:06.653 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.653 INFO [stderr] Dec 05 23:54:06.653 INFO [stderr] warning: cannot find type `QuitProcess` in this scope Dec 05 23:54:06.653 INFO [stderr] --> src/process.rs:415:10 Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 INFO [stderr] 415 | #[derive(Message)] Dec 05 23:54:06.653 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:06.653 INFO [stderr] | Dec 05 23:54:06.653 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! Dec 05 23:54:06.653 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:06.653 INFO [stderr] Dec 05 23:54:20.034 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Dec 05 23:54:20.057 INFO [stderr] su: No module specific data is present Dec 05 23:54:20.722 INFO running `"docker" "inspect" "10a78b6ab41148cd6c637af823f106854963b949b5e51be780acc27c006cdf6d"` Dec 05 23:54:21.006 INFO running `"docker" "rm" "-f" "10a78b6ab41148cd6c637af823f106854963b949b5e51be780acc27c006cdf6d"` Dec 05 23:54:21.275 INFO [stdout] 10a78b6ab41148cd6c637af823f106854963b949b5e51be780acc27c006cdf6d Dec 05 23:54:21.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 23:54:21.666 INFO [stdout] 5600b356b0a6d543accbd7f433401c5576384cb34e00eb19fcbed92b46ec35ac Dec 05 23:54:21.668 INFO running `"docker" "start" "-a" "5600b356b0a6d543accbd7f433401c5576384cb34e00eb19fcbed92b46ec35ac"` Dec 05 23:54:22.556 INFO [stderr] usermod: no changes Dec 05 23:54:22.794 INFO [stderr] Compiling fectl v0.2.8 (/source) Dec 05 23:54:25.112 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:25.112 INFO [stderr] --> client/main.rs:8:1 Dec 05 23:54:25.112 INFO [stderr] | Dec 05 23:54:25.112 INFO [stderr] 8 | #[macro_use] extern crate structopt_derive; Dec 05 23:54:25.112 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:25.112 INFO [stderr] | Dec 05 23:54:25.112 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 23:54:25.112 INFO [stderr] Dec 05 23:54:28.317 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:28.317 INFO [stderr] --> src/main.rs:6:1 Dec 05 23:54:28.317 INFO [stderr] | Dec 05 23:54:28.317 INFO [stderr] 6 | #[macro_use] extern crate structopt_derive; Dec 05 23:54:28.317 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:28.317 INFO [stderr] | Dec 05 23:54:28.317 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 23:54:28.317 INFO [stderr] Dec 05 23:54:28.317 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 23:54:28.317 INFO [stderr] --> src/main.rs:24:1 Dec 05 23:54:28.317 INFO [stderr] | Dec 05 23:54:28.317 INFO [stderr] 24 | #[macro_use] Dec 05 23:54:28.317 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 23:54:28.317 INFO [stderr] Dec 05 23:54:28.322 INFO [stderr] warning: cannot find type `Stop` in this scope Dec 05 23:54:28.322 INFO [stderr] --> src/cmd.rs:124:10 Dec 05 23:54:28.322 INFO [stderr] | Dec 05 23:54:28.322 INFO [stderr] 124 | #[derive(Message)] Dec 05 23:54:28.322 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.322 INFO [stderr] | Dec 05 23:54:28.322 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 23:54:28.322 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! Dec 05 23:54:28.322 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.322 INFO [stderr] Dec 05 23:54:28.325 INFO [stderr] warning: cannot find type `NetStream` in this scope Dec 05 23:54:28.325 INFO [stderr] --> src/master.rs:41:10 Dec 05 23:54:28.325 INFO [stderr] | Dec 05 23:54:28.325 INFO [stderr] 41 | #[derive(Message)] Dec 05 23:54:28.325 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.325 INFO [stderr] | Dec 05 23:54:28.325 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! Dec 05 23:54:28.325 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.325 INFO [stderr] Dec 05 23:54:28.329 INFO [stderr] warning: cannot find type `ProcessMessage` in this scope Dec 05 23:54:28.329 INFO [stderr] --> src/service.rs:214:10 Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 INFO [stderr] 214 | #[derive(Message)] Dec 05 23:54:28.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 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! Dec 05 23:54:28.330 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.330 INFO [stderr] Dec 05 23:54:28.330 INFO [stderr] warning: cannot find type `ProcessFailed` in this scope Dec 05 23:54:28.330 INFO [stderr] --> src/service.rs:226:10 Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 INFO [stderr] 226 | #[derive(Message)] Dec 05 23:54:28.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 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! Dec 05 23:54:28.330 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.330 INFO [stderr] Dec 05 23:54:28.330 INFO [stderr] warning: cannot find type `ProcessLoaded` in this scope Dec 05 23:54:28.330 INFO [stderr] --> src/service.rs:241:10 Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 INFO [stderr] 241 | #[derive(Message)] Dec 05 23:54:28.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 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! Dec 05 23:54:28.330 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.330 INFO [stderr] Dec 05 23:54:28.330 INFO [stderr] warning: cannot find type `ProcessExited` in this scope Dec 05 23:54:28.330 INFO [stderr] --> src/service.rs:253:10 Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 INFO [stderr] 253 | #[derive(Message)] Dec 05 23:54:28.330 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.330 INFO [stderr] | Dec 05 23:54:28.330 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! Dec 05 23:54:28.330 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.330 INFO [stderr] Dec 05 23:54:28.332 INFO [stderr] warning: cannot find type `ProcessMessage` in this scope Dec 05 23:54:28.332 INFO [stderr] --> src/process.rs:73:28 Dec 05 23:54:28.332 INFO [stderr] | Dec 05 23:54:28.333 INFO [stderr] 73 | #[derive(PartialEq, Debug, Message)] Dec 05 23:54:28.333 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.333 INFO [stderr] | Dec 05 23:54:28.333 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! Dec 05 23:54:28.333 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.333 INFO [stderr] Dec 05 23:54:28.334 INFO [stderr] warning: cannot find type `SendCommand` in this scope Dec 05 23:54:28.334 INFO [stderr] --> src/process.rs:344:10 Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 INFO [stderr] 344 | #[derive(Message)] Dec 05 23:54:28.334 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 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! Dec 05 23:54:28.334 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.334 INFO [stderr] Dec 05 23:54:28.334 INFO [stderr] warning: cannot find type `StartProcess` in this scope Dec 05 23:54:28.334 INFO [stderr] --> src/process.rs:355:10 Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 INFO [stderr] 355 | #[derive(Message)] Dec 05 23:54:28.334 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 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! Dec 05 23:54:28.334 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.334 INFO [stderr] Dec 05 23:54:28.334 INFO [stderr] warning: cannot find type `PauseProcess` in this scope Dec 05 23:54:28.334 INFO [stderr] --> src/process.rs:366:10 Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 INFO [stderr] 366 | #[derive(Message)] Dec 05 23:54:28.334 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 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! Dec 05 23:54:28.334 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.334 INFO [stderr] Dec 05 23:54:28.334 INFO [stderr] warning: cannot find type `ResumeProcess` in this scope Dec 05 23:54:28.334 INFO [stderr] --> src/process.rs:377:10 Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 INFO [stderr] 377 | #[derive(Message)] Dec 05 23:54:28.334 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.334 INFO [stderr] | Dec 05 23:54:28.334 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! Dec 05 23:54:28.334 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.334 INFO [stderr] Dec 05 23:54:28.335 INFO [stderr] warning: cannot find type `StopProcess` in this scope Dec 05 23:54:28.335 INFO [stderr] --> src/process.rs:388:10 Dec 05 23:54:28.335 INFO [stderr] | Dec 05 23:54:28.335 INFO [stderr] 388 | #[derive(Message)] Dec 05 23:54:28.335 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.335 INFO [stderr] | Dec 05 23:54:28.335 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! Dec 05 23:54:28.335 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.335 INFO [stderr] Dec 05 23:54:28.335 INFO [stderr] warning: cannot find type `QuitProcess` in this scope Dec 05 23:54:28.335 INFO [stderr] --> src/process.rs:415:10 Dec 05 23:54:28.335 INFO [stderr] | Dec 05 23:54:28.335 INFO [stderr] 415 | #[derive(Message)] Dec 05 23:54:28.335 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 23:54:28.335 INFO [stderr] | Dec 05 23:54:28.335 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! Dec 05 23:54:28.335 INFO [stderr] = note: for more information, see issue #50504 Dec 05 23:54:28.335 INFO [stderr] Dec 05 23:54:31.522 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.93s Dec 05 23:54:31.537 INFO [stderr] su: No module specific data is present Dec 05 23:54:32.052 INFO running `"docker" "inspect" "5600b356b0a6d543accbd7f433401c5576384cb34e00eb19fcbed92b46ec35ac"` Dec 05 23:54:32.338 INFO running `"docker" "rm" "-f" "5600b356b0a6d543accbd7f433401c5576384cb34e00eb19fcbed92b46ec35ac"` Dec 05 23:54:32.699 INFO [stdout] 5600b356b0a6d543accbd7f433401c5576384cb34e00eb19fcbed92b46ec35ac Dec 05 23:54:32.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 23:54:33.222 INFO [stdout] f0f380a3f51681dc803a6927177ea52e56463b52f1717781c54e96c10f10ea52 Dec 05 23:54:33.225 INFO running `"docker" "start" "-a" "f0f380a3f51681dc803a6927177ea52e56463b52f1717781c54e96c10f10ea52"` Dec 05 23:54:34.572 INFO [stderr] usermod: no changes Dec 05 23:54:34.968 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.35s Dec 05 23:54:34.979 INFO [stderr] Running /target/debug/deps/fectl-df149312d5ce4e6b Dec 05 23:54:34.986 INFO [stdout] Dec 05 23:54:34.986 INFO [stdout] running 0 tests Dec 05 23:54:34.986 INFO [stdout] Dec 05 23:54:34.986 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 23:54:34.986 INFO [stdout] Dec 05 23:54:34.987 INFO [stderr] Running /target/debug/deps/fectld-3584fb068acd66b2 Dec 05 23:54:34.998 INFO [stdout] Dec 05 23:54:34.998 INFO [stdout] running 0 tests Dec 05 23:54:34.998 INFO [stdout] Dec 05 23:54:34.998 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 23:54:34.998 INFO [stdout] Dec 05 23:54:35.002 INFO [stderr] su: No module specific data is present Dec 05 23:54:36.336 INFO running `"docker" "inspect" "f0f380a3f51681dc803a6927177ea52e56463b52f1717781c54e96c10f10ea52"` Dec 05 23:54:36.594 INFO running `"docker" "rm" "-f" "f0f380a3f51681dc803a6927177ea52e56463b52f1717781c54e96c10f10ea52"` Dec 05 23:54:36.860 INFO [stdout] f0f380a3f51681dc803a6927177ea52e56463b52f1717781c54e96c10f10ea52