[INFO] cloning repository rustyhorde/atterc [INFO] running `"git" "clone" "--bare" "git://github.com/rustyhorde/atterc.git" "work/cache/sources/gh/rustyhorde/atterc"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/rustyhorde/atterc'... [INFO] running `"git" "clone" "work/cache/sources/gh/rustyhorde/atterc" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rustyhorde/atterc" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rustyhorde/atterc"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rustyhorde/atterc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 65680ae85cc857b5d5499130e4f8bd6f35cc88b0 [INFO] sha for GitHub repo rustyhorde/atterc: 65680ae85cc857b5d5499130e4f8bd6f35cc88b0 [INFO] validating manifest of rustyhorde/atterc 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 rustyhorde/atterc 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 rustyhorde/atterc [INFO] finished frobbing rustyhorde/atterc [INFO] frobbed toml for rustyhorde/atterc written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc/Cargo.toml [INFO] started frobbing rustyhorde/atterc [INFO] finished frobbing rustyhorde/atterc [INFO] frobbed toml for rustyhorde/atterc written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rustyhorde/atterc/Cargo.toml [INFO] crate rustyhorde/atterc 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded getset v0.0.5 [INFO] [stderr] Downloaded atter v0.1.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing rustyhorde/atterc against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 7346204f0640ca08f6c7213e82d04db95dc586fcbbe1a4f00280ca481a73bf30 [INFO] running `"docker" "start" "-a" "7346204f0640ca08f6c7213e82d04db95dc586fcbbe1a4f00280ca481a73bf30"` [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling uuid v0.6.3 [INFO] [stderr] Compiling getset v0.0.5 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling atter v0.1.0 [INFO] [stderr] Compiling atterc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain!{ [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.88s [INFO] running `"docker" "inspect" "7346204f0640ca08f6c7213e82d04db95dc586fcbbe1a4f00280ca481a73bf30"` [INFO] running `"docker" "rm" "-f" "7346204f0640ca08f6c7213e82d04db95dc586fcbbe1a4f00280ca481a73bf30"` [INFO] [stdout] 7346204f0640ca08f6c7213e82d04db95dc586fcbbe1a4f00280ca481a73bf30 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 66775049a73527c8526b201e479dbfe6c6f892643eacea609e765c5316543a7f [INFO] running `"docker" "start" "-a" "66775049a73527c8526b201e479dbfe6c6f892643eacea609e765c5316543a7f"` [INFO] [stderr] Compiling atterc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain!{ [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(::std::io::Error); [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "66775049a73527c8526b201e479dbfe6c6f892643eacea609e765c5316543a7f"` [INFO] running `"docker" "rm" "-f" "66775049a73527c8526b201e479dbfe6c6f892643eacea609e765c5316543a7f"` [INFO] [stdout] 66775049a73527c8526b201e479dbfe6c6f892643eacea609e765c5316543a7f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rustyhorde/atterc:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] cb50cf4dde15fcefc2c1ad61f300dd2adb52d9ca0b20e7a5f407f5f8dbf4bcf8 [INFO] running `"docker" "start" "-a" "cb50cf4dde15fcefc2c1ad61f300dd2adb52d9ca0b20e7a5f407f5f8dbf4bcf8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/atterc-896b05028782fb3b [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" "cb50cf4dde15fcefc2c1ad61f300dd2adb52d9ca0b20e7a5f407f5f8dbf4bcf8"` [INFO] running `"docker" "rm" "-f" "cb50cf4dde15fcefc2c1ad61f300dd2adb52d9ca0b20e7a5f407f5f8dbf4bcf8"` [INFO] [stdout] cb50cf4dde15fcefc2c1ad61f300dd2adb52d9ca0b20e7a5f407f5f8dbf4bcf8