[INFO] updating cached repository icew4ll/file [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/icew4ll/file [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/icew4ll/file" "work/ex/beta-1.37-6/sources/1.36.0/gh/icew4ll/file"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/icew4ll/file'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/icew4ll/file" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/icew4ll/file"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/icew4ll/file'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b22db77db9fcaf55a030d9d2639f659c77936eb [INFO] sha for GitHub repo icew4ll/file: 7b22db77db9fcaf55a030d9d2639f659c77936eb [INFO] validating manifest of icew4ll/file 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 icew4ll/file 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 icew4ll/file [INFO] finished frobbing icew4ll/file [INFO] frobbed toml for icew4ll/file written to work/ex/beta-1.37-6/sources/1.36.0/gh/icew4ll/file/Cargo.toml [INFO] started frobbing icew4ll/file [INFO] finished frobbing icew4ll/file [INFO] frobbed toml for icew4ll/file written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/icew4ll/file/Cargo.toml [INFO] crate icew4ll/file 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 icew4ll/file 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-0/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/icew4ll/file:/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] 8020dbc5279e9eee5f60c99e5021a217bcee9edd6188b4d8585ddfa10ae681c7 [INFO] running `"docker" "start" "-a" "8020dbc5279e9eee5f60c99e5021a217bcee9edd6188b4d8585ddfa10ae681c7"` [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling envy v0.3.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling shared_child v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling csv v1.0.0 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling os_pipe v0.6.1 [INFO] [stderr] Compiling duct v0.11.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling dotenv_codegen_impl v0.1.0 [INFO] [stderr] Compiling dotenv_codegen v0.11.0 [INFO] [stderr] Compiling file v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:30:88 [INFO] [stderr] | [INFO] [stderr] 30 | fn read(login: &mut Vec<((String, String, String, String, String))>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.99s [INFO] running `"docker" "inspect" "8020dbc5279e9eee5f60c99e5021a217bcee9edd6188b4d8585ddfa10ae681c7"` [INFO] running `"docker" "rm" "-f" "8020dbc5279e9eee5f60c99e5021a217bcee9edd6188b4d8585ddfa10ae681c7"` [INFO] [stdout] 8020dbc5279e9eee5f60c99e5021a217bcee9edd6188b4d8585ddfa10ae681c7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/icew4ll/file:/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] 8c1d91752bdc6630056a01102a29d64967fa173c1074dd79d11eaaae0a65e437 [INFO] running `"docker" "start" "-a" "8c1d91752bdc6630056a01102a29d64967fa173c1074dd79d11eaaae0a65e437"` [INFO] [stderr] Compiling file v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:30:88 [INFO] [stderr] | [INFO] [stderr] 30 | fn read(login: &mut Vec<((String, String, String, String, String))>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `"docker" "inspect" "8c1d91752bdc6630056a01102a29d64967fa173c1074dd79d11eaaae0a65e437"` [INFO] running `"docker" "rm" "-f" "8c1d91752bdc6630056a01102a29d64967fa173c1074dd79d11eaaae0a65e437"` [INFO] [stdout] 8c1d91752bdc6630056a01102a29d64967fa173c1074dd79d11eaaae0a65e437 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/icew4ll/file:/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] 5ae479c1e4d0e83212789cf14dce107d6e0a723471272f42c919d15235d27474 [INFO] running `"docker" "start" "-a" "5ae479c1e4d0e83212789cf14dce107d6e0a723471272f42c919d15235d27474"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/file-8bc7a7bf8e04dd6e [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" "5ae479c1e4d0e83212789cf14dce107d6e0a723471272f42c919d15235d27474"` [INFO] running `"docker" "rm" "-f" "5ae479c1e4d0e83212789cf14dce107d6e0a723471272f42c919d15235d27474"` [INFO] [stdout] 5ae479c1e4d0e83212789cf14dce107d6e0a723471272f42c919d15235d27474