[INFO] fetching crate lrwn_filters 4.10.0-test.1...
[INFO] checking lrwn_filters-4.10.0-test.1 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate lrwn_filters 4.10.0-test.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate lrwn_filters 4.10.0-test.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 lrwn_filters 4.10.0-test.1
[INFO] finished tweaking crates.io crate lrwn_filters 4.10.0-test.1
[INFO] tweaked toml for crates.io crate lrwn_filters 4.10.0-test.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7bb15832594bcc79c5af02d02c06191c063ca40448d3602024671365fe6875ee
[INFO] running `Command { std: "docker" "start" "-a" "7bb15832594bcc79c5af02d02c06191c063ca40448d3602024671365fe6875ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bb15832594bcc79c5af02d02c06191c063ca40448d3602024671365fe6875ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bb15832594bcc79c5af02d02c06191c063ca40448d3602024671365fe6875ee", kill_on_drop: false }`
[INFO] [stdout] 7bb15832594bcc79c5af02d02c06191c063ca40448d3602024671365fe6875ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ea893e0dffae652d4a46bee1e09063e9a6f8a791dc074715aa2b99362b3fca7d
[INFO] running `Command { std: "docker" "start" "-a" "ea893e0dffae652d4a46bee1e09063e9a6f8a791dc074715aa2b99362b3fca7d", kill_on_drop: false }`
[INFO] [stderr]     Checking lrwn_filters v4.10.0-test.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:326:27
[INFO] [stdout]     |
[INFO] [stdout] 326 |                 dev_addr: lrwn::DevAddr::from_str("01020304").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:335:27
[INFO] [stdout]     |
[INFO] [stdout] 335 |                 dev_addr: lrwn::DevAddr::from_str("01020304").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:344:27
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 dev_addr: lrwn::DevAddr::from_str("01020304").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:356:27
[INFO] [stdout]     |
[INFO] [stdout] 356 |                 dev_addr: lrwn::DevAddr::from_str("01020304").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:365:29
[INFO] [stdout]     |
[INFO] [stdout] 365 |                     m_type: lrwn::MType::UnconfirmedDataUp,
[INFO] [stdout]     |                             ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:366:28
[INFO] [stdout]     |
[INFO] [stdout] 366 |                     major: lrwn::Major::LoRaWANR1,
[INFO] [stdout]     |                            ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:368:26
[INFO] [stdout]     |
[INFO] [stdout] 368 |                 payload: lrwn::Payload::MACPayload(lrwn::MACPayload {
[INFO] [stdout]     |                          ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:373:33
[INFO] [stdout]     |
[INFO] [stdout] 373 |                         f_opts: lrwn::MACCommandSet::new(vec![]),
[INFO] [stdout]     |                                 ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:385:29
[INFO] [stdout]     |
[INFO] [stdout] 385 |                     m_type: lrwn::MType::ConfirmedDataUp,
[INFO] [stdout]     |                             ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:386:28
[INFO] [stdout]     |
[INFO] [stdout] 386 |                     major: lrwn::Major::LoRaWANR1,
[INFO] [stdout]     |                            ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:388:26
[INFO] [stdout]     |
[INFO] [stdout] 388 |                 payload: lrwn::Payload::MACPayload(lrwn::MACPayload {
[INFO] [stdout]     |                          ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:393:33
[INFO] [stdout]     |
[INFO] [stdout] 393 |                         f_opts: lrwn::MACCommandSet::new(vec![]),
[INFO] [stdout]     |                                 ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:421:27
[INFO] [stdout]     |
[INFO] [stdout] 421 |                 join_eui: lrwn::EUI64::from_str("0102030405060708").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:430:27
[INFO] [stdout]     |
[INFO] [stdout] 430 |                 join_eui: lrwn::EUI64::from_str("0102030405060708").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:439:27
[INFO] [stdout]     |
[INFO] [stdout] 439 |                 join_eui: lrwn::EUI64::from_str("0102030405060708").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:451:27
[INFO] [stdout]     |
[INFO] [stdout] 451 |                 join_eui: lrwn::EUI64::from_str("0102030405060708").unwrap(),
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:460:29
[INFO] [stdout]     |
[INFO] [stdout] 460 |                     m_type: lrwn::MType::JoinRequest,
[INFO] [stdout]     |                             ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:461:28
[INFO] [stdout]     |
[INFO] [stdout] 461 |                     major: lrwn::Major::LoRaWANR1,
[INFO] [stdout]     |                            ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:463:26
[INFO] [stdout]     |
[INFO] [stdout] 463 |                 payload: lrwn::Payload::JoinRequest(lrwn::JoinRequestPayload {
[INFO] [stdout]     |                          ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:315:23
[INFO] [stdout]     |
[INFO] [stdout] 315 |             dev_addr: lrwn::DevAddr,
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:363:23
[INFO] [stdout]     |
[INFO] [stdout] 363 |             let phy = lrwn::PhyPayload {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:364:23
[INFO] [stdout]     |
[INFO] [stdout] 364 |                 mhdr: lrwn::MHDR {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:368:52
[INFO] [stdout]     |
[INFO] [stdout] 368 |                 payload: lrwn::Payload::MACPayload(lrwn::MACPayload {
[INFO] [stdout]     |                                                    ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:369:27
[INFO] [stdout]     |
[INFO] [stdout] 369 |                     fhdr: lrwn::FHDR {
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:383:23
[INFO] [stdout]     |
[INFO] [stdout] 383 |             let phy = lrwn::PhyPayload {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:384:23
[INFO] [stdout]     |
[INFO] [stdout] 384 |                 mhdr: lrwn::MHDR {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:388:52
[INFO] [stdout]     |
[INFO] [stdout] 388 |                 payload: lrwn::Payload::MACPayload(lrwn::MACPayload {
[INFO] [stdout]     |                                                    ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:389:27
[INFO] [stdout]     |
[INFO] [stdout] 389 |                     fhdr: lrwn::FHDR {
[INFO] [stdout]     |                           ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:410:23
[INFO] [stdout]     |
[INFO] [stdout] 410 |             join_eui: lrwn::EUI64,
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:458:23
[INFO] [stdout]     |
[INFO] [stdout] 458 |             let phy = lrwn::PhyPayload {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:459:23
[INFO] [stdout]     |
[INFO] [stdout] 459 |                 mhdr: lrwn::MHDR {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lrwn`
[INFO] [stdout]    --> src/lib.rs:463:53
[INFO] [stdout]     |
[INFO] [stdout] 463 |                 payload: lrwn::Payload::JoinRequest(lrwn::JoinRequestPayload {
[INFO] [stdout]     |                                                     ^^^^ use of undeclared crate or module `lrwn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lrwn_filters` (lib test) due to 32 previous errors
[INFO] running `Command { std: "docker" "inspect" "ea893e0dffae652d4a46bee1e09063e9a6f8a791dc074715aa2b99362b3fca7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea893e0dffae652d4a46bee1e09063e9a6f8a791dc074715aa2b99362b3fca7d", kill_on_drop: false }`
[INFO] [stdout] ea893e0dffae652d4a46bee1e09063e9a6f8a791dc074715aa2b99362b3fca7d
