[INFO] cloning repository BProg/z-files [INFO] running `"git" "clone" "--bare" "git://github.com/BProg/z-files.git" "work/cache/sources/gh/BProg/z-files"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/BProg/z-files'... [INFO] running `"git" "clone" "work/cache/sources/gh/BProg/z-files" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/BProg/z-files"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/BProg/z-files'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BProg/z-files" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b842f030927ec636e9038c6db7bdde76d5f0c044 [INFO] sha for GitHub repo BProg/z-files: b842f030927ec636e9038c6db7bdde76d5f0c044 [INFO] validating manifest of BProg/z-files 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 BProg/z-files 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 BProg/z-files [INFO] finished frobbing BProg/z-files [INFO] frobbed toml for BProg/z-files written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/BProg/z-files/Cargo.toml [INFO] started frobbing BProg/z-files [INFO] finished frobbing BProg/z-files [INFO] frobbed toml for BProg/z-files written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files/Cargo.toml [INFO] crate BProg/z-files already has a lockfile, it will not be regenerated [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 BProg/z-files against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files:/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] c40402a1f9af9ab7818d873f6e10cb3db044d73ae0fd2f589791d005be987449 [INFO] running `"docker" "start" "-a" "c40402a1f9af9ab7818d873f6e10cb3db044d73ae0fd2f589791d005be987449"` [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling smallvec v0.4.3 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling clicolors-control v0.1.0 [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 regex v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.2.6 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling console v0.5.0 [INFO] [stderr] Compiling xfile v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `App`, `Arg`, `SubCommand` [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use clap::{App, Arg, SubCommand}; [INFO] [stderr] | ^^^ ^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.77s [INFO] running `"docker" "inspect" "c40402a1f9af9ab7818d873f6e10cb3db044d73ae0fd2f589791d005be987449"` [INFO] running `"docker" "rm" "-f" "c40402a1f9af9ab7818d873f6e10cb3db044d73ae0fd2f589791d005be987449"` [INFO] [stdout] c40402a1f9af9ab7818d873f6e10cb3db044d73ae0fd2f589791d005be987449 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files:/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] 84b3aa12b5809cbc83ef98bf2a5dd363fca841a4fff1ae6432a816cb8effcbf3 [INFO] running `"docker" "start" "-a" "84b3aa12b5809cbc83ef98bf2a5dd363fca841a4fff1ae6432a816cb8effcbf3"` [INFO] [stderr] Compiling xfile v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `App`, `Arg`, `SubCommand` [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use clap::{App, Arg, SubCommand}; [INFO] [stderr] | ^^^ ^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function `test_App` should have a snake case name [INFO] [stderr] --> src/app.rs:50:8 [INFO] [stderr] | [INFO] [stderr] 50 | fn test_App() { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `test_app` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `"docker" "inspect" "84b3aa12b5809cbc83ef98bf2a5dd363fca841a4fff1ae6432a816cb8effcbf3"` [INFO] running `"docker" "rm" "-f" "84b3aa12b5809cbc83ef98bf2a5dd363fca841a4fff1ae6432a816cb8effcbf3"` [INFO] [stdout] 84b3aa12b5809cbc83ef98bf2a5dd363fca841a4fff1ae6432a816cb8effcbf3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/BProg/z-files:/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] bbbb79d4dbf975dbe60e15c904b2f2fcaf426da7b05249197b316c9ea8131470 [INFO] running `"docker" "start" "-a" "bbbb79d4dbf975dbe60e15c904b2f2fcaf426da7b05249197b316c9ea8131470"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/xfile-9cd777368816288d [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] [stderr] Running /opt/crater/target/debug/deps/xfile-35b2c74d23e2a5a5 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test app::tests::test_App ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests xfile [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" "bbbb79d4dbf975dbe60e15c904b2f2fcaf426da7b05249197b316c9ea8131470"` [INFO] running `"docker" "rm" "-f" "bbbb79d4dbf975dbe60e15c904b2f2fcaf426da7b05249197b316c9ea8131470"` [INFO] [stdout] bbbb79d4dbf975dbe60e15c904b2f2fcaf426da7b05249197b316c9ea8131470