[INFO] fetching crate cloudflare 0.1.0... [INFO] extracting crate cloudflare 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/cloudflare/0.1.0 [INFO] extracting crate cloudflare 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cloudflare/0.1.0 [INFO] validating manifest of cloudflare-0.1.0 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 cloudflare-0.1.0 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 cloudflare-0.1.0 [INFO] finished frobbing cloudflare-0.1.0 [INFO] frobbed toml for cloudflare-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/cloudflare/0.1.0/Cargo.toml [INFO] started frobbing cloudflare-0.1.0 [INFO] finished frobbing cloudflare-0.1.0 [INFO] frobbed toml for cloudflare-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cloudflare/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing cloudflare-0.1.0 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-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cloudflare/0.1.0:/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] 1e937be5e2ceef20a23cc650a0bffb4c8be474c749a1fcc559cb141c957041b7 [INFO] running `"docker" "start" "-a" "1e937be5e2ceef20a23cc650a0bffb4c8be474c749a1fcc559cb141c957041b7"` [INFO] [stderr] Compiling arc-swap v0.3.11 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling libflate v0.1.25 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling slog-scope v4.1.2 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling trackable v0.2.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling sloggers v0.3.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling cloudflare v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apiclient.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [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/mock.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | _endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:20 [INFO] [stderr] | [INFO] [stderr] 78 | endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> example/main.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | fn main() -> Result<(), Box> { [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 56.00s [INFO] running `"docker" "inspect" "1e937be5e2ceef20a23cc650a0bffb4c8be474c749a1fcc559cb141c957041b7"` [INFO] running `"docker" "rm" "-f" "1e937be5e2ceef20a23cc650a0bffb4c8be474c749a1fcc559cb141c957041b7"` [INFO] [stdout] 1e937be5e2ceef20a23cc650a0bffb4c8be474c749a1fcc559cb141c957041b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cloudflare/0.1.0:/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] ad15b32eb45fae1d35a220e4bf841fed2aa9d23c9499135de45c96668075c354 [INFO] running `"docker" "start" "-a" "ad15b32eb45fae1d35a220e4bf841fed2aa9d23c9499135de45c96668075c354"` [INFO] [stderr] Compiling cloudflare v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> example/main.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | fn main() -> Result<(), Box> { [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apiclient.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [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/mock.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | _endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:20 [INFO] [stderr] | [INFO] [stderr] 78 | endpoint: &Endpoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Endpoint` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.15s [INFO] running `"docker" "inspect" "ad15b32eb45fae1d35a220e4bf841fed2aa9d23c9499135de45c96668075c354"` [INFO] running `"docker" "rm" "-f" "ad15b32eb45fae1d35a220e4bf841fed2aa9d23c9499135de45c96668075c354"` [INFO] [stdout] ad15b32eb45fae1d35a220e4bf841fed2aa9d23c9499135de45c96668075c354 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cloudflare/0.1.0:/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] 1b43a71b9e1907bfeb55b9d93b8431e6bebbfa0c7ee1068e686b80e0f3967168 [INFO] running `"docker" "start" "-a" "1b43a71b9e1907bfeb55b9d93b8431e6bebbfa0c7ee1068e686b80e0f3967168"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/cloudflare-c38885e80df65e0c [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test response::tests::api_failure_eq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/cloudflare_rust_examples-a6c05afd2194f076 [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] Doc-tests cloudflare [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" "1b43a71b9e1907bfeb55b9d93b8431e6bebbfa0c7ee1068e686b80e0f3967168"` [INFO] running `"docker" "rm" "-f" "1b43a71b9e1907bfeb55b9d93b8431e6bebbfa0c7ee1068e686b80e0f3967168"` [INFO] [stdout] 1b43a71b9e1907bfeb55b9d93b8431e6bebbfa0c7ee1068e686b80e0f3967168