[INFO] updating cached repository mindriot101/crate-download-stats [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mindriot101/crate-download-stats [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/crate-download-stats" "work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/crate-download-stats" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/crate-download-stats"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/crate-download-stats'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a646bbfa04a58532e664373860eb01ac3e2c81ff [INFO] sha for GitHub repo mindriot101/crate-download-stats: a646bbfa04a58532e664373860eb01ac3e2c81ff [INFO] validating manifest of mindriot101/crate-download-stats on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mindriot101/crate-download-stats on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mindriot101/crate-download-stats [INFO] finished frobbing mindriot101/crate-download-stats [INFO] frobbed toml for mindriot101/crate-download-stats written to work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats/Cargo.toml [INFO] started frobbing mindriot101/crate-download-stats [INFO] finished frobbing mindriot101/crate-download-stats [INFO] frobbed toml for mindriot101/crate-download-stats written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/crate-download-stats/Cargo.toml [INFO] crate mindriot101/crate-download-stats already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing mindriot101/crate-download-stats against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 46163cf75eae865a46302314afb9563b3a5f3460df83d7342b6b113c29c5dc19 [INFO] running `"docker" "start" "-a" "46163cf75eae865a46302314afb9563b3a5f3460df83d7342b6b113c29c5dc19"` [INFO] [stderr] Compiling md5 v0.2.1 [INFO] [stderr] Compiling quote v0.3.12 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling bufstream v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.8 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling serde_json v0.9.6 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling postgres-protocol v0.2.0 [INFO] [stderr] Compiling syn v0.11.4 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling postgres-shared v0.1.1 (https://github.com/sfackler/rust-postgres?rev=09b078bdbb2ad901f6149d74348fa1195d6c7a84#09b078bd) [INFO] [stderr] Compiling serde_codegen_internals v0.13.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling serde_derive v0.9.7 [INFO] [stderr] Compiling postgres v0.13.6 (https://github.com/sfackler/rust-postgres?rev=09b078bdbb2ad901f6149d74348fa1195d6c7a84#09b078bd) [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.9.0 [INFO] [stderr] Compiling fitsio-download-stats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:20:47 [INFO] [stderr] | [INFO] [stderr] 20 | type Result = ::std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.32s [INFO] running `"docker" "inspect" "46163cf75eae865a46302314afb9563b3a5f3460df83d7342b6b113c29c5dc19"` [INFO] running `"docker" "rm" "-f" "46163cf75eae865a46302314afb9563b3a5f3460df83d7342b6b113c29c5dc19"` [INFO] [stdout] 46163cf75eae865a46302314afb9563b3a5f3460df83d7342b6b113c29c5dc19 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] fe2fc968992a9d805dc2707f4707f4b61e8ab8ac1dab9fa400877cb6aa065b50 [INFO] running `"docker" "start" "-a" "fe2fc968992a9d805dc2707f4707f4b61e8ab8ac1dab9fa400877cb6aa065b50"` [INFO] [stderr] Compiling fitsio-download-stats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:20:47 [INFO] [stderr] | [INFO] [stderr] 20 | type Result = ::std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::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.55s [INFO] running `"docker" "inspect" "fe2fc968992a9d805dc2707f4707f4b61e8ab8ac1dab9fa400877cb6aa065b50"` [INFO] running `"docker" "rm" "-f" "fe2fc968992a9d805dc2707f4707f4b61e8ab8ac1dab9fa400877cb6aa065b50"` [INFO] [stdout] fe2fc968992a9d805dc2707f4707f4b61e8ab8ac1dab9fa400877cb6aa065b50 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/crate-download-stats:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] d2b5b1780e4645e9ba1718586dd37bafafec5ff0bc62771ce4dca4cb0e99b886 [INFO] running `"docker" "start" "-a" "d2b5b1780e4645e9ba1718586dd37bafafec5ff0bc62771ce4dca4cb0e99b886"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/fitsio_download_stats-aa401817e3be7688 [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" "d2b5b1780e4645e9ba1718586dd37bafafec5ff0bc62771ce4dca4cb0e99b886"` [INFO] running `"docker" "rm" "-f" "d2b5b1780e4645e9ba1718586dd37bafafec5ff0bc62771ce4dca4cb0e99b886"` [INFO] [stdout] d2b5b1780e4645e9ba1718586dd37bafafec5ff0bc62771ce4dca4cb0e99b886