[INFO] fetching crate aws-lc-rs 1.11.1...
[INFO] checking aws-lc-rs-1.11.1 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate aws-lc-rs 1.11.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate aws-lc-rs 1.11.1 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 aws-lc-rs 1.11.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate aws-lc-rs 1.11.1
[INFO] tweaked toml for crates.io crate aws-lc-rs 1.11.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate aws-lc-rs 1.11.1 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] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded home v0.5.5
[INFO] [stderr]   Downloaded which v5.0.0
[INFO] [stderr]   Downloaded dunce v1.0.5
[INFO] [stderr]   Downloaded cmake v0.1.51
[INFO] [stderr]   Downloaded cc v1.2.1
[INFO] [stderr]   Downloaded bindgen v0.69.5
[INFO] [stderr]   Downloaded syn v2.0.89
[INFO] [stderr]   Downloaded regex v1.9.6
[INFO] [stderr]   Downloaded regex-automata v0.3.9
[INFO] [stderr]   Downloaded libc v0.2.164
[INFO] [stderr]   Downloaded aws-lc-fips-sys v0.12.15
[INFO] [stderr]   Downloaded aws-lc-sys v0.23.1
[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] 36b79ba85e90e23cf78758df3824427f5328fccbbe607793a400ba49c53600ef
[INFO] running `Command { std: "docker" "start" "-a" "36b79ba85e90e23cf78758df3824427f5328fccbbe607793a400ba49c53600ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36b79ba85e90e23cf78758df3824427f5328fccbbe607793a400ba49c53600ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36b79ba85e90e23cf78758df3824427f5328fccbbe607793a400ba49c53600ef", kill_on_drop: false }`
[INFO] [stdout] 36b79ba85e90e23cf78758df3824427f5328fccbbe607793a400ba49c53600ef
[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] c3abb15ffb7eeafe3c7a35f6f8c48361a58731f69737c7acf0eb0c13a0b77bd4
[INFO] running `Command { std: "docker" "start" "-a" "c3abb15ffb7eeafe3c7a35f6f8c48361a58731f69737c7acf0eb0c13a0b77bd4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]    Compiling aws-lc-rs v1.11.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]     Checking regex-automata v0.3.9
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]     Checking which v5.0.0
[INFO] [stderr]    Compiling aws-lc-sys v0.23.1
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking regex v1.9.6
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stdout] error: couldn't read `src/aead/data/poly1305_test.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/aead/poly1305.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |             test_file!("data/poly1305_test.txt"),
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/agreement/data/agreement_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/agreement/ephemeral.rs:401:13
[INFO] [stdout]     |
[INFO] [stdout] 401 |             test_file!("data/agreement_tests.txt"),
[INFO] [stdout]     |             -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_1_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 559 |         test::run(test_file!("test/test_1_tests.txt"), |_, test_case| {
[INFO] [stdout]     |                   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_1_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 568 |         test::run(test_file!("test/test_1_tests.txt"), |_, test_case| {
[INFO] [stdout]     |                   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_1_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 |         test::run(test_file!("test/test_1_tests.txt"), |_, test_case| {
[INFO] [stdout]     |                   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_3_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |         test::run(test_file!("test/test_3_tests.txt"), |_, test_case| {
[INFO] [stdout]     |                   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_3_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 635 |         test::run(test_file!("test/test_3_tests.txt"), |_, test_case| {
[INFO] [stdout]     |                   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test/test_1_syntax_error_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 646 |         test::run(test_file!("test/test_1_syntax_error_tests.txt"), |_, _| {
[INFO] [stdout]     |                   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/cipher/data/chacha_tests.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/test.rs:279:23
[INFO] [stdout]     |
[INFO] [stdout] 279 |             contents: include_str!($file_name),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/cipher/chacha.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |             test_file!("data/chacha_tests.txt"),
[INFO] [stdout]     |             ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aws-lc-rs` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "c3abb15ffb7eeafe3c7a35f6f8c48361a58731f69737c7acf0eb0c13a0b77bd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3abb15ffb7eeafe3c7a35f6f8c48361a58731f69737c7acf0eb0c13a0b77bd4", kill_on_drop: false }`
[INFO] [stdout] c3abb15ffb7eeafe3c7a35f6f8c48361a58731f69737c7acf0eb0c13a0b77bd4
