[INFO] fetching crate orderly 0.4.0... [INFO] extracting crate orderly 0.4.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/orderly/0.4.0 [INFO] extracting crate orderly 0.4.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/orderly/0.4.0 [INFO] validating manifest of orderly-0.4.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of orderly-0.4.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing orderly-0.4.0 [INFO] finished frobbing orderly-0.4.0 [INFO] frobbed toml for orderly-0.4.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/orderly/0.4.0/Cargo.toml [INFO] started frobbing orderly-0.4.0 [INFO] finished frobbing orderly-0.4.0 [INFO] frobbed toml for orderly-0.4.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/orderly/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing orderly-0.4.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/orderly/0.4.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 3f7565baf123451b1ab9bc4948238b1c32f6726ddbdba3e06e9b14d45e456794 [INFO] running `"docker" "start" "-a" "3f7565baf123451b1ab9bc4948238b1c32f6726ddbdba3e06e9b14d45e456794"` [INFO] [stderr] Compiling simple_logger v1.2.0 [INFO] [stderr] Compiling orderly v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::unix::process::CommandExt::before_exec': should be unsafe, use `pre_exec` instead [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | cmd.before_exec(|| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:358:37 [INFO] [stderr] | [INFO] [stderr] 357 | match self.spec.procs[idx].shutdown { [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] 358 | Some(ref shutdown) => match self.run_command(&shutdown.clone(), &env, deadline, None) { [INFO] [stderr] | ^^^^ -------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(mutable_borrow_reservation_conflict)] on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:421:15 [INFO] [stderr] | [INFO] [stderr] 418 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 421 | self.run_command_timeout_secs(&check.clone(), &env, s.check_timeout_seconds, None) [INFO] [stderr] | ^^^^ mutable borrow occurs here ----------------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:447:9 [INFO] [stderr] | [INFO] [stderr] 444 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 447 | self.run_command_timeout_secs(&cleanup.clone(), &env, s.cleanup_timeout_seconds, None) [INFO] [stderr] | ^^^^ mutable borrow occurs here ------------------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:467:9 [INFO] [stderr] | [INFO] [stderr] 465 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] 466 | if let Some(ref wait_started) = s.wait_started { [INFO] [stderr] 467 | self.run_command_timeout_secs( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 470 | s.wait_started_timeout_seconds, [INFO] [stderr] | ------------------------------ immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:527:25 [INFO] [stderr] | [INFO] [stderr] 526 | if let Some(ref restart) = self.spec.restart { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 527 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 528 | &restart.clone(), [INFO] [stderr] | ------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:551:25 [INFO] [stderr] | [INFO] [stderr] 550 | if let Some(ref start_complete) = self.spec.start_complete { [INFO] [stderr] | ------------------ immutable borrow occurs here [INFO] [stderr] 551 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 552 | &start_complete.clone(), [INFO] [stderr] | -------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:612:31 [INFO] [stderr] | [INFO] [stderr] 611 | if let Some(ref shutdown) = self.spec.shutdown { [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] 612 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 613 | &shutdown.clone(), [INFO] [stderr] | -------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:626:31 [INFO] [stderr] | [INFO] [stderr] 625 | if let Some(ref failure) = self.spec.failure { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 626 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 627 | &failure.clone(), [INFO] [stderr] | ------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `"docker" "inspect" "3f7565baf123451b1ab9bc4948238b1c32f6726ddbdba3e06e9b14d45e456794"` [INFO] running `"docker" "rm" "-f" "3f7565baf123451b1ab9bc4948238b1c32f6726ddbdba3e06e9b14d45e456794"` [INFO] [stdout] 3f7565baf123451b1ab9bc4948238b1c32f6726ddbdba3e06e9b14d45e456794 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/orderly/0.4.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 3b66bd9d57656bb6bdde590a9265d3676cafc24bd81dd26bd6d52d8d93e94817 [INFO] running `"docker" "start" "-a" "3b66bd9d57656bb6bdde590a9265d3676cafc24bd81dd26bd6d52d8d93e94817"` [INFO] [stderr] Compiling orderly v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::unix::process::CommandExt::before_exec': should be unsafe, use `pre_exec` instead [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | cmd.before_exec(|| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:358:37 [INFO] [stderr] | [INFO] [stderr] 357 | match self.spec.procs[idx].shutdown { [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] 358 | Some(ref shutdown) => match self.run_command(&shutdown.clone(), &env, deadline, None) { [INFO] [stderr] | ^^^^ -------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(mutable_borrow_reservation_conflict)] on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:421:15 [INFO] [stderr] | [INFO] [stderr] 418 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 421 | self.run_command_timeout_secs(&check.clone(), &env, s.check_timeout_seconds, None) [INFO] [stderr] | ^^^^ mutable borrow occurs here ----------------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:447:9 [INFO] [stderr] | [INFO] [stderr] 444 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 447 | self.run_command_timeout_secs(&cleanup.clone(), &env, s.cleanup_timeout_seconds, None) [INFO] [stderr] | ^^^^ mutable borrow occurs here ------------------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:467:9 [INFO] [stderr] | [INFO] [stderr] 465 | let s = &self.spec.procs[idx]; [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] 466 | if let Some(ref wait_started) = s.wait_started { [INFO] [stderr] 467 | self.run_command_timeout_secs( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 470 | s.wait_started_timeout_seconds, [INFO] [stderr] | ------------------------------ immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:527:25 [INFO] [stderr] | [INFO] [stderr] 526 | if let Some(ref restart) = self.spec.restart { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 527 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 528 | &restart.clone(), [INFO] [stderr] | ------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:551:25 [INFO] [stderr] | [INFO] [stderr] 550 | if let Some(ref start_complete) = self.spec.start_complete { [INFO] [stderr] | ------------------ immutable borrow occurs here [INFO] [stderr] 551 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 552 | &start_complete.clone(), [INFO] [stderr] | -------------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:612:31 [INFO] [stderr] | [INFO] [stderr] 611 | if let Some(ref shutdown) = self.spec.shutdown { [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] 612 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 613 | &shutdown.clone(), [INFO] [stderr] | -------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:626:31 [INFO] [stderr] | [INFO] [stderr] 625 | if let Some(ref failure) = self.spec.failure { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 626 | if let Err(e) = self.run_command( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 627 | &failure.clone(), [INFO] [stderr] | ------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `"docker" "inspect" "3b66bd9d57656bb6bdde590a9265d3676cafc24bd81dd26bd6d52d8d93e94817"` [INFO] running `"docker" "rm" "-f" "3b66bd9d57656bb6bdde590a9265d3676cafc24bd81dd26bd6d52d8d93e94817"` [INFO] [stdout] 3b66bd9d57656bb6bdde590a9265d3676cafc24bd81dd26bd6d52d8d93e94817 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/orderly/0.4.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] ee0d563d160a1b361f440d4c945a473023d1f6a9f6b021e089748cb8b20f6409 [INFO] running `"docker" "start" "-a" "ee0d563d160a1b361f440d4c945a473023d1f6a9f6b021e089748cb8b20f6409"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/orderly-f9ba5cf46413c814 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ee0d563d160a1b361f440d4c945a473023d1f6a9f6b021e089748cb8b20f6409"` [INFO] running `"docker" "rm" "-f" "ee0d563d160a1b361f440d4c945a473023d1f6a9f6b021e089748cb8b20f6409"` [INFO] [stdout] ee0d563d160a1b361f440d4c945a473023d1f6a9f6b021e089748cb8b20f6409