[INFO] updating cached repository Jeffrey-P-McAteer/mcastfs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Jeffrey-P-McAteer/mcastfs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Jeffrey-P-McAteer/mcastfs" "work/ex/beta-1.37-6/sources/1.36.0/gh/Jeffrey-P-McAteer/mcastfs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Jeffrey-P-McAteer/mcastfs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Jeffrey-P-McAteer/mcastfs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 69f40c7ab87f250cbb81ad29c967a2ce1d71545b [INFO] sha for GitHub repo Jeffrey-P-McAteer/mcastfs: 69f40c7ab87f250cbb81ad29c967a2ce1d71545b [INFO] validating manifest of Jeffrey-P-McAteer/mcastfs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Jeffrey-P-McAteer/mcastfs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Jeffrey-P-McAteer/mcastfs [INFO] finished frobbing Jeffrey-P-McAteer/mcastfs [INFO] frobbed toml for Jeffrey-P-McAteer/mcastfs written to work/ex/beta-1.37-6/sources/1.36.0/gh/Jeffrey-P-McAteer/mcastfs/Cargo.toml [INFO] started frobbing Jeffrey-P-McAteer/mcastfs [INFO] finished frobbing Jeffrey-P-McAteer/mcastfs [INFO] frobbed toml for Jeffrey-P-McAteer/mcastfs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs/Cargo.toml [INFO] crate Jeffrey-P-McAteer/mcastfs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Jeffrey-P-McAteer/mcastfs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] eb580b947b04ef7f9efd4ad3d20482315e32c8d1b69d99cd6032811c65f4c0e8 [INFO] running `"docker" "start" "-a" "eb580b947b04ef7f9efd4ad3d20482315e32c8d1b69d99cd6032811c65f4c0e8"` [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling serde v1.0.84 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling serde_json v1.0.34 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling mcastfs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Error`, `Value` [INFO] [stderr] --> src/main.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | use serde_json::{Value, Error}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::prelude::*` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DirEntry`, `File` [INFO] [stderr] --> src/main.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | use std::fs::{File,DirEntry}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `"docker" "inspect" "eb580b947b04ef7f9efd4ad3d20482315e32c8d1b69d99cd6032811c65f4c0e8"` [INFO] running `"docker" "rm" "-f" "eb580b947b04ef7f9efd4ad3d20482315e32c8d1b69d99cd6032811c65f4c0e8"` [INFO] [stdout] eb580b947b04ef7f9efd4ad3d20482315e32c8d1b69d99cd6032811c65f4c0e8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 1db3b5fae49df858a0aebf2c167900a7888ada3abc87630760ea384be86a234f [INFO] running `"docker" "start" "-a" "1db3b5fae49df858a0aebf2c167900a7888ada3abc87630760ea384be86a234f"` [INFO] [stderr] Compiling mcastfs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Error`, `Value` [INFO] [stderr] --> src/main.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | use serde_json::{Value, Error}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::prelude::*` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DirEntry`, `File` [INFO] [stderr] --> src/main.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | use std::fs::{File,DirEntry}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `"docker" "inspect" "1db3b5fae49df858a0aebf2c167900a7888ada3abc87630760ea384be86a234f"` [INFO] running `"docker" "rm" "-f" "1db3b5fae49df858a0aebf2c167900a7888ada3abc87630760ea384be86a234f"` [INFO] [stdout] 1db3b5fae49df858a0aebf2c167900a7888ada3abc87630760ea384be86a234f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jeffrey-P-McAteer/mcastfs:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] df76e71c3865f83898ce6ff95d371eb9277d23b5e6992328fd6f55932c59581f [INFO] running `"docker" "start" "-a" "df76e71c3865f83898ce6ff95d371eb9277d23b5e6992328fd6f55932c59581f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/mcastfs-2f4d80a19deaa928 [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" "df76e71c3865f83898ce6ff95d371eb9277d23b5e6992328fd6f55932c59581f"` [INFO] running `"docker" "rm" "-f" "df76e71c3865f83898ce6ff95d371eb9277d23b5e6992328fd6f55932c59581f"` [INFO] [stdout] df76e71c3865f83898ce6ff95d371eb9277d23b5e6992328fd6f55932c59581f