[INFO] crate redoxer 0.2.9 is already in cache [INFO] checking redoxer-0.2.9 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate redoxer 0.2.9 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate redoxer 0.2.9 on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate redoxer 0.2.9 [INFO] finished tweaking crates.io crate redoxer 0.2.9 [INFO] tweaked toml for crates.io crate redoxer 0.2.9 written to work/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate redoxer 0.2.9 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 628bb2314ea79ea9fcee2384d7da1d9218ad1e398bbe6972a350614410e06fda [INFO] running `"docker" "start" "-a" "628bb2314ea79ea9fcee2384d7da1d9218ad1e398bbe6972a350614410e06fda"` [INFO] [stderr] Compiling redox_pkgutils v0.1.3 [INFO] [stderr] Checking bytecount v0.1.7 [INFO] [stderr] Checking redox_syscall v0.1.56 [INFO] [stderr] Checking version-compare v0.0.4 [INFO] [stderr] Checking bidir-map v0.6.0 [INFO] [stderr] Checking arg_parser v0.1.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.6 [INFO] [stderr] warning[E0621]: explicit lifetime required in the type of `other` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/version-compare-0.0.4/src/version.rs:308:13 [INFO] [stderr] | [INFO] [stderr] 304 | pub fn compare(&self, other: &Version) -> CompOp { [INFO] [stderr] | -------- help: add explicit lifetime `'a` to the type of `other`: `&version::Version<'a>` [INFO] [stderr] ... [INFO] [stderr] 308 | other.parts.iter().peekable() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime `'a` required [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 dirs v1.0.5 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking fuse v0.3.1 [INFO] [stderr] Checking liner v0.4.4 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] warning[E0503]: cannot use `self.key_bindings` because it was mutably borrowed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liner-0.4.4/src/context.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 96 | let ed = try!(Editor::new_with_init_buffer(stdout, prompt, self, buffer)); [INFO] [stderr] | ---- borrow of `*self` occurs here [INFO] [stderr] 97 | match self.key_bindings { [INFO] [stderr] 98 | KeyBindings::Emacs => Self::handle_keys(keymap::Emacs::new(ed), handler), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of borrowed `*self` [INFO] [stderr] 99 | KeyBindings::Vi => Self::handle_keys(keymap::Vi::new(ed), handler), [INFO] [stderr] | -- borrow later used here [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 err-derive v0.1.5 [INFO] [stderr] Checking argon2rs v0.2.5 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking redoxfs v0.3.6 [INFO] [stderr] Checking partition-identity v0.2.6 [INFO] [stderr] Checking proc-mounts v0.2.2 [INFO] [stderr] Checking webpki v0.18.1 [INFO] [stderr] Checking sct v0.4.0 [INFO] [stderr] Checking webpki-roots v0.15.0 [INFO] [stderr] Checking rustls v0.13.1 [INFO] [stderr] Checking hyper-rustls v0.6.2 [INFO] [stderr] Checking redox_installer v0.2.4 [INFO] [stderr] Checking redoxer v0.2.9 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.75s [INFO] running `"docker" "inspect" "628bb2314ea79ea9fcee2384d7da1d9218ad1e398bbe6972a350614410e06fda"` [INFO] running `"docker" "rm" "-f" "628bb2314ea79ea9fcee2384d7da1d9218ad1e398bbe6972a350614410e06fda"` [INFO] [stdout] 628bb2314ea79ea9fcee2384d7da1d9218ad1e398bbe6972a350614410e06fda