[INFO] updating cached repository mayflower/github-data-fetch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mayflower/github-data-fetch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mayflower/github-data-fetch" "work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mayflower/github-data-fetch" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mayflower/github-data-fetch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mayflower/github-data-fetch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a119d8d5bc2f61b0e8ab3f4416f48a4487849a4f [INFO] sha for GitHub repo mayflower/github-data-fetch: a119d8d5bc2f61b0e8ab3f4416f48a4487849a4f [INFO] validating manifest of mayflower/github-data-fetch 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 mayflower/github-data-fetch 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 mayflower/github-data-fetch [INFO] finished frobbing mayflower/github-data-fetch [INFO] frobbed toml for mayflower/github-data-fetch written to work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch/Cargo.toml [INFO] started frobbing mayflower/github-data-fetch [INFO] finished frobbing mayflower/github-data-fetch [INFO] frobbed toml for mayflower/github-data-fetch written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mayflower/github-data-fetch/Cargo.toml [INFO] crate mayflower/github-data-fetch 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] testing mayflower/github-data-fetch 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch:/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] cee177d3a6ef70c681c6ae24698178d236299e7f2c0d9809c06a69e149626db9 [INFO] running `"docker" "start" "-a" "cee177d3a6ef70c681c6ae24698178d236299e7f2c0d9809c06a69e149626db9"` [INFO] [stderr] Compiling backtrace v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.46 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.17 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling hyperx v0.13.2 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling openssl v0.10.22 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.20 [INFO] [stderr] Compiling stream_throttle v0.2.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling hyper v0.12.29 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling hubcaps v0.5.0 (https://github.com/mayflower/hubcaps?branch=serializable#f448cecf) [INFO] [stderr] Compiling github-data-fetch v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:60:41 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> Result<(Vec, Vec), Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:78:52 [INFO] [stderr] | [INFO] [stderr] 78 | fn get_pull(repo: Repository, n: u64) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | ) -> Result, Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:108:69 [INFO] [stderr] | [INFO] [stderr] 108 | fn serialize_to_file(data: D, filename: &Path) -> Result<(), Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:117:28 [INFO] [stderr] | [INFO] [stderr] 117 | fn run() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pool` [INFO] [stderr] --> src/main.rs:98:9 [INFO] [stderr] | [INFO] [stderr] 98 | let pool = ThrottlePool::new(ThrottleRate::new(20, Duration::from_secs(1))); [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_pool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | let mut core = Core::new().expect("reactor fail"); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "cee177d3a6ef70c681c6ae24698178d236299e7f2c0d9809c06a69e149626db9"` [INFO] running `"docker" "rm" "-f" "cee177d3a6ef70c681c6ae24698178d236299e7f2c0d9809c06a69e149626db9"` [INFO] [stdout] cee177d3a6ef70c681c6ae24698178d236299e7f2c0d9809c06a69e149626db9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch:/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] 5bb83eb00a10a436d2d1076e765288d9672ead77ef5c6961b21bce1005bfabcd [INFO] running `"docker" "start" "-a" "5bb83eb00a10a436d2d1076e765288d9672ead77ef5c6961b21bce1005bfabcd"` [INFO] [stderr] Compiling github-data-fetch v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:60:41 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> Result<(Vec, Vec), Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:78:52 [INFO] [stderr] | [INFO] [stderr] 78 | fn get_pull(repo: Repository, n: u64) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | ) -> Result, Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:108:69 [INFO] [stderr] | [INFO] [stderr] 108 | fn serialize_to_file(data: D, filename: &Path) -> Result<(), Box> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:117:28 [INFO] [stderr] | [INFO] [stderr] 117 | fn run() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pool` [INFO] [stderr] --> src/main.rs:98:9 [INFO] [stderr] | [INFO] [stderr] 98 | let pool = ThrottlePool::new(ThrottleRate::new(20, Duration::from_secs(1))); [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_pool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | let mut core = Core::new().expect("reactor fail"); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `"docker" "inspect" "5bb83eb00a10a436d2d1076e765288d9672ead77ef5c6961b21bce1005bfabcd"` [INFO] running `"docker" "rm" "-f" "5bb83eb00a10a436d2d1076e765288d9672ead77ef5c6961b21bce1005bfabcd"` [INFO] [stdout] 5bb83eb00a10a436d2d1076e765288d9672ead77ef5c6961b21bce1005bfabcd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mayflower/github-data-fetch:/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] 674a63376211da97f5aa24e5e23a8e631cbb44a6d00171ee1d08e0eb34eac68b [INFO] running `"docker" "start" "-a" "674a63376211da97f5aa24e5e23a8e631cbb44a6d00171ee1d08e0eb34eac68b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/github_data_fetch-8d8912d03cedba05 [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" "674a63376211da97f5aa24e5e23a8e631cbb44a6d00171ee1d08e0eb34eac68b"` [INFO] running `"docker" "rm" "-f" "674a63376211da97f5aa24e5e23a8e631cbb44a6d00171ee1d08e0eb34eac68b"` [INFO] [stdout] 674a63376211da97f5aa24e5e23a8e631cbb44a6d00171ee1d08e0eb34eac68b