[INFO] fetching crate quickfix-spec-parser 0.1.5...
[INFO] checking quickfix-spec-parser-0.1.5 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate quickfix-spec-parser 0.1.5 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate quickfix-spec-parser 0.1.5 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate quickfix-spec-parser 0.1.5
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate quickfix-spec-parser 0.1.5
[INFO] tweaked toml for crates.io crate quickfix-spec-parser 0.1.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate quickfix-spec-parser 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dbe3c8dc7397de9d7d39481ecd65feac58d70cfd292ca75c24ec917ee5df2282
[INFO] running `Command { std: "docker" "start" "-a" "dbe3c8dc7397de9d7d39481ecd65feac58d70cfd292ca75c24ec917ee5df2282", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbe3c8dc7397de9d7d39481ecd65feac58d70cfd292ca75c24ec917ee5df2282", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe3c8dc7397de9d7d39481ecd65feac58d70cfd292ca75c24ec917ee5df2282", kill_on_drop: false }`
[INFO] [stdout] dbe3c8dc7397de9d7d39481ecd65feac58d70cfd292ca75c24ec917ee5df2282
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71f899a0f3be3feebaa2348354ebebd990cc75ec05bb77f7502154847584f572
[INFO] running `Command { std: "docker" "start" "-a" "71f899a0f3be3feebaa2348354ebebd990cc75ec05bb77f7502154847584f572", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking quick-xml v0.36.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking quickfix-spec-parser v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX40.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 23 | |         "../../quickfix-ffi/libquickfix/spec/FIX40.xml"
[INFO] [stdout] 24 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX41.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 30 | |         "../../quickfix-ffi/libquickfix/spec/FIX41.xml"
[INFO] [stdout] 31 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX42.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 37 | |         "../../quickfix-ffi/libquickfix/spec/FIX42.xml"
[INFO] [stdout] 38 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX43.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 44 | |         "../../quickfix-ffi/libquickfix/spec/FIX43.xml"
[INFO] [stdout] 45 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX44.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 51 | |         "../../quickfix-ffi/libquickfix/spec/FIX44.xml"
[INFO] [stdout] 52 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX50.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:57:11
[INFO] [stdout]    |
[INFO] [stdout] 57 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 58 | |         "../../quickfix-ffi/libquickfix/spec/FIX50.xml"
[INFO] [stdout] 59 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX50SP1.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 65 | |         "../../quickfix-ffi/libquickfix/spec/FIX50SP1.xml"
[INFO] [stdout] 66 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIX50SP2.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:71:11
[INFO] [stdout]    |
[INFO] [stdout] 71 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 72 | |         "../../quickfix-ffi/libquickfix/spec/FIX50SP2.xml"
[INFO] [stdout] 73 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../quickfix-ffi/libquickfix/spec/FIXT11.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 79 | |         "../../quickfix-ffi/libquickfix/spec/FIXT11.xml"
[INFO] [stdout] 80 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../examples/coinbase-fix42-order-entry/src/cb-FIX42-prod-sand.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |       parse_spec(include_bytes!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 87 | |         "../../examples/coinbase-fix42-order-entry/src/cb-FIX42-prod-sand.xml"
[INFO] [stdout] 88 | |     ))
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../examples/coinbase-fix50-market-data/src/cb-FIX50-prod-sand.xml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/test_valid_spec.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |       check(include_bytes!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 95 | |         "../../examples/coinbase-fix50-market-data/src/cb-FIX50-prod-sand.xml"
[INFO] [stdout] 96 | |     ));
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `quickfix-spec-parser` (test "test_valid_spec") due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "71f899a0f3be3feebaa2348354ebebd990cc75ec05bb77f7502154847584f572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71f899a0f3be3feebaa2348354ebebd990cc75ec05bb77f7502154847584f572", kill_on_drop: false }`
[INFO] [stdout] 71f899a0f3be3feebaa2348354ebebd990cc75ec05bb77f7502154847584f572
