[INFO] updating cached repository martinhath/dyne [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/martinhath/dyne [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/martinhath/dyne" "work/ex/beta-1.38-1/sources/1.37.0/gh/martinhath/dyne"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/martinhath/dyne'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/martinhath/dyne" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 254edfc22f86fedbb3e638eef5a2d19ce6841b34 [INFO] sha for GitHub repo martinhath/dyne: 254edfc22f86fedbb3e638eef5a2d19ce6841b34 [INFO] validating manifest of martinhath/dyne 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 martinhath/dyne 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 martinhath/dyne [INFO] finished frobbing martinhath/dyne [INFO] frobbed toml for martinhath/dyne written to work/ex/beta-1.38-1/sources/1.37.0/gh/martinhath/dyne/Cargo.toml [INFO] started frobbing martinhath/dyne [INFO] finished frobbing martinhath/dyne [INFO] frobbed toml for martinhath/dyne written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne/Cargo.toml [INFO] crate martinhath/dyne 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing martinhath/dyne against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne:/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-08-13" "build" "--frozen"` [INFO] [stdout] 0e6ee331f89517a58b16658d5c8a38050804447f34af0df9a2b8326630bb745b [INFO] running `"docker" "start" "-a" "0e6ee331f89517a58b16658d5c8a38050804447f34af0df9a2b8326630bb745b"` [INFO] [stderr] Compiling c_linked_list v1.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling hostname v0.1.3 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling openssl-sys v0.9.19 [INFO] [stderr] Compiling mime v0.3.4 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling get_if_addrs v0.4.0 [INFO] [stderr] Compiling openssl v0.9.19 [INFO] [stderr] Compiling askama_shared v0.5.0 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling askama_derive v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling askama v0.5.0 [INFO] [stderr] Compiling dyne v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/server.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:96:23 [INFO] [stderr] | [INFO] [stderr] 96 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/server.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref MAP: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 38 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/server.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref MAP: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 39.23s [INFO] running `"docker" "inspect" "0e6ee331f89517a58b16658d5c8a38050804447f34af0df9a2b8326630bb745b"` [INFO] running `"docker" "rm" "-f" "0e6ee331f89517a58b16658d5c8a38050804447f34af0df9a2b8326630bb745b"` [INFO] [stdout] 0e6ee331f89517a58b16658d5c8a38050804447f34af0df9a2b8326630bb745b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7dd0917ddab8fdcbb24d3aba2b461be83c419f21951216011a1e9cb124919ae8 [INFO] running `"docker" "start" "-a" "7dd0917ddab8fdcbb24d3aba2b461be83c419f21951216011a1e9cb124919ae8"` [INFO] [stderr] Compiling dyne v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/server.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:96:23 [INFO] [stderr] | [INFO] [stderr] 96 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/server.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref MAP: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 38 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/server.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref MAP: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 1.59s [INFO] running `"docker" "inspect" "7dd0917ddab8fdcbb24d3aba2b461be83c419f21951216011a1e9cb124919ae8"` [INFO] running `"docker" "rm" "-f" "7dd0917ddab8fdcbb24d3aba2b461be83c419f21951216011a1e9cb124919ae8"` [INFO] [stdout] 7dd0917ddab8fdcbb24d3aba2b461be83c419f21951216011a1e9cb124919ae8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/martinhath/dyne:/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-08-13" "test" "--frozen"` [INFO] [stdout] d6b26032e8880c54ae6ced51f05c658ab5f2d5ac4dbd72c3fa0606787a432af1 [INFO] running `"docker" "start" "-a" "d6b26032e8880c54ae6ced51f05c658ab5f2d5ac4dbd72c3fa0606787a432af1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] [stderr] Running /opt/crater/target/debug/deps/dyne-467d1fe1b4d5dade [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/dyned-e0d6a5c3ccc79703 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "d6b26032e8880c54ae6ced51f05c658ab5f2d5ac4dbd72c3fa0606787a432af1"` [INFO] running `"docker" "rm" "-f" "d6b26032e8880c54ae6ced51f05c658ab5f2d5ac4dbd72c3fa0606787a432af1"` [INFO] [stdout] d6b26032e8880c54ae6ced51f05c658ab5f2d5ac4dbd72c3fa0606787a432af1