[INFO] cloning repository nyantec/sensorlog [INFO] running `"git" "clone" "--bare" "git://github.com/nyantec/sensorlog.git" "work/cache/sources/gh/nyantec/sensorlog"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/nyantec/sensorlog'... [INFO] running `"git" "clone" "work/cache/sources/gh/nyantec/sensorlog" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nyantec/sensorlog"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nyantec/sensorlog'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nyantec/sensorlog" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nyantec/sensorlog"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nyantec/sensorlog'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3bbc61f86b027f7995b2cc2af6b4a987c2f7c918 [INFO] sha for GitHub repo nyantec/sensorlog: 3bbc61f86b027f7995b2cc2af6b4a987c2f7c918 [INFO] validating manifest of nyantec/sensorlog 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 nyantec/sensorlog 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 nyantec/sensorlog [INFO] finished frobbing nyantec/sensorlog [INFO] frobbed toml for nyantec/sensorlog written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nyantec/sensorlog/Cargo.toml [INFO] started frobbing nyantec/sensorlog [INFO] finished frobbing nyantec/sensorlog [INFO] frobbed toml for nyantec/sensorlog written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nyantec/sensorlog/Cargo.toml [INFO] crate nyantec/sensorlog 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 nyantec/sensorlog 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/nyantec/sensorlog:/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] 2088e1035bac895cd6725458b800ae70c37e2b414f32268c93f2cf5a3dcadcd2 [INFO] running `"docker" "start" "-a" "2088e1035bac895cd6725458b800ae70c37e2b414f32268c93f2cf5a3dcadcd2"` [INFO] [stderr] Compiling serde v1.0.55 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling syn v0.13.9 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.55 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.17 [INFO] [stderr] Compiling hyper v0.11.26 [INFO] [stderr] Compiling sensorlog v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api_json.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 59 | method: &Fn(&Service, RequestType) -> Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Service, RequestType) -> Result` [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/http.rs:135:20 [INFO] [stderr] | [INFO] [stderr] 135 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.05s [INFO] running `"docker" "inspect" "2088e1035bac895cd6725458b800ae70c37e2b414f32268c93f2cf5a3dcadcd2"` [INFO] running `"docker" "rm" "-f" "2088e1035bac895cd6725458b800ae70c37e2b414f32268c93f2cf5a3dcadcd2"` [INFO] [stdout] 2088e1035bac895cd6725458b800ae70c37e2b414f32268c93f2cf5a3dcadcd2 [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/nyantec/sensorlog:/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] 6e7b3298c984095dc3da10a0aafc48dd4f2a6a604d508a5a3ce54f250d81e6fc [INFO] running `"docker" "start" "-a" "6e7b3298c984095dc3da10a0aafc48dd4f2a6a604d508a5a3ce54f250d81e6fc"` [INFO] [stderr] Compiling sensorlog v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api_json.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 59 | method: &Fn(&Service, RequestType) -> Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Service, RequestType) -> Result` [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/http.rs:135:20 [INFO] [stderr] | [INFO] [stderr] 135 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `"docker" "inspect" "6e7b3298c984095dc3da10a0aafc48dd4f2a6a604d508a5a3ce54f250d81e6fc"` [INFO] running `"docker" "rm" "-f" "6e7b3298c984095dc3da10a0aafc48dd4f2a6a604d508a5a3ce54f250d81e6fc"` [INFO] [stdout] 6e7b3298c984095dc3da10a0aafc48dd4f2a6a604d508a5a3ce54f250d81e6fc [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/nyantec/sensorlog:/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] 3beb2e36051984b0b6ffb8fe4d4950228cbf0f29e020b978bb90ce322bfffe24 [INFO] running `"docker" "start" "-a" "3beb2e36051984b0b6ffb8fe4d4950228cbf0f29e020b978bb90ce322bfffe24"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/sensorlogctl-742c09f3dcdf60e8 [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] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/sensorlogd-bbc2af10d676c11e [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" "3beb2e36051984b0b6ffb8fe4d4950228cbf0f29e020b978bb90ce322bfffe24"` [INFO] running `"docker" "rm" "-f" "3beb2e36051984b0b6ffb8fe4d4950228cbf0f29e020b978bb90ce322bfffe24"` [INFO] [stdout] 3beb2e36051984b0b6ffb8fe4d4950228cbf0f29e020b978bb90ce322bfffe24