[INFO] fetching crate hole-punch 0.0.3... [INFO] testing hole-punch-0.0.3 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate hole-punch 0.0.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate hole-punch 0.0.3 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hole-punch 0.0.3 [INFO] finished tweaking crates.io crate hole-punch 0.0.3 [INFO] tweaked toml for crates.io crate hole-punch 0.0.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate hole-punch 0.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b6638c15315542e9b2e71910cba7bc71b4c79beacedd339f9c5800762298d82 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4b6638c15315542e9b2e71910cba7bc71b4c79beacedd339f9c5800762298d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b6638c15315542e9b2e71910cba7bc71b4c79beacedd339f9c5800762298d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b6638c15315542e9b2e71910cba7bc71b4c79beacedd339f9c5800762298d82", kill_on_drop: false }` [INFO] [stdout] 4b6638c15315542e9b2e71910cba7bc71b4c79beacedd339f9c5800762298d82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6c13cba6499284c4701603295656a7528a769d13b7bf3d1b7d2df4bd14a9e4e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6c13cba6499284c4701603295656a7528a769d13b7bf3d1b7d2df4bd14a9e4e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Compiling thiserror v1.0.11 [INFO] [stderr] Compiling hole-punch v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 134 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 135 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 164 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 165 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.38s [INFO] running `Command { std: "docker" "inspect" "b6c13cba6499284c4701603295656a7528a769d13b7bf3d1b7d2df4bd14a9e4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6c13cba6499284c4701603295656a7528a769d13b7bf3d1b7d2df4bd14a9e4e", kill_on_drop: false }` [INFO] [stdout] b6c13cba6499284c4701603295656a7528a769d13b7bf3d1b7d2df4bd14a9e4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b328a73df3600b3ae7189b9cbe9bf0b1260277f40aba0e964c884604260e6501 [INFO] running `Command { std: "docker" "start" "-a" "b328a73df3600b3ae7189b9cbe9bf0b1260277f40aba0e964c884604260e6501", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.16 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling aho-corasick v0.7.9 [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 134 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 135 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 164 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 165 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling hole-punch v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 134 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 135 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unix.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | / /// EINVAL indicates that the file system does not support [INFO] [stdout] 164 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 165 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.98s [INFO] running `Command { std: "docker" "inspect" "b328a73df3600b3ae7189b9cbe9bf0b1260277f40aba0e964c884604260e6501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b328a73df3600b3ae7189b9cbe9bf0b1260277f40aba0e964c884604260e6501", kill_on_drop: false }` [INFO] [stdout] b328a73df3600b3ae7189b9cbe9bf0b1260277f40aba0e964c884604260e6501 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb6564fcb1d6f53ac7e0409aff3834ab1264bd3903740d25ffa55babf5586127 [INFO] running `Command { std: "docker" "start" "-a" "bb6564fcb1d6f53ac7e0409aff3834ab1264bd3903740d25ffa55babf5586127", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unix.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | / /// EINVAL indicates that the file system does not support [INFO] [stderr] 134 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] 135 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stderr] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unix.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | / /// EINVAL indicates that the file system does not support [INFO] [stderr] 164 | | /// SEEK_HOLE or SEEK_DATA, so we indicate as such [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] 165 | EINVAL => Err(ScanError::UnsupportedFileSystem), [INFO] [stderr] | ----------------------------------------------- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: `hole-punch` (lib) generated 2 warnings [INFO] [stderr] warning: `hole-punch` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hole_punch-4fc170903427bac4) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::covers_all_bytes_failure_1 ... ok [INFO] [stdout] test tests::covers_all_bytes_failure_2 ... ok [INFO] [stdout] test tests::holes_have_no_data_failure_1 ... ok [INFO] [stdout] test tests::holes_have_no_data ... ok [INFO] [stdout] test tests::covers_all_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hole_info-8425b82839c9322b) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hole-punch [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bb6564fcb1d6f53ac7e0409aff3834ab1264bd3903740d25ffa55babf5586127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb6564fcb1d6f53ac7e0409aff3834ab1264bd3903740d25ffa55babf5586127", kill_on_drop: false }` [INFO] [stdout] bb6564fcb1d6f53ac7e0409aff3834ab1264bd3903740d25ffa55babf5586127