[INFO] crate leguichet 0.1.8 is already in cache [INFO] extracting crate leguichet 0.1.8 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/leguichet/0.1.8 [INFO] extracting crate leguichet 0.1.8 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/leguichet/0.1.8 [INFO] validating manifest of leguichet-0.1.8 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of leguichet-0.1.8 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing leguichet-0.1.8 [INFO] finished frobbing leguichet-0.1.8 [INFO] frobbed toml for leguichet-0.1.8 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/leguichet/0.1.8/Cargo.toml [INFO] started frobbing leguichet-0.1.8 [INFO] finished frobbing leguichet-0.1.8 [INFO] frobbed toml for leguichet-0.1.8 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/leguichet/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking leguichet-0.1.8 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-2/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/leguichet/0.1.8:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d0fd6253b425ef2ca5cdc59d9b621e6342c814bf1135beb40748ebc72a49a388 [INFO] running `"docker" "start" "-a" "d0fd6253b425ef2ca5cdc59d9b621e6342c814bf1135beb40748ebc72a49a388"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling yara-sys v0.1.0 [INFO] [stderr] Compiling rust-lzma v0.4.0 [INFO] [stderr] Checking unix-named-pipe v0.2.0 [INFO] [stderr] Checking clam-client v0.1.1 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Checking yara v0.1.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/yara-0.1.0/src/compiler.rs:99:39 [INFO] [stderr] | [INFO] [stderr] 16 | impl<'a> Compiler<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 99 | internals::compiler_get_rules(self.inner).map(Rules::from) [INFO] [stderr] | ------------------------------^^^^^^^^^^------------------ returning this value requires that `*self.inner` is borrowed for `'a` [INFO] [stderr] 100 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.inner`, because the type `compiler::Compiler<'_>` implements the `Drop` trait [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] Checking leguichet v0.1.8 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.66s [INFO] running `"docker" "inspect" "d0fd6253b425ef2ca5cdc59d9b621e6342c814bf1135beb40748ebc72a49a388"` [INFO] running `"docker" "rm" "-f" "d0fd6253b425ef2ca5cdc59d9b621e6342c814bf1135beb40748ebc72a49a388"` [INFO] [stdout] d0fd6253b425ef2ca5cdc59d9b621e6342c814bf1135beb40748ebc72a49a388