[INFO] updating cached repository https://github.com/deifactor/clockwork-mage [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cd33adabdf8d30278d82d2c4c61588324f2840cf [INFO] testing deifactor/clockwork-mage against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeifactor%2Fclockwork-mage" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deifactor/clockwork-mage on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/deifactor/clockwork-mage [INFO] finished tweaking git repo https://github.com/deifactor/clockwork-mage [INFO] tweaked toml for git repo https://github.com/deifactor/clockwork-mage written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/deifactor/clockwork-mage already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dff5bd04725ab60a968445f240154b5490326a24cdced8192c237368a4db3165 [INFO] running `"docker" "start" "-a" "dff5bd04725ab60a968445f240154b5490326a24cdced8192c237368a4db3165"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling slog-scope v4.0.1 [INFO] [stderr] Compiling syn v0.15.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling slog-stdlog v3.0.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling trackable_derive v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling trackable v0.2.20 [INFO] [stderr] Compiling sloggers v0.3.0 [INFO] [stderr] Compiling clockwork-mage v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never read: `target` [INFO] [stderr] --> src/simulator.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | target: Target, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `event_log` [INFO] [stderr] --> src/simulator.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn event_log(&self) -> &Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `"docker" "inspect" "dff5bd04725ab60a968445f240154b5490326a24cdced8192c237368a4db3165"` [INFO] running `"docker" "rm" "-f" "dff5bd04725ab60a968445f240154b5490326a24cdced8192c237368a4db3165"` [INFO] [stdout] dff5bd04725ab60a968445f240154b5490326a24cdced8192c237368a4db3165 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c13c1f4121bbdd3423f40173bce78dc4d8d2560bafbbfbeccbbbd3e33e4910a [INFO] running `"docker" "start" "-a" "9c13c1f4121bbdd3423f40173bce78dc4d8d2560bafbbfbeccbbbd3e33e4910a"` [INFO] [stderr] Compiling clockwork-mage v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never read: `target` [INFO] [stderr] --> src/simulator.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | target: Target, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.27s [INFO] running `"docker" "inspect" "9c13c1f4121bbdd3423f40173bce78dc4d8d2560bafbbfbeccbbbd3e33e4910a"` [INFO] running `"docker" "rm" "-f" "9c13c1f4121bbdd3423f40173bce78dc4d8d2560bafbbfbeccbbbd3e33e4910a"` [INFO] [stdout] 9c13c1f4121bbdd3423f40173bce78dc4d8d2560bafbbfbeccbbbd3e33e4910a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stdout] 76d14a4b57dbc4bcb5f2b463929e8d41017b2f6545b991ef2033e826f9268d83 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "76d14a4b57dbc4bcb5f2b463929e8d41017b2f6545b991ef2033e826f9268d83"` [INFO] [stderr] warning: field is never read: `target` [INFO] [stderr] --> src/simulator.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | target: Target, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/clockwork_mage-4caa7ed1eaa75a3c [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test rotation::tests::empty ... ok [INFO] [stdout] test player::tests::mp_deducted_on_finish ... ok [INFO] [stdout] test player::tests::starts_unlocked ... ok [INFO] [stdout] test player::tests::starts_locked_after_gcd ... ok [INFO] [stdout] test rotation::tests::repeat_takes_locks_into_account ... ok [INFO] [stdout] test time::tests::test_add ... ok [INFO] [stdout] test player::tests::unlock_timer ... ok [INFO] [stdout] test rotation::tests::repeat ... ok [INFO] [stdout] test time::tests::test_add_assign ... ok [INFO] [stdout] test simulator::tests::can_begin_on_same_tick_as_perform ... ok [INFO] [stdout] test time::tests::test_clock ... ok [INFO] [stdout] test simulator::tests::starts_at_zero ... ok [INFO] [stdout] test time::tests::test_timestamp_minus_duration ... ok [INFO] [stdout] test time::tests::test_timestamp_minus_timestamp ... ok [INFO] [stdout] test time::tests::test_duration_minus_duration ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "76d14a4b57dbc4bcb5f2b463929e8d41017b2f6545b991ef2033e826f9268d83"` [INFO] running `"docker" "rm" "-f" "76d14a4b57dbc4bcb5f2b463929e8d41017b2f6545b991ef2033e826f9268d83"` [INFO] [stdout] 76d14a4b57dbc4bcb5f2b463929e8d41017b2f6545b991ef2033e826f9268d83