[INFO] cloning repository duplanty/iron-mvc-crud-mysql [INFO] running `"git" "clone" "--bare" "git://github.com/duplanty/iron-mvc-crud-mysql.git" "work/cache/sources/gh/duplanty/iron-mvc-crud-mysql"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/duplanty/iron-mvc-crud-mysql'... [INFO] running `"git" "clone" "work/cache/sources/gh/duplanty/iron-mvc-crud-mysql" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/duplanty/iron-mvc-crud-mysql"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/duplanty/iron-mvc-crud-mysql'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/duplanty/iron-mvc-crud-mysql" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b1e62259d977cf6df7a03329a9eb1de8f185ecd [INFO] sha for GitHub repo duplanty/iron-mvc-crud-mysql: 7b1e62259d977cf6df7a03329a9eb1de8f185ecd [INFO] validating manifest of duplanty/iron-mvc-crud-mysql 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 duplanty/iron-mvc-crud-mysql 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 duplanty/iron-mvc-crud-mysql [INFO] finished frobbing duplanty/iron-mvc-crud-mysql [INFO] frobbed toml for duplanty/iron-mvc-crud-mysql written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/duplanty/iron-mvc-crud-mysql/Cargo.toml [INFO] started frobbing duplanty/iron-mvc-crud-mysql [INFO] finished frobbing duplanty/iron-mvc-crud-mysql [INFO] frobbed toml for duplanty/iron-mvc-crud-mysql written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql/Cargo.toml [INFO] crate duplanty/iron-mvc-crud-mysql 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing duplanty/iron-mvc-crud-mysql against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql:/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] 775efdacc5d57085d97f9d74cd0b8af44f7e68af620fe25ebe926fad44102faf [INFO] running `"docker" "start" "-a" "775efdacc5d57085d97f9d74cd0b8af44f7e68af620fe25ebe926fad44102faf"` [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling maplit v0.1.4 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling serde_json v1.0.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.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 handlebars v0.29.1 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling handlebars-iron v0.25.2 [INFO] [stderr] Compiling rustmvc-crud v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.99s [INFO] running `"docker" "inspect" "775efdacc5d57085d97f9d74cd0b8af44f7e68af620fe25ebe926fad44102faf"` [INFO] running `"docker" "rm" "-f" "775efdacc5d57085d97f9d74cd0b8af44f7e68af620fe25ebe926fad44102faf"` [INFO] [stdout] 775efdacc5d57085d97f9d74cd0b8af44f7e68af620fe25ebe926fad44102faf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql:/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] 1299653823d08fae583fb9c3383a7ba442cca1fc4636b8ebe5eba47eb059cadf [INFO] running `"docker" "start" "-a" "1299653823d08fae583fb9c3383a7ba442cca1fc4636b8ebe5eba47eb059cadf"` [INFO] [stderr] Compiling rustmvc-crud v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "1299653823d08fae583fb9c3383a7ba442cca1fc4636b8ebe5eba47eb059cadf"` [INFO] running `"docker" "rm" "-f" "1299653823d08fae583fb9c3383a7ba442cca1fc4636b8ebe5eba47eb059cadf"` [INFO] [stdout] 1299653823d08fae583fb9c3383a7ba442cca1fc4636b8ebe5eba47eb059cadf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/duplanty/iron-mvc-crud-mysql:/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] 743ee35b81a2560af967e331f69da2bb0c4084c0a10d592bb76392f2ac88231f [INFO] running `"docker" "start" "-a" "743ee35b81a2560af967e331f69da2bb0c4084c0a10d592bb76392f2ac88231f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustmvc_crud-d5a1009ad2ebcf99 [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" "743ee35b81a2560af967e331f69da2bb0c4084c0a10d592bb76392f2ac88231f"` [INFO] running `"docker" "rm" "-f" "743ee35b81a2560af967e331f69da2bb0c4084c0a10d592bb76392f2ac88231f"` [INFO] [stdout] 743ee35b81a2560af967e331f69da2bb0c4084c0a10d592bb76392f2ac88231f