[INFO] updating cached repository erikjohnston/rust-changelog [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/erikjohnston/rust-changelog [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/erikjohnston/rust-changelog" "work/ex/beta-1.37-6/sources/1.36.0/gh/erikjohnston/rust-changelog"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/erikjohnston/rust-changelog'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/erikjohnston/rust-changelog" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b697afd0b5b511d2977978d05cfa1d7db5b9b69c [INFO] sha for GitHub repo erikjohnston/rust-changelog: b697afd0b5b511d2977978d05cfa1d7db5b9b69c [INFO] validating manifest of erikjohnston/rust-changelog 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 erikjohnston/rust-changelog 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 erikjohnston/rust-changelog [INFO] finished frobbing erikjohnston/rust-changelog [INFO] frobbed toml for erikjohnston/rust-changelog written to work/ex/beta-1.37-6/sources/1.36.0/gh/erikjohnston/rust-changelog/Cargo.toml [INFO] started frobbing erikjohnston/rust-changelog [INFO] finished frobbing erikjohnston/rust-changelog [INFO] frobbed toml for erikjohnston/rust-changelog written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog/Cargo.toml [INFO] crate erikjohnston/rust-changelog 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing erikjohnston/rust-changelog against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog:/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-07-23" "build" "--frozen"` [INFO] [stdout] 9f2f811c0c088d5a1ad7d12e7e01cdebfd377c0501dc87323b9179ada887e84e [INFO] running `"docker" "start" "-a" "9f2f811c0c088d5a1ad7d12e7e01cdebfd377c0501dc87323b9179ada887e84e"` [INFO] [stderr] Compiling variance v0.1.3 [INFO] [stderr] Compiling scopeguard v0.1.2 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling cmake v0.1.24 [INFO] [stderr] Compiling num_cpus v1.6.0 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling clicolors-control v0.1.0 [INFO] [stderr] Compiling libflate v0.1.8 [INFO] [stderr] Compiling parking_lot_core v0.2.2 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling url v1.5.0 [INFO] [stderr] Compiling scoped-pool v1.0.0 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling curl-sys v0.3.13 [INFO] [stderr] Compiling native-tls v0.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.6.12 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling parking_lot v0.4.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.5.0/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 indicatif v0.3.3 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling hyper v0.10.12 [INFO] [stderr] Compiling serde_urlencoded v0.4.3 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling reqwest v0.5.2 [INFO] [stderr] Compiling git2 v0.6.6 [INFO] [stderr] Compiling rust-changelog v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `"docker" "inspect" "9f2f811c0c088d5a1ad7d12e7e01cdebfd377c0501dc87323b9179ada887e84e"` [INFO] running `"docker" "rm" "-f" "9f2f811c0c088d5a1ad7d12e7e01cdebfd377c0501dc87323b9179ada887e84e"` [INFO] [stdout] 9f2f811c0c088d5a1ad7d12e7e01cdebfd377c0501dc87323b9179ada887e84e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] e733e9bcddd447a708d38031ffc84c16b224eec38c77c9e01659093f9a6e956f [INFO] running `"docker" "start" "-a" "e733e9bcddd447a708d38031ffc84c16b224eec38c77c9e01659093f9a6e956f"` [INFO] [stderr] Compiling rust-changelog v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `"docker" "inspect" "e733e9bcddd447a708d38031ffc84c16b224eec38c77c9e01659093f9a6e956f"` [INFO] running `"docker" "rm" "-f" "e733e9bcddd447a708d38031ffc84c16b224eec38c77c9e01659093f9a6e956f"` [INFO] [stdout] e733e9bcddd447a708d38031ffc84c16b224eec38c77c9e01659093f9a6e956f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/erikjohnston/rust-changelog:/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-07-23" "test" "--frozen"` [INFO] [stdout] bbd8f9ce241060c77ff4674ca23683de235469351a73d6615884d57e2c989c5a [INFO] running `"docker" "start" "-a" "bbd8f9ce241060c77ff4674ca23683de235469351a73d6615884d57e2c989c5a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_changelog-11f8b46a507b8074 [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" "bbd8f9ce241060c77ff4674ca23683de235469351a73d6615884d57e2c989c5a"` [INFO] running `"docker" "rm" "-f" "bbd8f9ce241060c77ff4674ca23683de235469351a73d6615884d57e2c989c5a"` [INFO] [stdout] bbd8f9ce241060c77ff4674ca23683de235469351a73d6615884d57e2c989c5a