[INFO] cloning repository https://github.com/geluk/teensy-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geluk/teensy-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeluk%2Fteensy-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeluk%2Fteensy-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 495e7b0269de018344e05034228da1273714fadf [INFO] checking geluk/teensy-experiments against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeluk%2Fteensy-experiments" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/geluk/teensy-experiments on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/geluk/teensy-experiments [INFO] finished tweaking git repo https://github.com/geluk/teensy-experiments [INFO] tweaked toml for git repo https://github.com/geluk/teensy-experiments written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/geluk/teensy-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aligned v0.3.2 [INFO] [stderr] Downloaded imxrt-boot-gen v0.1.0 [INFO] [stderr] Downloaded enc28j60 v0.2.1 [INFO] [stderr] Downloaded imxrt-hal v0.3.0 [INFO] [stderr] Downloaded hash32-derive v0.1.0 [INFO] [stderr] Downloaded imxrt-ral v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 093df41c39c9b0b1ad4445074a65b48b9a08a8ebc967830377daf5f926bfc775 [INFO] running `Command { std: "docker" "start" "-a" "093df41c39c9b0b1ad4445074a65b48b9a08a8ebc967830377daf5f926bfc775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "093df41c39c9b0b1ad4445074a65b48b9a08a8ebc967830377daf5f926bfc775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "093df41c39c9b0b1ad4445074a65b48b9a08a8ebc967830377daf5f926bfc775", kill_on_drop: false }` [INFO] [stdout] 093df41c39c9b0b1ad4445074a65b48b9a08a8ebc967830377daf5f926bfc775 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f6e9d8f25377a7d7b6f5a0341610c8bda3f4681d65c463d2e380551f1fc327e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6f6e9d8f25377a7d7b6f5a0341610c8bda3f4681d65c463d2e380551f1fc327e", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cortex-m v0.6.3 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Compiling imxrt-boot-gen v0.1.0 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Compiling imxrt-ral v0.3.0 [INFO] [stderr] Compiling teensy4-rt v0.1.0 (https://github.com/mciantyre/teensy4-rs?branch=master#aee7a24c) [INFO] [stderr] Compiling teensy4-usb-sys v0.1.0 (https://github.com/mciantyre/teensy4-rs?branch=master#aee7a24c) [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Checking enc28j60 v0.2.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling teensy4-fcb v0.2.0 (https://github.com/mciantyre/teensy4-rs?branch=master#aee7a24c) [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking as-slice v0.1.3 [INFO] [stderr] Checking aligned v0.3.2 [INFO] [stderr] Checking owning-slice v0.1.0 (https://github.com/japaric/owning-slice#f8c70ead) [INFO] [stderr] Compiling hash32-derive v0.1.0 [INFO] [stderr] Checking jnet v0.1.0 (https://github.com/japaric/jnet?branch=master#0c6b6e8d) [INFO] [stderr] Compiling cortex-m-rt-macros v0.6.11 (https://github.com/rust-embedded/cortex-m-rt.git#98e4c3c8) [INFO] [stderr] Checking imxrt-hal v0.3.0 [INFO] [stderr] Checking cortex-m-rt v0.6.12 (https://github.com/mciantyre/teensy4-rs?branch=master#aee7a24c) [INFO] [stderr] Checking teensy4-bsp v0.1.0 (https://github.com/mciantyre/teensy4-rs?branch=master#aee7a24c) [INFO] [stderr] Checking teensy-experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: duplicate lang item in crate `std` (which `test` depends on): `panic_impl`. [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `panic_halt` (which `teensy_experiments` depends on) [INFO] [stdout] = note: first definition in `panic_halt` loaded from /opt/rustwide/target/debug/deps/libpanic_halt-e898de5af9d9d9bd.rmeta [INFO] [stdout] = note: second definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/beta-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-3532beb752f910d7.rlib [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl OutputPinV2` may not live long enough [INFO] [stdout] --> src/main.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 131 | mut rst: impl OutputPinV2) [INFO] [stdout] | ----------------------------------------------- help: consider adding an explicit lifetime bound...: `impl OutputPinV2 + 'static` [INFO] [stdout] ... [INFO] [stdout] 149 | let enc28j60 = Enc28j60::new( [INFO] [stdout] | ^^^^^^^^^^^^^ ...so that the type `OldOutputPin>` will meet its required lifetime bounds [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `teensy-experiments` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0310]: the parameter type `impl OutputPinV2` may not live long enough [INFO] [stdout] --> src/main.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 131 | mut rst: impl OutputPinV2) [INFO] [stdout] | ----------------------------------------------- help: consider adding an explicit lifetime bound...: `impl OutputPinV2 + 'static` [INFO] [stdout] ... [INFO] [stdout] 149 | let enc28j60 = Enc28j60::new( [INFO] [stdout] | ^^^^^^^^^^^^^ ...so that the type `OldOutputPin>` will meet its required lifetime bounds [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6f6e9d8f25377a7d7b6f5a0341610c8bda3f4681d65c463d2e380551f1fc327e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f6e9d8f25377a7d7b6f5a0341610c8bda3f4681d65c463d2e380551f1fc327e", kill_on_drop: false }` [INFO] [stdout] 6f6e9d8f25377a7d7b6f5a0341610c8bda3f4681d65c463d2e380551f1fc327e