[INFO] cloning repository https://github.com/mryndzionek/stm32f103_rtic_playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mryndzionek/stm32f103_rtic_playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmryndzionek%2Fstm32f103_rtic_playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmryndzionek%2Fstm32f103_rtic_playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c539041597968221529b7c0d00f2f0b32e5f29c [INFO] testing mryndzionek/stm32f103_rtic_playground against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmryndzionek%2Fstm32f103_rtic_playground" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mryndzionek/stm32f103_rtic_playground on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/mryndzionek/stm32f103_rtic_playground [INFO] finished tweaking git repo https://github.com/mryndzionek/stm32f103_rtic_playground [INFO] tweaked toml for git repo https://github.com/mryndzionek/stm32f103_rtic_playground written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/mryndzionek/stm32f103_rtic_playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b16c80f2d9e6ca7606cfa40ad40acb3dad0ad39426c1b6a2aafa8ec25fe6dc8 [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" "2b16c80f2d9e6ca7606cfa40ad40acb3dad0ad39426c1b6a2aafa8ec25fe6dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b16c80f2d9e6ca7606cfa40ad40acb3dad0ad39426c1b6a2aafa8ec25fe6dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b16c80f2d9e6ca7606cfa40ad40acb3dad0ad39426c1b6a2aafa8ec25fe6dc8", kill_on_drop: false }` [INFO] [stdout] 2b16c80f2d9e6ca7606cfa40ad40acb3dad0ad39426c1b6a2aafa8ec25fe6dc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aeb2a555e8060992a03e546ab8355a30d620175b34efb567d17cc39cbb56b0e0 [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" "aeb2a555e8060992a03e546ab8355a30d620175b34efb567d17cc39cbb56b0e0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling defmt v0.3.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cortex-m-rt v0.7.1 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling defmt-macros v0.3.1 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling bare-metal v1.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling defmt-parser v0.3.0 [INFO] [stderr] Compiling stm32f1 v0.14.0 [INFO] [stderr] Compiling stm32-usbd v0.6.0 [INFO] [stderr] Compiling display-interface v0.4.1 [INFO] [stderr] Compiling heapless v0.7.10 [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling usb-device v0.2.8 [INFO] [stderr] Compiling panic-probe v0.3.0 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling rtic-monotonic v1.0.0 [INFO] [stderr] Compiling defmt-rtt v0.3.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling micromath v1.1.1 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling rtic-core v1.0.0 [INFO] [stderr] Compiling stm32f103_rtic_playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num_threads v0.1.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bbqueue v0.5.1 [INFO] [stderr] Compiling bresenham v0.1.1 [INFO] [stderr] Compiling nmea0183 v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling volatile-register v0.2.1 [INFO] [stderr] Compiling embedded-dma v0.1.2 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling bxcan v0.6.2 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling rgb v0.8.31 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling cortex-m-rtic v1.0.0 [INFO] [stderr] Compiling embedded-hal v0.2.6 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling gcd v2.1.0 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling smart-leds-trait v0.2.1 [INFO] [stderr] Compiling fugit v0.3.3 [INFO] [stderr] Compiling display-interface-i2c v0.4.0 [INFO] [stderr] Compiling display-interface-spi v0.4.1 [INFO] [stderr] Compiling rotary-encoder-hal v0.5.0 [INFO] [stderr] Compiling smart-leds v0.3.0 [INFO] [stderr] Compiling ws2812-spi v0.4.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling dwt-systick-monotonic v1.0.0 [INFO] [stderr] Compiling time v0.3.6 [INFO] [stderr] Compiling embedded-graphics-core v0.3.3 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling embedded-graphics v0.7.1 [INFO] [stderr] Compiling ssd1306 v0.7.0 [INFO] [stderr] Compiling profont v0.5.0 [INFO] [stderr] Compiling rtic-syntax v1.0.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.7.0 [INFO] [stderr] Compiling cortex-m-rtic-macros v1.0.0 [INFO] [stderr] Compiling stm32f1xx-hal v0.8.0 (https://github.com/stm32-rs/stm32f1xx-hal.git?rev=cd800ce#cd800ce2) [INFO] [stderr] Compiling eeprom v0.2.0 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.2aig4mboe0yvjlez.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/stm32f103_rtic_playground-afed80511322e406/out" "-L" "/opt/rustwide/target/debug/build/defmt-c03397756a159fb9/out" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-93d86d42a543f00e/out" "-L" "/opt/rustwide/target/debug/build/stm32f1-ae4f7026bfe7013f/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstm32f103_rtic_playground-bc30c8f3daff16f2.rlib" "/opt/rustwide/target/debug/deps/libpanic_probe-970769cfdf6e3805.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/target/debug/deps/libdefmt_rtt-739cd5626b4336bb.rlib" "/opt/rustwide/target/debug/deps/libssd1306-34b135ab64b7c7fc.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_spi-5bf0c65a6ffda3e1.rlib" "/opt/rustwide/target/debug/deps/libbyte_slice_cast-44d9f502650c3546.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_i2c-fc7cfc8a0a1b2862.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface-6f53c17acff9b00d.rlib" "/opt/rustwide/target/debug/deps/libprofont-c81e60a83b787238.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics-9067a006bb810197.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-e8af44bc9404ad8c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-426e9086066a1149.rlib" "/opt/rustwide/target/debug/deps/libmicromath-2ca94e9fbc69ae94.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics_core-58086c6196b8678e.rlib" "/opt/rustwide/target/debug/deps/libaz-377d4d92b00f4a26.rlib" "/opt/rustwide/target/debug/deps/libdwt_systick_monotonic-d4c3325275b84d87.rlib" "/opt/rustwide/target/debug/deps/libfugit-8c048fac0ed544a9.rlib" "/opt/rustwide/target/debug/deps/libgcd-a1289a545e9c6d3c.rlib" "/opt/rustwide/target/debug/deps/libstm32f1xx_hal-cc9602be3d30acab.rlib" "/opt/rustwide/target/debug/deps/libbxcan-de08bf46e88c5ed8.rlib" "/opt/rustwide/target/debug/deps/libstm32_usbd-64b4ee64006a5b40.rlib" "/opt/rustwide/target/debug/deps/libusb_device-42faebbf59219830.rlib" "/opt/rustwide/target/debug/deps/libcast-a2c026683b33f33a.rlib" "/opt/rustwide/target/debug/deps/libembedded_dma-84fc498a774d6096.rlib" "/opt/rustwide/target/debug/deps/libstm32f1-ae141464892e1e77.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-4efa18f57992ccb3.rlib" "/opt/rustwide/target/debug/deps/libdefmt-698e9345f4f042a7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bf4ced786f5584ff.rlib" "/opt/rustwide/target/debug/deps/librtic-d40dcecf66118469.rlib" "/opt/rustwide/target/debug/deps/libheapless-fc46e0c8d72be05b.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-dcaf06505bef4c55.rlib" "/opt/rustwide/target/debug/deps/libspin-a3717dfe59685668.rlib" "/opt/rustwide/target/debug/deps/liblock_api-55a72d9f1945f48c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-2cdfb8a799369473.rlib" "/opt/rustwide/target/debug/deps/libhash32-7871d5e239bd3cfc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c291eb3607adcc28.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-ddc4747de810ee5b.rlib" "/opt/rustwide/target/debug/deps/librtic_monotonic-f8c03c0d484830c3.rlib" "/opt/rustwide/target/debug/deps/librtic_core-1ecb11dafaa1959f.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-095e5bab5f9687a9.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-92d84f9cf5a05618.rlib" "/opt/rustwide/target/debug/deps/libvoid-6a259042c37866f8.rlib" "/opt/rustwide/target/debug/deps/libnb-e49e7ac04af1f918.rlib" "/opt/rustwide/target/debug/deps/libnb-ca39bb209c550203.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-4507bdc403b104cf.rlib" "/opt/rustwide/target/debug/deps/libvcell-b181aac91b8eb2f6.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-bbe32600ceb927d3.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `oled_timer_test::app::idle': [INFO] [stdout] /opt/rustwide/workdir/src/bin/oled_timer_test.rs:5: undefined reference to `__wfi' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-fff833f99cb55a81.oled_timer_test.171cb8fc-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32f103_rtic_playground` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.49utbz8rupmg87o2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/stm32f103_rtic_playground-afed80511322e406/out" "-L" "/opt/rustwide/target/debug/build/defmt-c03397756a159fb9/out" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-93d86d42a543f00e/out" "-L" "/opt/rustwide/target/debug/build/stm32f1-ae4f7026bfe7013f/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libws2812_spi-65e4dc591e5ecf65.rlib" "/opt/rustwide/target/debug/deps/libtime-20e05c38fdc1c683.rlib" "/opt/rustwide/target/debug/deps/libstm32f103_rtic_playground-bc30c8f3daff16f2.rlib" "/opt/rustwide/target/debug/deps/libpanic_probe-970769cfdf6e3805.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/target/debug/deps/libdefmt_rtt-739cd5626b4336bb.rlib" "/opt/rustwide/target/debug/deps/libssd1306-34b135ab64b7c7fc.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_spi-5bf0c65a6ffda3e1.rlib" "/opt/rustwide/target/debug/deps/libbyte_slice_cast-44d9f502650c3546.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_i2c-fc7cfc8a0a1b2862.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface-6f53c17acff9b00d.rlib" "/opt/rustwide/target/debug/deps/libsmart_leds-ee2b7c36cbb43af8.rlib" "/opt/rustwide/target/debug/deps/libsmart_leds_trait-fdbc81b91dada83d.rlib" "/opt/rustwide/target/debug/deps/librotary_encoder_hal-b61b50183cc9cfbb.rlib" "/opt/rustwide/target/debug/deps/libeither-c68ad8b8bdc3180d.rlib" "/opt/rustwide/target/debug/deps/librgb-6db827661ff4c62b.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-6b59386c3890302c.rlib" "/opt/rustwide/target/debug/deps/libprofont-c81e60a83b787238.rlib" "/opt/rustwide/target/debug/deps/liboorandom-8d34bd795f1e0299.rlib" "/opt/rustwide/target/debug/deps/libnmea0183-52475cae606e2672.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics-9067a006bb810197.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-e8af44bc9404ad8c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-426e9086066a1149.rlib" "/opt/rustwide/target/debug/deps/libmicromath-2ca94e9fbc69ae94.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics_core-58086c6196b8678e.rlib" "/opt/rustwide/target/debug/deps/libaz-377d4d92b00f4a26.rlib" "/opt/rustwide/target/debug/deps/libeeprom-2ed14742762d8ccf.rlib" "/opt/rustwide/target/debug/deps/libdwt_systick_monotonic-d4c3325275b84d87.rlib" "/opt/rustwide/target/debug/deps/libfugit-8c048fac0ed544a9.rlib" "/opt/rustwide/target/debug/deps/libgcd-a1289a545e9c6d3c.rlib" "/opt/rustwide/target/debug/deps/libbresenham-93c913e6c08088cb.rlib" "/opt/rustwide/target/debug/deps/libbbqueue-5f1282fcdfc8985f.rlib" "/opt/rustwide/target/debug/deps/libstm32f1xx_hal-cc9602be3d30acab.rlib" "/opt/rustwide/target/debug/deps/libbxcan-de08bf46e88c5ed8.rlib" "/opt/rustwide/target/debug/deps/libstm32_usbd-64b4ee64006a5b40.rlib" "/opt/rustwide/target/debug/deps/libusb_device-42faebbf59219830.rlib" "/opt/rustwide/target/debug/deps/libcast-a2c026683b33f33a.rlib" "/opt/rustwide/target/debug/deps/libembedded_dma-84fc498a774d6096.rlib" "/opt/rustwide/target/debug/deps/libstm32f1-ae141464892e1e77.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-4efa18f57992ccb3.rlib" "/opt/rustwide/target/debug/deps/libdefmt-698e9345f4f042a7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bf4ced786f5584ff.rlib" "/opt/rustwide/target/debug/deps/librtic-d40dcecf66118469.rlib" "/opt/rustwide/target/debug/deps/libheapless-fc46e0c8d72be05b.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-dcaf06505bef4c55.rlib" "/opt/rustwide/target/debug/deps/libspin-a3717dfe59685668.rlib" "/opt/rustwide/target/debug/deps/liblock_api-55a72d9f1945f48c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-2cdfb8a799369473.rlib" "/opt/rustwide/target/debug/deps/libhash32-7871d5e239bd3cfc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c291eb3607adcc28.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-ddc4747de810ee5b.rlib" "/opt/rustwide/target/debug/deps/librtic_monotonic-f8c03c0d484830c3.rlib" "/opt/rustwide/target/debug/deps/librtic_core-1ecb11dafaa1959f.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-095e5bab5f9687a9.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-92d84f9cf5a05618.rlib" "/opt/rustwide/target/debug/deps/libvoid-6a259042c37866f8.rlib" "/opt/rustwide/target/debug/deps/libnb-e49e7ac04af1f918.rlib" "/opt/rustwide/target/debug/deps/libnb-ca39bb209c550203.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-4507bdc403b104cf.rlib" "/opt/rustwide/target/debug/deps/libvcell-b181aac91b8eb2f6.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-bbe32600ceb927d3.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `core::ptr::write_volatile': [INFO] [stdout] /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ptr/mod.rs:1128: undefined reference to `__wfi' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-05fc921215331e84.gps_alarm_clock.86bb15db-cgu.0.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.4/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "aeb2a555e8060992a03e546ab8355a30d620175b34efb567d17cc39cbb56b0e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeb2a555e8060992a03e546ab8355a30d620175b34efb567d17cc39cbb56b0e0", kill_on_drop: false }` [INFO] [stdout] aeb2a555e8060992a03e546ab8355a30d620175b34efb567d17cc39cbb56b0e0