[INFO] updating cached repository gyscos/farmview [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gyscos/farmview [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gyscos/farmview" "work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gyscos/farmview" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/gyscos/farmview"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/gyscos/farmview'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb3478e5010b80fd9b26e24947329358f699cdce [INFO] sha for GitHub repo gyscos/farmview: cb3478e5010b80fd9b26e24947329358f699cdce [INFO] validating manifest of gyscos/farmview on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gyscos/farmview on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gyscos/farmview [INFO] finished frobbing gyscos/farmview [INFO] frobbed toml for gyscos/farmview written to work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview/Cargo.toml [INFO] started frobbing gyscos/farmview [INFO] finished frobbing gyscos/farmview [INFO] frobbed toml for gyscos/farmview written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/gyscos/farmview/Cargo.toml [INFO] crate gyscos/farmview already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "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" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing gyscos/farmview against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview:/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.36.0" "build" "--frozen"` [INFO] [stdout] 465217f9fee246a8b6f780e5e1595eb623e4cae4ea45569138c3dcb05c668155 [INFO] running `"docker" "start" "-a" "465217f9fee246a8b6f780e5e1595eb623e4cae4ea45569138c3dcb05c668155"` [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling pest v0.4.1 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling slug v0.1.2 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling crc v1.7.0 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling tokio-io v0.1.4 [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.6.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] [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling libflate v0.1.14 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.14 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling tera v0.10.10 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling ssh2 v0.3.2 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling reroute v0.3.2 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling slack-hook v0.6.0 [INFO] [stderr] Compiling farmview v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `"docker" "inspect" "465217f9fee246a8b6f780e5e1595eb623e4cae4ea45569138c3dcb05c668155"` [INFO] running `"docker" "rm" "-f" "465217f9fee246a8b6f780e5e1595eb623e4cae4ea45569138c3dcb05c668155"` [INFO] [stdout] 465217f9fee246a8b6f780e5e1595eb623e4cae4ea45569138c3dcb05c668155 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 20c0eeebc8313308504d8c6da42b8d5b8d547262a172aa14381c53d32a681ab9 [INFO] running `"docker" "start" "-a" "20c0eeebc8313308504d8c6da42b8d5b8d547262a172aa14381c53d32a681ab9"` [INFO] [stderr] Compiling farmview v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `"docker" "inspect" "20c0eeebc8313308504d8c6da42b8d5b8d547262a172aa14381c53d32a681ab9"` [INFO] running `"docker" "rm" "-f" "20c0eeebc8313308504d8c6da42b8d5b8d547262a172aa14381c53d32a681ab9"` [INFO] [stdout] 20c0eeebc8313308504d8c6da42b8d5b8d547262a172aa14381c53d32a681ab9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/gyscos/farmview:/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.36.0" "test" "--frozen"` [INFO] [stdout] 5679f538ebcc651043e14bcf612507471a8c00560b83b0effc7a08545422de8f [INFO] running `"docker" "start" "-a" "5679f538ebcc651043e14bcf612507471a8c00560b83b0effc7a08545422de8f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/farmview-8008cd4780663673 [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" "5679f538ebcc651043e14bcf612507471a8c00560b83b0effc7a08545422de8f"` [INFO] running `"docker" "rm" "-f" "5679f538ebcc651043e14bcf612507471a8c00560b83b0effc7a08545422de8f"` [INFO] [stdout] 5679f538ebcc651043e14bcf612507471a8c00560b83b0effc7a08545422de8f