[INFO] fetching crate wsc-cli 0.8.2...
[INFO] testing wsc-cli-0.8.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wsc-cli 0.8.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate wsc-cli 0.8.2
[INFO] finished tweaking crates.io crate wsc-cli 0.8.2
[INFO] tweaked toml for crates.io crate wsc-cli 0.8.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wsc-cli 0.8.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wsc-cli 0.8.2 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `sigil`
[INFO] [stderr]   * `bin` target `wsc`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9feee95496e969a672b001874a7b8c957e4af86d6a92f32309a9d8cfd1009733
[INFO] running `Command { std: "docker" "start" "-a" "9feee95496e969a672b001874a7b8c957e4af86d6a92f32309a9d8cfd1009733", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9feee95496e969a672b001874a7b8c957e4af86d6a92f32309a9d8cfd1009733", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9feee95496e969a672b001874a7b8c957e4af86d6a92f32309a9d8cfd1009733", kill_on_drop: false }`
[INFO] [stdout] 9feee95496e969a672b001874a7b8c957e4af86d6a92f32309a9d8cfd1009733
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6367a0de55b825b535e5149b0ff18c8d789ae1e3aef1ada0a40f37623ffc2198
[INFO] running `Command { std: "docker" "start" "-a" "6367a0de55b825b535e5149b0ff18c8d789ae1e3aef1ada0a40f37623ffc2198", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `sigil`
[INFO] [stderr]   * `bin` target `wsc`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cc v1.2.42
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling wit-bindgen v0.46.0
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling wasip2 v1.0.1+wasi-0.2.4
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling ct-codecs v1.1.6
[INFO] [stderr]    Compiling ryu-js v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling wsc v0.8.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling wasi v0.14.7+wasi-0.2.4
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling ed25519-compact v2.1.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling hmac-sha256 v1.1.12
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling asn1-rs v0.6.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling der-parser v9.0.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling wsc-attestation v0.8.2
[INFO] [stderr]    Compiling serde_jcs v0.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling wsc-cli v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `../../SECURITY.md`: No such file or directory (os error 2)
[INFO] [stdout]  --> docs.rs:9:65
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ("security", "Security policy and vulnerability reporting", include_str!("../../SECURITY.md")),
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/THREAT_MODEL.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:10:56
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ("threat-model", "STPA-Sec threat model overview", include_str!("../../docs/THREAT_MODEL.md")),
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/security/INTEGRATION_GUIDANCE.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:11:59
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ("integration", "Integration guidance for embedders", include_str!("../../docs/security/INTEGRATION_GUIDANCE.md")),
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/slsa-compliance.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ("slsa", "SLSA compliance documentation", include_str!("../../docs/slsa-compliance.md")),
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../AGENTS.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:13:61
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ("agents", "Agent context for AI-assisted development", include_str!("../../AGENTS.md")),
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/security/RISK_ASSESSMENT.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:14:41
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ("risk", "Risk assessment summary", include_str!("../../docs/security/RISK_ASSESSMENT.md")),
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../SECURITY.md`: No such file or directory (os error 2)
[INFO] [stdout]  --> docs.rs:9:65
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ("security", "Security policy and vulnerability reporting", include_str!("../../SECURITY.md")),
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/THREAT_MODEL.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:10:56
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ("threat-model", "STPA-Sec threat model overview", include_str!("../../docs/THREAT_MODEL.md")),
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/security/INTEGRATION_GUIDANCE.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:11:59
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ("integration", "Integration guidance for embedders", include_str!("../../docs/security/INTEGRATION_GUIDANCE.md")),
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/slsa-compliance.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ("slsa", "SLSA compliance documentation", include_str!("../../docs/slsa-compliance.md")),
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../AGENTS.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:13:61
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ("agents", "Agent context for AI-assisted development", include_str!("../../AGENTS.md")),
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `../../docs/security/RISK_ASSESSMENT.md`: No such file or directory (os error 2)
[INFO] [stdout]   --> docs.rs:14:41
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ("risk", "Risk assessment summary", include_str!("../../docs/security/RISK_ASSESSMENT.md")),
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wsc-cli` (bin "wsc") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wsc-cli` (bin "sigil") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "6367a0de55b825b535e5149b0ff18c8d789ae1e3aef1ada0a40f37623ffc2198", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6367a0de55b825b535e5149b0ff18c8d789ae1e3aef1ada0a40f37623ffc2198", kill_on_drop: false }`
[INFO] [stdout] 6367a0de55b825b535e5149b0ff18c8d789ae1e3aef1ada0a40f37623ffc2198
