[INFO] updating cached repository https://github.com/Jonathas-Conceicao/storage-zip-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b12f2c15d303c30f3d2071f00637387bffbffde5 [INFO] testing Jonathas-Conceicao/storage-zip-rs against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJonathas-Conceicao%2Fstorage-zip-rs" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jonathas-Conceicao/storage-zip-rs on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Jonathas-Conceicao/storage-zip-rs [INFO] finished tweaking git repo https://github.com/Jonathas-Conceicao/storage-zip-rs [INFO] tweaked toml for git repo https://github.com/Jonathas-Conceicao/storage-zip-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Jonathas-Conceicao/storage-zip-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ffbde2995bd882c751f83b671cb131f26dea8f711fe66427230bbf6c7adc277c [INFO] running `"docker" "start" "-a" "ffbde2995bd882c751f83b671cb131f26dea8f711fe66427230bbf6c7adc277c"` [INFO] [stderr] Compiling storage_zip v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `"docker" "inspect" "ffbde2995bd882c751f83b671cb131f26dea8f711fe66427230bbf6c7adc277c"` [INFO] running `"docker" "rm" "-f" "ffbde2995bd882c751f83b671cb131f26dea8f711fe66427230bbf6c7adc277c"` [INFO] [stdout] ffbde2995bd882c751f83b671cb131f26dea8f711fe66427230bbf6c7adc277c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stdout] 59dd50cbb0288d87c28ed78743100a57679d85cae37eda7b007f9cb2cd30cc18 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "59dd50cbb0288d87c28ed78743100a57679d85cae37eda7b007f9cb2cd30cc18"` [INFO] [stderr] Compiling storage_zip v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:71:26 [INFO] [stderr] | [INFO] [stderr] 71 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `"docker" "inspect" "59dd50cbb0288d87c28ed78743100a57679d85cae37eda7b007f9cb2cd30cc18"` [INFO] running `"docker" "rm" "-f" "59dd50cbb0288d87c28ed78743100a57679d85cae37eda7b007f9cb2cd30cc18"` [INFO] [stdout] 59dd50cbb0288d87c28ed78743100a57679d85cae37eda7b007f9cb2cd30cc18 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 865800e608a056f1c92f8699f32d2c075f12bb0a1d6200ac5b05bc8a36c9547f [INFO] running `"docker" "start" "-a" "865800e608a056f1c92f8699f32d2c075f12bb0a1d6200ac5b05bc8a36c9547f"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:71:26 [INFO] [stderr] | [INFO] [stderr] 71 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | let zipped_options = Option::zip(option_value_one, option_value_two); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `option_zip::OptionZip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(option_zip)]` to the crate attributes to enable `core::option::Option::::zip` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/storage_zip-19bb217612733083 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test option_zip_with_none ... ok [INFO] [stdout] test option_zip_with_different_types ... ok [INFO] [stdout] test option_zip ... ok [INFO] [stdout] test result_zip_with_different_types ... ok [INFO] [stderr] Doc-tests storage_zip [INFO] [stdout] test result_zip ... ok [INFO] [stdout] test result_zip_with_err ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "865800e608a056f1c92f8699f32d2c075f12bb0a1d6200ac5b05bc8a36c9547f"` [INFO] running `"docker" "rm" "-f" "865800e608a056f1c92f8699f32d2c075f12bb0a1d6200ac5b05bc8a36c9547f"` [INFO] [stdout] 865800e608a056f1c92f8699f32d2c075f12bb0a1d6200ac5b05bc8a36c9547f