[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] c990d4516082a9156ca97bc7071dd0e4ebc8d2f8 [INFO] testing mryndzionek/stm32f103_rtic_playground against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmryndzionek%2Fstm32f103_rtic_playground" "/workspace/builds/worker-56/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-56/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mryndzionek/stm32f103_rtic_playground on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-56/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-56/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f170febbba504e22fb34cb759b9c39bcb4c04eb7220c10859567d231f1da9dbf [INFO] running `Command { std: "docker" "start" "-a" "f170febbba504e22fb34cb759b9c39bcb4c04eb7220c10859567d231f1da9dbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f170febbba504e22fb34cb759b9c39bcb4c04eb7220c10859567d231f1da9dbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f170febbba504e22fb34cb759b9c39bcb4c04eb7220c10859567d231f1da9dbf", kill_on_drop: false }` [INFO] [stdout] f170febbba504e22fb34cb759b9c39bcb4c04eb7220c10859567d231f1da9dbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f47456324a1ffe3afec52750f0599611bdb7e8eced20c224bd74e9a4caeda8d4 [INFO] running `Command { std: "docker" "start" "-a" "f47456324a1ffe3afec52750f0599611bdb7e8eced20c224bd74e9a4caeda8d4", 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] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [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.1 [INFO] [stderr] Compiling cortex-m-rt v0.7.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bare-metal v1.0.0 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling defmt-macros v0.3.2 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling defmt-parser v0.3.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling stm32-usbd v0.6.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling stm32f1 v0.14.0 [INFO] [stderr] Compiling usb-device v0.2.8 [INFO] [stderr] Compiling display-interface v0.4.1 [INFO] [stderr] Compiling critical-section v0.2.6 [INFO] [stderr] Compiling heapless v0.7.10 [INFO] [stderr] Compiling libc v0.2.122 [INFO] [stderr] Compiling defmt-rtt v0.3.2 [INFO] [stderr] Compiling panic-probe v0.3.0 [INFO] [stderr] Compiling rtic-monotonic v1.0.0 [INFO] [stderr] Compiling micromath v1.1.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling stm32f103_rtic_playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rtic-core v1.0.0 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling nmea0183 v0.3.0 [INFO] [stderr] Compiling bresenham v0.1.1 [INFO] [stderr] Compiling bbqueue v0.5.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling volatile-register v0.2.1 [INFO] [stderr] Compiling bxcan v0.6.2 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling embedded-dma v0.1.2 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling rgb v0.8.32 [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 indexmap v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling display-interface-spi v0.4.1 [INFO] [stderr] Compiling display-interface-i2c v0.4.0 [INFO] [stderr] Compiling rotary-encoder-hal v0.5.0 [INFO] [stderr] Compiling smart-leds-trait v0.2.1 [INFO] [stderr] Compiling gcd v2.1.0 [INFO] [stderr] Compiling ws2812-spi v0.4.0 [INFO] [stderr] Compiling smart-leds v0.3.0 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling embedded-graphics-core v0.3.3 [INFO] [stderr] Compiling fugit v0.3.5 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling ssd1306 v0.7.0 [INFO] [stderr] Compiling rtic-syntax v1.0.0 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling dwt-systick-monotonic v1.0.0 [INFO] [stderr] Compiling embedded-graphics v0.7.1 [INFO] [stderr] Compiling cortex-m-rt-macros v0.7.0 [INFO] [stderr] Compiling cortex-m-rtic-macros v1.0.0 [INFO] [stderr] Compiling profont v0.5.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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/oled_timer_test-6ab218abe6c1dcb2.2zky7x5or3t7r3dd.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/stm32f103_rtic_playground-bfbea6ef1adfd874/out" "-L" "/opt/rustwide/target/debug/build/defmt-0e8fe4027c18a699/out" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-e11f85ea2c425d94/out" "-L" "/opt/rustwide/target/debug/build/stm32f1-b6ca470cdb31ab7d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstm32f103_rtic_playground-f6a922a3579cb7c3.rlib" "/opt/rustwide/target/debug/deps/libpanic_probe-fb504a143054ffb3.rlib" "/opt/rustwide/target/debug/deps/libdefmt_rtt-19b870eb94b974d9.rlib" "/opt/rustwide/target/debug/deps/libcritical_section-d2cbd7d94196f4f9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-65906422fcb53c8c.rlib" "/opt/rustwide/target/debug/deps/libssd1306-4b8f14d3af7d6370.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_spi-53cf5ba276b7c5ac.rlib" "/opt/rustwide/target/debug/deps/libbyte_slice_cast-ce1812110f9fa4d7.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_i2c-15d0a7c29189ae95.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface-566ce37b9b7c459b.rlib" "/opt/rustwide/target/debug/deps/libprofont-e5d0771109ca59d6.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics-2c9314ce57afd824.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-bb4975187934ff12.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63ad1ceb293b21a2.rlib" "/opt/rustwide/target/debug/deps/libmicromath-4ecef6312a2a33e7.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics_core-6f5f562a27a720f8.rlib" "/opt/rustwide/target/debug/deps/libaz-806c9318a7f7ea71.rlib" "/opt/rustwide/target/debug/deps/libdwt_systick_monotonic-132b2ab23b738c52.rlib" "/opt/rustwide/target/debug/deps/libfugit-230bf86821b9802f.rlib" "/opt/rustwide/target/debug/deps/libgcd-5e3050f7fdafacd4.rlib" "/opt/rustwide/target/debug/deps/libstm32f1xx_hal-dd264622b4a97b89.rlib" "/opt/rustwide/target/debug/deps/libbxcan-7d07dfaa11e1e4d4.rlib" "/opt/rustwide/target/debug/deps/libstm32_usbd-37b73b320f5c71c3.rlib" "/opt/rustwide/target/debug/deps/libusb_device-ac4422c02938ea10.rlib" "/opt/rustwide/target/debug/deps/libcast-8d3d62cbbcce2a59.rlib" "/opt/rustwide/target/debug/deps/libembedded_dma-6c84373d57e3a558.rlib" "/opt/rustwide/target/debug/deps/libstm32f1-987dc54dff42c760.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-651d6c82acf458a7.rlib" "/opt/rustwide/target/debug/deps/libdefmt-21677637f5b6df7f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-010625a71c62d3c1.rlib" "/opt/rustwide/target/debug/deps/librtic-9d4a96e01c3f5cd1.rlib" "/opt/rustwide/target/debug/deps/libheapless-a050638be8c1d1e6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-93534b8dc8e1e43e.rlib" "/opt/rustwide/target/debug/deps/libspin-e631cc841c35c623.rlib" "/opt/rustwide/target/debug/deps/liblock_api-afa6995ed810527b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-52063852834e41e5.rlib" "/opt/rustwide/target/debug/deps/libhash32-fafc708126de3d9a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2cc9bd7b62802776.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-8a3d42ab5e762d8c.rlib" "/opt/rustwide/target/debug/deps/librtic_monotonic-db519877382cb875.rlib" "/opt/rustwide/target/debug/deps/librtic_core-08cc405594ec3db6.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-3f276a1f0c6d9ee7.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-43c95d9f98cc29d5.rlib" "/opt/rustwide/target/debug/deps/libvoid-407327bfa38683fe.rlib" "/opt/rustwide/target/debug/deps/libnb-e26bc0e720c74b89.rlib" "/opt/rustwide/target/debug/deps/libnb-5911d7cab9140861.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-e16390cba28a513f.rlib" "/opt/rustwide/target/debug/deps/libvcell-14c2fd17fd99344c.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-62cf5d5ee39ded61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/oled_timer_test-6ab218abe6c1dcb2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/oled_timer_test-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-6ab218abe6c1dcb2.oled_timer_test.9c9fd136-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gps_alarm_clock-9ee38bb3eda146a5.4lxwkw4b2yzcotsg.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/stm32f103_rtic_playground-bfbea6ef1adfd874/out" "-L" "/opt/rustwide/target/debug/build/defmt-0e8fe4027c18a699/out" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-e11f85ea2c425d94/out" "-L" "/opt/rustwide/target/debug/build/stm32f1-b6ca470cdb31ab7d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libws2812_spi-e08436e740c63e6c.rlib" "/opt/rustwide/target/debug/deps/libtime-5821c252260f1f91.rlib" "/opt/rustwide/target/debug/deps/libstm32f103_rtic_playground-f6a922a3579cb7c3.rlib" "/opt/rustwide/target/debug/deps/libpanic_probe-fb504a143054ffb3.rlib" "/opt/rustwide/target/debug/deps/libdefmt_rtt-19b870eb94b974d9.rlib" "/opt/rustwide/target/debug/deps/libcritical_section-d2cbd7d94196f4f9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-65906422fcb53c8c.rlib" "/opt/rustwide/target/debug/deps/libssd1306-4b8f14d3af7d6370.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_spi-53cf5ba276b7c5ac.rlib" "/opt/rustwide/target/debug/deps/libbyte_slice_cast-ce1812110f9fa4d7.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface_i2c-15d0a7c29189ae95.rlib" "/opt/rustwide/target/debug/deps/libdisplay_interface-566ce37b9b7c459b.rlib" "/opt/rustwide/target/debug/deps/libsmart_leds-329081cac9359e72.rlib" "/opt/rustwide/target/debug/deps/libsmart_leds_trait-8675194aa4080559.rlib" "/opt/rustwide/target/debug/deps/librotary_encoder_hal-ac3f01db723adf57.rlib" "/opt/rustwide/target/debug/deps/libeither-f748c6cefe0cfb64.rlib" "/opt/rustwide/target/debug/deps/librgb-54f9be07055b2be0.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-d31ecf475d2d23da.rlib" "/opt/rustwide/target/debug/deps/libprofont-e5d0771109ca59d6.rlib" "/opt/rustwide/target/debug/deps/liboorandom-a2285877a4910aef.rlib" "/opt/rustwide/target/debug/deps/libnmea0183-7e4ea3a8a2bfb268.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics-2c9314ce57afd824.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-bb4975187934ff12.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63ad1ceb293b21a2.rlib" "/opt/rustwide/target/debug/deps/libmicromath-4ecef6312a2a33e7.rlib" "/opt/rustwide/target/debug/deps/libembedded_graphics_core-6f5f562a27a720f8.rlib" "/opt/rustwide/target/debug/deps/libaz-806c9318a7f7ea71.rlib" "/opt/rustwide/target/debug/deps/libeeprom-dbe25ac277027a34.rlib" "/opt/rustwide/target/debug/deps/libdwt_systick_monotonic-132b2ab23b738c52.rlib" "/opt/rustwide/target/debug/deps/libfugit-230bf86821b9802f.rlib" "/opt/rustwide/target/debug/deps/libgcd-5e3050f7fdafacd4.rlib" "/opt/rustwide/target/debug/deps/libbresenham-3007491cf08e6ff8.rlib" "/opt/rustwide/target/debug/deps/libbbqueue-104e7963b46ee063.rlib" "/opt/rustwide/target/debug/deps/libstm32f1xx_hal-dd264622b4a97b89.rlib" "/opt/rustwide/target/debug/deps/libbxcan-7d07dfaa11e1e4d4.rlib" "/opt/rustwide/target/debug/deps/libstm32_usbd-37b73b320f5c71c3.rlib" "/opt/rustwide/target/debug/deps/libusb_device-ac4422c02938ea10.rlib" "/opt/rustwide/target/debug/deps/libcast-8d3d62cbbcce2a59.rlib" "/opt/rustwide/target/debug/deps/libembedded_dma-6c84373d57e3a558.rlib" "/opt/rustwide/target/debug/deps/libstm32f1-987dc54dff42c760.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-651d6c82acf458a7.rlib" "/opt/rustwide/target/debug/deps/libdefmt-21677637f5b6df7f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-010625a71c62d3c1.rlib" "/opt/rustwide/target/debug/deps/librtic-9d4a96e01c3f5cd1.rlib" "/opt/rustwide/target/debug/deps/libheapless-a050638be8c1d1e6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-93534b8dc8e1e43e.rlib" "/opt/rustwide/target/debug/deps/libspin-e631cc841c35c623.rlib" "/opt/rustwide/target/debug/deps/liblock_api-afa6995ed810527b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-52063852834e41e5.rlib" "/opt/rustwide/target/debug/deps/libhash32-fafc708126de3d9a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2cc9bd7b62802776.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-8a3d42ab5e762d8c.rlib" "/opt/rustwide/target/debug/deps/librtic_monotonic-db519877382cb875.rlib" "/opt/rustwide/target/debug/deps/librtic_core-08cc405594ec3db6.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-3f276a1f0c6d9ee7.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-43c95d9f98cc29d5.rlib" "/opt/rustwide/target/debug/deps/libvoid-407327bfa38683fe.rlib" "/opt/rustwide/target/debug/deps/libnb-e26bc0e720c74b89.rlib" "/opt/rustwide/target/debug/deps/libnb-5911d7cab9140861.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-e16390cba28a513f.rlib" "/opt/rustwide/target/debug/deps/libvcell-14c2fd17fd99344c.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-62cf5d5ee39ded61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gps_alarm_clock-9ee38bb3eda146a5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-cgu.0.rcgu.o: in function `core::ptr::write_volatile': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ptr/mod.rs:1409: undefined reference to `__wfi' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gps_alarm_clock-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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-9ee38bb3eda146a5.gps_alarm_clock.51598ada-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] running `Command { std: "docker" "inspect" "f47456324a1ffe3afec52750f0599611bdb7e8eced20c224bd74e9a4caeda8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f47456324a1ffe3afec52750f0599611bdb7e8eced20c224bd74e9a4caeda8d4", kill_on_drop: false }` [INFO] [stdout] f47456324a1ffe3afec52750f0599611bdb7e8eced20c224bd74e9a4caeda8d4