[INFO] crate redox_pkgutils 0.1.3 is already in cache [INFO] extracting crate redox_pkgutils 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/redox_pkgutils/0.1.3 [INFO] extracting crate redox_pkgutils 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/redox_pkgutils/0.1.3 [INFO] validating manifest of redox_pkgutils-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of redox_pkgutils-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing redox_pkgutils-0.1.3 [INFO] finished frobbing redox_pkgutils-0.1.3 [INFO] frobbed toml for redox_pkgutils-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/redox_pkgutils/0.1.3/Cargo.toml [INFO] started frobbing redox_pkgutils-0.1.3 [INFO] finished frobbing redox_pkgutils-0.1.3 [INFO] frobbed toml for redox_pkgutils-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/redox_pkgutils/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing redox_pkgutils-0.1.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/redox_pkgutils/0.1.3:/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-08-13" "build" "--frozen"` [INFO] [stdout] 55a81fb0f8c9f8a76a2a20ac634872d09c5cb4fe66480b8892cb3f2ade559041 [INFO] running `"docker" "start" "-a" "55a81fb0f8c9f8a76a2a20ac634872d09c5cb4fe66480b8892cb3f2ade559041"` [INFO] [stderr] Compiling redox_pkgutils v0.1.3 (/opt/crater/workdir) [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling liner v0.4.4 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] warning[E0503]: cannot use `self.key_bindings` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/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 webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling hyper-rustls v0.6.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.12s [INFO] running `"docker" "inspect" "55a81fb0f8c9f8a76a2a20ac634872d09c5cb4fe66480b8892cb3f2ade559041"` [INFO] running `"docker" "rm" "-f" "55a81fb0f8c9f8a76a2a20ac634872d09c5cb4fe66480b8892cb3f2ade559041"` [INFO] [stdout] 55a81fb0f8c9f8a76a2a20ac634872d09c5cb4fe66480b8892cb3f2ade559041 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/redox_pkgutils/0.1.3:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 35d8a7c04a23146f509a4d0be95660ae9e37fe66b13429465e1f96657dbe56b2 [INFO] running `"docker" "start" "-a" "35d8a7c04a23146f509a4d0be95660ae9e37fe66b13429465e1f96657dbe56b2"` [INFO] [stderr] Compiling redox_pkgutils v0.1.3 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.09s [INFO] running `"docker" "inspect" "35d8a7c04a23146f509a4d0be95660ae9e37fe66b13429465e1f96657dbe56b2"` [INFO] running `"docker" "rm" "-f" "35d8a7c04a23146f509a4d0be95660ae9e37fe66b13429465e1f96657dbe56b2"` [INFO] [stdout] 35d8a7c04a23146f509a4d0be95660ae9e37fe66b13429465e1f96657dbe56b2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/redox_pkgutils/0.1.3:/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-08-13" "test" "--frozen"` [INFO] [stdout] 6fbf2c473ede027ab462b015979e2dfc39bf8646b0d37eccb1b1f6c2ec857f45 [INFO] running `"docker" "start" "-a" "6fbf2c473ede027ab462b015979e2dfc39bf8646b0d37eccb1b1f6c2ec857f45"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/pkgutils-966a3659bb696f95 [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] [stderr] Running /opt/crater/target/debug/deps/pkg-4a532fced45856f8 [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] [stderr] Running /opt/crater/target/debug/deps/dependency_test-a1bdb66ca12b855c [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_get_pkg_depends ... ok [INFO] [stdout] test test_is_installed ... ok [INFO] [stdout] test test_calc_depends ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pkgutils [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" "6fbf2c473ede027ab462b015979e2dfc39bf8646b0d37eccb1b1f6c2ec857f45"` [INFO] running `"docker" "rm" "-f" "6fbf2c473ede027ab462b015979e2dfc39bf8646b0d37eccb1b1f6c2ec857f45"` [INFO] [stdout] 6fbf2c473ede027ab462b015979e2dfc39bf8646b0d37eccb1b1f6c2ec857f45