[INFO] cloning repository https://github.com/xobs/jig-20 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xobs/jig-20" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fjig-20", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fjig-20'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e558008aa173cca02a396b652c51069e8c5494c9 [INFO] testing xobs/jig-20 against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fjig-20" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xobs/jig-20 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xobs/jig-20 [INFO] finished tweaking git repo https://github.com/xobs/jig-20 [INFO] tweaked toml for git repo https://github.com/xobs/jig-20 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/xobs/jig-20 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/xobs/bus.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded systemd-parser v0.1.3 [INFO] [stderr] Downloaded dependy v0.3.0 [INFO] [stderr] Downloaded ctrlc v3.0.3 [INFO] [stderr] Downloaded json v0.11.10 [INFO] [stderr] Downloaded parking_lot_core v0.1.4 [INFO] [stderr] Downloaded runny v1.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cf9cd9e3ef51d90d42af20e23a1b8d5d71dcd211da7b1dbc7eade9ce36146843 [INFO] running `Command { std: "docker" "start" "-a" "cf9cd9e3ef51d90d42af20e23a1b8d5d71dcd211da7b1dbc7eade9ce36146843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf9cd9e3ef51d90d42af20e23a1b8d5d71dcd211da7b1dbc7eade9ce36146843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf9cd9e3ef51d90d42af20e23a1b8d5d71dcd211da7b1dbc7eade9ce36146843", kill_on_drop: false }` [INFO] [stdout] cf9cd9e3ef51d90d42af20e23a1b8d5d71dcd211da7b1dbc7eade9ce36146843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8b3368d003814f86dc4854abc52ad3ce5f37d027d284fb4712710d43c6c28e4e [INFO] running `Command { std: "docker" "start" "-a" "8b3368d003814f86dc4854abc52ad3ce5f37d027d284fb4712710d43c6c28e4e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling fixedbitset v0.1.8 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling either v1.2.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling atomic-option v0.1.2 [INFO] [stderr] Compiling termcolor v0.3.3 [INFO] [stderr] Compiling json v0.11.10 [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling petgraph v0.2.10 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling daggy v0.4.1 [INFO] [stderr] Compiling systemd-parser v0.1.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling dependy v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.1.4 [INFO] [stderr] Compiling chan v0.1.19 [INFO] [stderr] Compiling bus v1.1.3 (https://github.com/xobs/bus.git?rev=c8bb287df261cf038ac431a71b416ae996325d1c#c8bb287d) [INFO] [stderr] Compiling ctrlc v3.0.3 [INFO] [stderr] Compiling runny v1.2.1 [INFO] [stderr] Compiling jig2-0 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:119:39 [INFO] [stdout] | [INFO] [stdout] 119 | let entries_rd: fs::ReadDir = try!(fs::read_dir(dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | let entry = try!(entry_opt); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | if !try!(entry.file_type()).is_file() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cfti/types/scenario.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | &(self as &Unit).id() [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/cfti/types/scenario.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 330 | ; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cfti/process.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | where F: Send + 'static + FnMut(String, &Unit) -> Result<(), ()> [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.75s [INFO] running `Command { std: "docker" "inspect" "8b3368d003814f86dc4854abc52ad3ce5f37d027d284fb4712710d43c6c28e4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b3368d003814f86dc4854abc52ad3ce5f37d027d284fb4712710d43c6c28e4e", kill_on_drop: false }` [INFO] [stdout] 8b3368d003814f86dc4854abc52ad3ce5f37d027d284fb4712710d43c6c28e4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53b326c4306e1025d0418c51ae28ddb77282fc73c25d557884ea6d816de928ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "53b326c4306e1025d0418c51ae28ddb77282fc73c25d557884ea6d816de928ee", kill_on_drop: false }` [INFO] [stderr] Compiling jig2-0 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:119:39 [INFO] [stdout] | [INFO] [stdout] 119 | let entries_rd: fs::ReadDir = try!(fs::read_dir(dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | let entry = try!(entry_opt); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/cfti/testset.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | if !try!(entry.file_type()).is_file() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cfti/types/scenario.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | &(self as &Unit).id() [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/cfti/types/scenario.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 330 | ; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cfti/process.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | where F: Send + 'static + FnMut(String, &Unit) -> Result<(), ()> [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `Command { std: "docker" "inspect" "53b326c4306e1025d0418c51ae28ddb77282fc73c25d557884ea6d816de928ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53b326c4306e1025d0418c51ae28ddb77282fc73c25d557884ea6d816de928ee", kill_on_drop: false }` [INFO] [stdout] 53b326c4306e1025d0418c51ae28ddb77282fc73c25d557884ea6d816de928ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fbd93d4f6f9ab80f01e59cf4b688facecd8d4c2dc5338d625f0ce284fe162073 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fbd93d4f6f9ab80f01e59cf4b688facecd8d4c2dc5338d625f0ce284fe162073", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cfti/testset.rs:119:39 [INFO] [stderr] | [INFO] [stderr] 119 | let entries_rd: fs::ReadDir = try!(fs::read_dir(dir)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cfti/testset.rs:121:25 [INFO] [stderr] | [INFO] [stderr] 121 | let entry = try!(entry_opt); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/cfti/testset.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | if !try!(entry.file_type()).is_file() { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cfti/types/scenario.rs:117:20 [INFO] [stderr] | [INFO] [stderr] 117 | &(self as &Unit).id() [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/cfti/types/scenario.rs:330:25 [INFO] [stderr] | [INFO] [stderr] 330 | ; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cfti/process.rs:43:46 [INFO] [stderr] | [INFO] [stderr] 43 | where F: Send + 'static + FnMut(String, &Unit) -> Result<(), ()> [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Unit` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/jig2_0-de16433371ebbfd5 [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 `Command { std: "docker" "inspect" "fbd93d4f6f9ab80f01e59cf4b688facecd8d4c2dc5338d625f0ce284fe162073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbd93d4f6f9ab80f01e59cf4b688facecd8d4c2dc5338d625f0ce284fe162073", kill_on_drop: false }` [INFO] [stdout] fbd93d4f6f9ab80f01e59cf4b688facecd8d4c2dc5338d625f0ce284fe162073