[INFO] updating cached repository alextanhongpin/rust-web [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alextanhongpin/rust-web [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alextanhongpin/rust-web" "work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alextanhongpin/rust-web" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alextanhongpin/rust-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alextanhongpin/rust-web'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ab9a35d2a37c90935eae573da137e90b08d2a788 [INFO] sha for GitHub repo alextanhongpin/rust-web: ab9a35d2a37c90935eae573da137e90b08d2a788 [INFO] validating manifest of alextanhongpin/rust-web 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 alextanhongpin/rust-web 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 alextanhongpin/rust-web [INFO] finished frobbing alextanhongpin/rust-web [INFO] frobbed toml for alextanhongpin/rust-web written to work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web/Cargo.toml [INFO] started frobbing alextanhongpin/rust-web [INFO] finished frobbing alextanhongpin/rust-web [INFO] frobbed toml for alextanhongpin/rust-web written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alextanhongpin/rust-web/Cargo.toml [INFO] crate alextanhongpin/rust-web 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 alextanhongpin/rust-web 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web:/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] 2a2366c133ca479d3be5a35cae9a47d1c8dd9fec9792ff027d39777d852c943f [INFO] running `"docker" "start" "-a" "2a2366c133ca479d3be5a35cae9a47d1c8dd9fec9792ff027d39777d852c943f"` [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Compiling url v1.5.1 [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.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | 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 hyper v0.10.13 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling rust-web v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.56s [INFO] running `"docker" "inspect" "2a2366c133ca479d3be5a35cae9a47d1c8dd9fec9792ff027d39777d852c943f"` [INFO] running `"docker" "rm" "-f" "2a2366c133ca479d3be5a35cae9a47d1c8dd9fec9792ff027d39777d852c943f"` [INFO] [stdout] 2a2366c133ca479d3be5a35cae9a47d1c8dd9fec9792ff027d39777d852c943f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web:/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] d8a1a949e5181b33decf6b1219ea330c393b3de01378b495c2902ff8fc770f6d [INFO] running `"docker" "start" "-a" "d8a1a949e5181b33decf6b1219ea330c393b3de01378b495c2902ff8fc770f6d"` [INFO] [stderr] Compiling rust-web v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `"docker" "inspect" "d8a1a949e5181b33decf6b1219ea330c393b3de01378b495c2902ff8fc770f6d"` [INFO] running `"docker" "rm" "-f" "d8a1a949e5181b33decf6b1219ea330c393b3de01378b495c2902ff8fc770f6d"` [INFO] [stdout] d8a1a949e5181b33decf6b1219ea330c393b3de01378b495c2902ff8fc770f6d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/alextanhongpin/rust-web:/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] c5a1fd068f520af059a11ead3f5cc0cb46602d671d9d73075ecf3c42ae85b79e [INFO] running `"docker" "start" "-a" "c5a1fd068f520af059a11ead3f5cc0cb46602d671d9d73075ecf3c42ae85b79e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_web-4e57b132c029d557 [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" "c5a1fd068f520af059a11ead3f5cc0cb46602d671d9d73075ecf3c42ae85b79e"` [INFO] running `"docker" "rm" "-f" "c5a1fd068f520af059a11ead3f5cc0cb46602d671d9d73075ecf3c42ae85b79e"` [INFO] [stdout] c5a1fd068f520af059a11ead3f5cc0cb46602d671d9d73075ecf3c42ae85b79e