[INFO] updating cached repository juanibiapina/zas [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/juanibiapina/zas [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/juanibiapina/zas" "work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/juanibiapina/zas" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/juanibiapina/zas"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/juanibiapina/zas'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a1b024c22ff1c6e1dd3a7b7ea5c449a90fae4c35 [INFO] sha for GitHub repo juanibiapina/zas: a1b024c22ff1c6e1dd3a7b7ea5c449a90fae4c35 [INFO] validating manifest of juanibiapina/zas 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 juanibiapina/zas 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 juanibiapina/zas [INFO] finished frobbing juanibiapina/zas [INFO] frobbed toml for juanibiapina/zas written to work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas/Cargo.toml [INFO] started frobbing juanibiapina/zas [INFO] finished frobbing juanibiapina/zas [INFO] frobbed toml for juanibiapina/zas written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/juanibiapina/zas/Cargo.toml [INFO] crate juanibiapina/zas 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 juanibiapina/zas 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas:/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] 75200330a0a7c546b4e7a71b14d19babd5d75cac2ef4f378c2d7d784c02f867e [INFO] running `"docker" "start" "-a" "75200330a0a7c546b4e7a71b14d19babd5d75cac2ef4f378c2d7d784c02f867e"` [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling mio v0.6.13 [INFO] [stderr] Compiling tokio-io v0.1.5 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tempdir v0.3.6 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.18 [INFO] [stderr] Compiling zas v0.21.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http/dispatcher.rs:46:53 [INFO] [stderr] | [INFO] [stderr] 46 | fn handle_zas_request(&self, _: Request) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/dispatcher.rs:54:77 [INFO] [stderr] | [INFO] [stderr] 54 | fn handle_app_request(&self, request: Request, app_name: String) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http/dispatcher.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:65:26 [INFO] [stderr] | [INFO] [stderr] 65 | let home_dir = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.37s [INFO] running `"docker" "inspect" "75200330a0a7c546b4e7a71b14d19babd5d75cac2ef4f378c2d7d784c02f867e"` [INFO] running `"docker" "rm" "-f" "75200330a0a7c546b4e7a71b14d19babd5d75cac2ef4f378c2d7d784c02f867e"` [INFO] [stdout] 75200330a0a7c546b4e7a71b14d19babd5d75cac2ef4f378c2d7d784c02f867e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas:/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] 6d322f2e7b1321b0b8c63a0b97ca37e2a7a1cd6b87cb402098c8a84302da72c6 [INFO] running `"docker" "start" "-a" "6d322f2e7b1321b0b8c63a0b97ca37e2a7a1cd6b87cb402098c8a84302da72c6"` [INFO] [stderr] Compiling zas v0.21.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http/dispatcher.rs:46:53 [INFO] [stderr] | [INFO] [stderr] 46 | fn handle_zas_request(&self, _: Request) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/dispatcher.rs:54:77 [INFO] [stderr] | [INFO] [stderr] 54 | fn handle_app_request(&self, request: Request, app_name: String) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http/dispatcher.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:65:26 [INFO] [stderr] | [INFO] [stderr] 65 | let home_dir = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `"docker" "inspect" "6d322f2e7b1321b0b8c63a0b97ca37e2a7a1cd6b87cb402098c8a84302da72c6"` [INFO] running `"docker" "rm" "-f" "6d322f2e7b1321b0b8c63a0b97ca37e2a7a1cd6b87cb402098c8a84302da72c6"` [INFO] [stdout] 6d322f2e7b1321b0b8c63a0b97ca37e2a7a1cd6b87cb402098c8a84302da72c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/juanibiapina/zas:/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] 236387113b88339851e9fcaf7262c21f2d6d210e8d50674ad3de34262a586f77 [INFO] running `"docker" "start" "-a" "236387113b88339851e9fcaf7262c21f2d6d210e8d50674ad3de34262a586f77"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/zas-79e792145677fd45 [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] Running /opt/crater/target/debug/deps/zas-0ee99c1248daf83d [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 zas [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" "236387113b88339851e9fcaf7262c21f2d6d210e8d50674ad3de34262a586f77"` [INFO] running `"docker" "rm" "-f" "236387113b88339851e9fcaf7262c21f2d6d210e8d50674ad3de34262a586f77"` [INFO] [stdout] 236387113b88339851e9fcaf7262c21f2d6d210e8d50674ad3de34262a586f77