[INFO] updating cached repository cetra3/actixtest [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cetra3/actixtest [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cetra3/actixtest" "work/ex/beta-1.38-1/sources/1.37.0/gh/cetra3/actixtest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cetra3/actixtest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cetra3/actixtest" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cetra3/actixtest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cetra3/actixtest'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4f7f156a5cbee03a0a1bced1c87ce919d3ffb804 [INFO] sha for GitHub repo cetra3/actixtest: 4f7f156a5cbee03a0a1bced1c87ce919d3ffb804 [INFO] validating manifest of cetra3/actixtest 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 cetra3/actixtest 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 cetra3/actixtest [INFO] finished frobbing cetra3/actixtest [INFO] frobbed toml for cetra3/actixtest written to work/ex/beta-1.38-1/sources/1.37.0/gh/cetra3/actixtest/Cargo.toml [INFO] started frobbing cetra3/actixtest [INFO] finished frobbing cetra3/actixtest [INFO] frobbed toml for cetra3/actixtest written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cetra3/actixtest/Cargo.toml [INFO] crate cetra3/actixtest 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 cetra3/actixtest 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-3/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/cetra3/actixtest:/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] d28ec251ff741755e3ad961f11ee88d8a760b0252b20f06a1d5140a2b2464218 [INFO] running `"docker" "start" "-a" "d28ec251ff741755e3ad961f11ee88d8a760b0252b20f06a1d5140a2b2464218"` [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.14 [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Compiling tokio-timer v0.2.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.1.6 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling structopt v0.1.7 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.2 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling env_logger v0.5.7 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling h2 v0.1.5 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling pretty_env_logger v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.23.0 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.37 [INFO] [stderr] Compiling trust-dns-proto v0.3.2 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling trust-dns-resolver v0.8.1 [INFO] [stderr] Compiling cookie v0.10.1 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling actix v0.5.5 [INFO] [stderr] Compiling actix-web v0.5.1 (https://github.com/actix/actix-web?rev=c5b18c6d3073698b3530dcc2ef364a5ad233364a#c5b18c6d) [INFO] [stderr] Compiling actixtest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:66 [INFO] [stderr] | [INFO] [stderr] 58 | fn handle_put(req: HttpRequest, url: &str) -> 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/main.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | fn index(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 22s [INFO] running `"docker" "inspect" "d28ec251ff741755e3ad961f11ee88d8a760b0252b20f06a1d5140a2b2464218"` [INFO] running `"docker" "rm" "-f" "d28ec251ff741755e3ad961f11ee88d8a760b0252b20f06a1d5140a2b2464218"` [INFO] [stdout] d28ec251ff741755e3ad961f11ee88d8a760b0252b20f06a1d5140a2b2464218 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/cetra3/actixtest:/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] 7d724484d33949b5659708146e9f8a4bfba909fc785205e5d7180decc1c22210 [INFO] running `"docker" "start" "-a" "7d724484d33949b5659708146e9f8a4bfba909fc785205e5d7180decc1c22210"` [INFO] [stderr] Compiling actixtest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:66 [INFO] [stderr] | [INFO] [stderr] 58 | fn handle_put(req: HttpRequest, url: &str) -> 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/main.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | fn index(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.22s [INFO] running `"docker" "inspect" "7d724484d33949b5659708146e9f8a4bfba909fc785205e5d7180decc1c22210"` [INFO] running `"docker" "rm" "-f" "7d724484d33949b5659708146e9f8a4bfba909fc785205e5d7180decc1c22210"` [INFO] [stdout] 7d724484d33949b5659708146e9f8a4bfba909fc785205e5d7180decc1c22210 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/cetra3/actixtest:/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] 28e05034bad844fe968199b578d6dfbafe6106982719d1952cedb2f6053227b1 [INFO] running `"docker" "start" "-a" "28e05034bad844fe968199b578d6dfbafe6106982719d1952cedb2f6053227b1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/actixtest-90fe29387ba1ac22 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test mpart::tests::writes_field_header ... ok [INFO] [stdout] test mpart::tests::writes_stream_header ... ok [INFO] [stdout] test mpart::tests::sets_boundary ... ok [INFO] [stdout] test mpart::tests::writes_fields ... ok [INFO] [stdout] test mpart::tests::writes_streams ... ok [INFO] [stdout] test mpart::tests::writes_streams_and_fields ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "28e05034bad844fe968199b578d6dfbafe6106982719d1952cedb2f6053227b1"` [INFO] running `"docker" "rm" "-f" "28e05034bad844fe968199b578d6dfbafe6106982719d1952cedb2f6053227b1"` [INFO] [stdout] 28e05034bad844fe968199b578d6dfbafe6106982719d1952cedb2f6053227b1