[INFO] fetching crate marc-record 0.5.1... [INFO] testing marc-record-0.5.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate marc-record 0.5.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate marc-record 0.5.1 [INFO] finished tweaking crates.io crate marc-record 0.5.1 [INFO] tweaked toml for crates.io crate marc-record 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate marc-record 0.5.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] [stderr] Adding winnow v0.6.26 (available: v0.7.13) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c33ff20af7e2fa8f6864f869e35f44fcb132a89fcfef11d030f289191fc98dcf [INFO] running `Command { std: "docker" "start" "-a" "c33ff20af7e2fa8f6864f869e35f44fcb132a89fcfef11d030f289191fc98dcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c33ff20af7e2fa8f6864f869e35f44fcb132a89fcfef11d030f289191fc98dcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c33ff20af7e2fa8f6864f869e35f44fcb132a89fcfef11d030f289191fc98dcf", kill_on_drop: false }` [INFO] [stdout] c33ff20af7e2fa8f6864f869e35f44fcb132a89fcfef11d030f289191fc98dcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffd28ddd54e6733c2eb7661e618f60054ba8bd23d67f2bcc7709261d0f4d6f0a [INFO] running `Command { std: "docker" "start" "-a" "ffd28ddd54e6733c2eb7661e618f60054ba8bd23d67f2bcc7709261d0f4d6f0a", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.6.26 [INFO] [stderr] Compiling marc-record v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PResult, Parser, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 23 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `winnow::error::ErrorKind::Fail` [INFO] [stdout] --> src/parser.rs:83:80 [INFO] [stdout] | [INFO] [stdout] 83 | ContextError::from_external_error(input, winnow::error::ErrorKind::Fail, e) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:93:6 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:112:50 [INFO] [stdout] | [INFO] [stdout] 112 | fn parse_directory_entries(input: &mut &[u8]) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | fn parse_dir_entry(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:142:46 [INFO] [stdout] | [INFO] [stdout] 142 | fn parse_coding_scheme(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse_status(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:169:44 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_record_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:196:45 [INFO] [stdout] | [INFO] [stdout] 196 | fn parse_control_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:206:54 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_bibliographical_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:223:47 [INFO] [stdout] | [INFO] [stdout] 223 | fn parse_encoding_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:253:60 [INFO] [stdout] | [INFO] [stdout] 253 | fn parse_descriptive_cataloging_form(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:292:58 [INFO] [stdout] | [INFO] [stdout] 292 | fn parse_fixed_num(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:296:43 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn parse_leader(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:353:43 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn parse_record(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s [INFO] running `Command { std: "docker" "inspect" "ffd28ddd54e6733c2eb7661e618f60054ba8bd23d67f2bcc7709261d0f4d6f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffd28ddd54e6733c2eb7661e618f60054ba8bd23d67f2bcc7709261d0f4d6f0a", kill_on_drop: false }` [INFO] [stdout] ffd28ddd54e6733c2eb7661e618f60054ba8bd23d67f2bcc7709261d0f4d6f0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd5846fb6d3e7af901aae0e7b5b0d50c2a521b76a291543379a90a4f821c0788 [INFO] running `Command { std: "docker" "start" "-a" "cd5846fb6d3e7af901aae0e7b5b0d50c2a521b76a291543379a90a4f821c0788", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PResult, Parser, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 23 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `winnow::error::ErrorKind::Fail` [INFO] [stdout] --> src/parser.rs:83:80 [INFO] [stdout] | [INFO] [stdout] 83 | ContextError::from_external_error(input, winnow::error::ErrorKind::Fail, e) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:93:6 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:112:50 [INFO] [stdout] | [INFO] [stdout] 112 | fn parse_directory_entries(input: &mut &[u8]) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | fn parse_dir_entry(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:142:46 [INFO] [stdout] | [INFO] [stdout] 142 | fn parse_coding_scheme(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse_status(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:169:44 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_record_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:196:45 [INFO] [stdout] | [INFO] [stdout] 196 | fn parse_control_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:206:54 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_bibliographical_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:223:47 [INFO] [stdout] | [INFO] [stdout] 223 | fn parse_encoding_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:253:60 [INFO] [stdout] | [INFO] [stdout] 253 | fn parse_descriptive_cataloging_form(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:292:58 [INFO] [stdout] | [INFO] [stdout] 292 | fn parse_fixed_num(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:296:43 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn parse_leader(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:353:43 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn parse_record(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling marc-record v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | PResult, Parser, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 23 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `winnow::error::ErrorKind::Fail` [INFO] [stdout] --> src/parser.rs:83:80 [INFO] [stdout] | [INFO] [stdout] 83 | ContextError::from_external_error(input, winnow::error::ErrorKind::Fail, e) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:93:6 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:112:50 [INFO] [stdout] | [INFO] [stdout] 112 | fn parse_directory_entries(input: &mut &[u8]) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | fn parse_dir_entry(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:142:46 [INFO] [stdout] | [INFO] [stdout] 142 | fn parse_coding_scheme(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse_status(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:169:44 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_record_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:196:45 [INFO] [stdout] | [INFO] [stdout] 196 | fn parse_control_type(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:206:54 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_bibliographical_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:223:47 [INFO] [stdout] | [INFO] [stdout] 223 | fn parse_encoding_level(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:253:60 [INFO] [stdout] | [INFO] [stdout] 253 | fn parse_descriptive_cataloging_form(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | ) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:292:58 [INFO] [stdout] | [INFO] [stdout] 292 | fn parse_fixed_num(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:296:43 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn parse_leader(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parser.rs:353:43 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn parse_record(input: &mut &[u8]) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.83s [INFO] running `Command { std: "docker" "inspect" "cd5846fb6d3e7af901aae0e7b5b0d50c2a521b76a291543379a90a4f821c0788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd5846fb6d3e7af901aae0e7b5b0d50c2a521b76a291543379a90a4f821c0788", kill_on_drop: false }` [INFO] [stdout] cd5846fb6d3e7af901aae0e7b5b0d50c2a521b76a291543379a90a4f821c0788 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fc5d17e40e1930b5e4741e0f7343ed22621a57b74c6c164f1703ae74a3f9b9da [INFO] running `Command { std: "docker" "start" "-a" "fc5d17e40e1930b5e4741e0f7343ed22621a57b74c6c164f1703ae74a3f9b9da", kill_on_drop: false }` [INFO] [stderr] error: failed to download `libc v0.2.175` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] unable to get packages from source [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack package `libc v0.2.175` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to create directory `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Read-only file system (os error 30) [INFO] running `Command { std: "docker" "inspect" "fc5d17e40e1930b5e4741e0f7343ed22621a57b74c6c164f1703ae74a3f9b9da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc5d17e40e1930b5e4741e0f7343ed22621a57b74c6c164f1703ae74a3f9b9da", kill_on_drop: false }` [INFO] [stdout] fc5d17e40e1930b5e4741e0f7343ed22621a57b74c6c164f1703ae74a3f9b9da