[INFO] fetching crate p1am_100 0.3.1...
[INFO] checking p1am_100-0.3.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate p1am_100 0.3.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate p1am_100 0.3.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate p1am_100 0.3.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate p1am_100 0.3.1
[INFO] tweaked toml for crates.io crate p1am_100 0.3.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate p1am_100 0.3.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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4fd45238f69fc780ba1369bfcb5fd421e0f6ea17abd936494274b6f35f16b5e9
[INFO] running `Command { std: "docker" "start" "-a" "4fd45238f69fc780ba1369bfcb5fd421e0f6ea17abd936494274b6f35f16b5e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4fd45238f69fc780ba1369bfcb5fd421e0f6ea17abd936494274b6f35f16b5e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fd45238f69fc780ba1369bfcb5fd421e0f6ea17abd936494274b6f35f16b5e9", kill_on_drop: false }`
[INFO] [stdout] 4fd45238f69fc780ba1369bfcb5fd421e0f6ea17abd936494274b6f35f16b5e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3658ff765bbd15590d6420cf3e1379db565bef3fe099187f5a1c7e9c8ca2db6e
[INFO] running `Command { std: "docker" "start" "-a" "3658ff765bbd15590d6420cf3e1379db565bef3fe099187f5a1c7e9c8ca2db6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling cortex-m-rt v0.7.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling atsamd21g v0.11.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.7
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling cortex-m-rtic v1.1.4
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling seq-macro v0.2.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling p1am_100 v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking replace_with v0.1.7
[INFO] [stderr]     Checking rtic-core v1.0.0
[INFO] [stderr]     Checking rtic-monotonic v1.0.0
[INFO] [stderr]     Checking cortex-m v0.7.7
[INFO] [stderr]     Checking bare-metal v1.0.0
[INFO] [stderr]     Checking usbd-serial v0.1.1
[INFO] [stderr]     Checking panic-halt v0.2.0
[INFO] [stderr]     Checking panic-semihosting v0.5.6
[INFO] [stderr]     Checking drogue-nom-utils v0.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rtic-syntax v1.0.3
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.0
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]    Compiling cortex-m-rtic-macros v1.1.6
[INFO] [stderr]     Checking modular-bitfield v0.11.2
[INFO] [stderr]     Checking atsamd-hal v0.14.0
[INFO] [stdout] warning: use of deprecated module `atsamd_hal::common`: The `common` module is deprecated and will be removed in a future
[INFO] [stdout]              release. Directly use modules from atsamd_hal instead.
[INFO] [stdout]  --> src/lib.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use hal::common::*;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `atsamd_hal::common`: The `common` module is deprecated and will be removed in a future
[INFO] [stdout]              release. Directly use modules from atsamd_hal instead.
[INFO] [stdout]  --> src/lib.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use hal::common::*;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]   --> src/lib.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | use hal::sercom::{I2CMaster0, UART5};
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]   --> src/lib.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | use hal::sercom::{I2CMaster0, UART5};
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:274:17
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub type Uart = UART5<UartRx, UartTx, (), ()>;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:274:17
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub type Uart = UART5<UartRx, UartTx, (), ()>;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 288 |     UART5::new(clock, baud.into(), sercom5, pm, (rx, tx))
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART5`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 288 |     UART5::new(clock, baud.into(), sercom5, pm, (rx, tx))
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::sercom::UART5::<RX, TX, RTS, CTS>::new`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:288:12
[INFO] [stdout]     |
[INFO] [stdout] 288 |     UART5::new(clock, baud.into(), sercom5, pm, (rx, tx))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::sercom::UART5::<RX, TX, RTS, CTS>::new`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release.
[INFO] [stdout]              Please use the `sercom::v2::uart` module instead.
[INFO] [stdout]    --> src/lib.rs:288:12
[INFO] [stdout]     |
[INFO] [stdout] 288 |     UART5::new(clock, baud.into(), sercom5, pm, (rx, tx))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `p1am_100` (example "blinky_basic") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `p1am_100` (example "timers") due to 1 previous error
[INFO] [stderr] error: could not compile `p1am_100` (example "sleeping_timer") due to 1 previous error
[INFO] [stderr] error: could not compile `p1am_100` (example "sleeping_timer_rtc") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3658ff765bbd15590d6420cf3e1379db565bef3fe099187f5a1c7e9c8ca2db6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3658ff765bbd15590d6420cf3e1379db565bef3fe099187f5a1c7e9c8ca2db6e", kill_on_drop: false }`
[INFO] [stdout] 3658ff765bbd15590d6420cf3e1379db565bef3fe099187f5a1c7e9c8ca2db6e
