[INFO] fetching crate satellite-lang 0.31.3...
[INFO] checking satellite-lang-0.31.3 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] extracting crate satellite-lang 0.31.3 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate satellite-lang 0.31.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate satellite-lang 0.31.3
[INFO] tweaked toml for crates.io crate satellite-lang 0.31.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate satellite-lang 0.31.3 on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate satellite-lang 0.31.3 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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9acd1040536c01f5d9184275ede411ebf41ae09e8612bf9f67af9e0b85565df7
[INFO] running `Command { std: "docker" "start" "-a" "9acd1040536c01f5d9184275ede411ebf41ae09e8612bf9f67af9e0b85565df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9acd1040536c01f5d9184275ede411ebf41ae09e8612bf9f67af9e0b85565df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9acd1040536c01f5d9184275ede411ebf41ae09e8612bf9f67af9e0b85565df7", kill_on_drop: false }`
[INFO] [stdout] 9acd1040536c01f5d9184275ede411ebf41ae09e8612bf9f67af9e0b85565df7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 029042598f5c5178dade859f75eb7073fa29c625221647bcf0d4f85232d63061
[INFO] running `Command { std: "docker" "start" "-a" "029042598f5c5178dade859f75eb7073fa29c625221647bcf0d4f85232d63061", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.66
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]     Checking bitcoin-io v0.1.2
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling borsh v1.5.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling bitcoin v0.32.5
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking keccak v0.1.4
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking solana-sanitize v2.2.1
[INFO] [stderr]     Checking bitcoin_slices v0.10.0
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling borsh-derive-internal-satellite v0.11.0
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling satellite-derive-space v0.31.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.66
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling borsh-derive v1.5.7
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling bitcode_derive v0.6.5
[INFO] [stderr]    Compiling num-derive v0.4.0
[INFO] [stderr]     Checking sha256 v1.6.0
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking bitcode v0.6.6
[INFO] [stderr]    Compiling satellite-lang-idl-spec v0.1.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.0
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]    Compiling satellite-syn v0.31.2
[INFO] [stderr]    Compiling satellite-lang-idl v0.1.2
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]    Compiling satellite-attribute-access-control v0.31.1
[INFO] [stderr]    Compiling satellite-attribute-program v0.31.1
[INFO] [stderr]    Compiling satellite-attribute-event v0.31.2
[INFO] [stderr]    Compiling satellite-attribute-constant v0.31.1
[INFO] [stderr]    Compiling satellite-attribute-account v0.31.1
[INFO] [stderr]    Compiling satellite-attribute-error v0.31.1
[INFO] [stderr]    Compiling satellite-derive-serde v0.31.1
[INFO] [stderr]    Compiling satellite-derive-accounts v0.31.1
[INFO] [stderr]     Checking arch_program v0.5.13
[INFO] [stderr]     Checking satellite-lang v0.31.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/event.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const EVENT_IX_TAG_LE: &[u8] = EVENT_IX_TAG.to_le_bytes().as_slice();
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]   |                                    |                                   |
[INFO] [stdout]   |                                    |                                   temporary value is freed at the end of this statement
[INFO] [stdout]   |                                    creates a temporary value which is freed while still in use
[INFO] [stdout]   |                                    using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/idl.rs:28:34
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const IDL_IX_TAG_LE: &[u8] = IDL_IX_TAG.to_le_bytes().as_slice();
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |                                  |                                 |
[INFO] [stdout]    |                                  |                                 temporary value is freed at the end of this statement
[INFO] [stdout]    |                                  creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                  using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/event.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const EVENT_IX_TAG_LE: &[u8] = EVENT_IX_TAG.to_le_bytes().as_slice();
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]   |                                    |                                   |
[INFO] [stdout]   |                                    |                                   temporary value is freed at the end of this statement
[INFO] [stdout]   |                                    creates a temporary value which is freed while still in use
[INFO] [stdout]   |                                    using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/idl.rs:28:34
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const IDL_IX_TAG_LE: &[u8] = IDL_IX_TAG.to_le_bytes().as_slice();
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |                                  |                                 |
[INFO] [stdout]    |                                  |                                 temporary value is freed at the end of this statement
[INFO] [stdout]    |                                  creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                  using this value as a constant requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `satellite-lang` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `satellite-lang` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "029042598f5c5178dade859f75eb7073fa29c625221647bcf0d4f85232d63061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "029042598f5c5178dade859f75eb7073fa29c625221647bcf0d4f85232d63061", kill_on_drop: false }`
[INFO] [stdout] 029042598f5c5178dade859f75eb7073fa29c625221647bcf0d4f85232d63061
