[INFO] fetching crate cortexm-threads 0.1.1... [INFO] testing cortexm-threads-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate cortexm-threads 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config [INFO] started tweaking crates.io crate cortexm-threads 0.1.1 [INFO] finished tweaking crates.io crate cortexm-threads 0.1.1 [INFO] tweaked toml for crates.io crate cortexm-threads 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cortexm-threads 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a4dda06fa2a92af3b3de8149a24869f85bc9015c5bc0e619934103bfcaea622 [INFO] running `Command { std: "docker" "start" "-a" "8a4dda06fa2a92af3b3de8149a24869f85bc9015c5bc0e619934103bfcaea622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a4dda06fa2a92af3b3de8149a24869f85bc9015c5bc0e619934103bfcaea622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a4dda06fa2a92af3b3de8149a24869f85bc9015c5bc0e619934103bfcaea622", kill_on_drop: false }` [INFO] [stdout] 8a4dda06fa2a92af3b3de8149a24869f85bc9015c5bc0e619934103bfcaea622 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29df059ec8e77a39094ffde95fe451120c3d16fe6c417516de219076c500f583 [INFO] running `Command { std: "docker" "start" "-a" "29df059ec8e77a39094ffde95fe451120c3d16fe6c417516de219076c500f583", kill_on_drop: false }` [INFO] [stderr] Compiling cortexm-threads v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:265:50 [INFO] [stdout] | [INFO] [stdout] 265 | handler.next = core::intrinsics::transmute(&handler.threads[handler.idx]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:350:48 [INFO] [stdout] | [INFO] [stdout] 350 | let pc: usize = unsafe { core::intrinsics::transmute(handler as *const fn()) }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:368:43 [INFO] [stdout] | [INFO] [stdout] 368 | let sp: usize = core::intrinsics::transmute(&stack[stack.len() - 16]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:149:54 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&raw const __CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:280:28 [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:311:28 [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:382:23 [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "29df059ec8e77a39094ffde95fe451120c3d16fe6c417516de219076c500f583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29df059ec8e77a39094ffde95fe451120c3d16fe6c417516de219076c500f583", kill_on_drop: false }` [INFO] [stdout] 29df059ec8e77a39094ffde95fe451120c3d16fe6c417516de219076c500f583 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24e4345fe6773dfce7f301eafa2143c5b7764f6b83e38a6f6871c5dfa68d44e7 [INFO] running `Command { std: "docker" "start" "-a" "24e4345fe6773dfce7f301eafa2143c5b7764f6b83e38a6f6871c5dfa68d44e7", kill_on_drop: false }` [INFO] [stderr] Compiling cortexm-threads v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:265:50 [INFO] [stdout] | [INFO] [stdout] 265 | handler.next = core::intrinsics::transmute(&handler.threads[handler.idx]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:350:48 [INFO] [stdout] | [INFO] [stdout] 350 | let pc: usize = unsafe { core::intrinsics::transmute(handler as *const fn()) }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:368:43 [INFO] [stdout] | [INFO] [stdout] 368 | let sp: usize = core::intrinsics::transmute(&stack[stack.len() - 16]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:149:54 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&raw const __CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:280:28 [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:311:28 [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:382:23 [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:265:50 [INFO] [stdout] | [INFO] [stdout] 265 | handler.next = core::intrinsics::transmute(&handler.threads[handler.idx]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:350:48 [INFO] [stdout] | [INFO] [stdout] 350 | let pc: usize = unsafe { core::intrinsics::transmute(handler as *const fn()) }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/lib.rs:368:43 [INFO] [stdout] | [INFO] [stdout] 368 | let sp: usize = core::intrinsics::transmute(&stack[stack.len() - 16]); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:149:54 [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 149 | let ptr: usize = core::intrinsics::transmute(&raw const __CORTEXM_THREADS_GLOBAL); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 227 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 259 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:280:28 [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 280 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 301 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:311:28 [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 311 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/lib.rs:382:23 [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 382 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "24e4345fe6773dfce7f301eafa2143c5b7764f6b83e38a6f6871c5dfa68d44e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24e4345fe6773dfce7f301eafa2143c5b7764f6b83e38a6f6871c5dfa68d44e7", kill_on_drop: false }` [INFO] [stdout] 24e4345fe6773dfce7f301eafa2143c5b7764f6b83e38a6f6871c5dfa68d44e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d2eab47ab50a9e458d12a480252d87b91a972124087be30dcfe0a230abca156 [INFO] running `Command { std: "docker" "start" "-a" "3d2eab47ab50a9e458d12a480252d87b91a972124087be30dcfe0a230abca156", kill_on_drop: false }` [INFO] [stderr] Compiling cortexm-threads v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/lib.rs:149:44 [INFO] [stderr] | [INFO] [stderr] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/lib.rs:265:50 [INFO] [stderr] | [INFO] [stderr] 265 | handler.next = core::intrinsics::transmute(&handler.threads[handler.idx]); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/lib.rs:350:48 [INFO] [stderr] | [INFO] [stderr] 350 | let pc: usize = unsafe { core::intrinsics::transmute(handler as *const fn()) }; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/lib.rs:368:43 [INFO] [stderr] | [INFO] [stderr] 368 | let sp: usize = core::intrinsics::transmute(&stack[stack.len() - 16]); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/lib.rs:149:54 [INFO] [stderr] | [INFO] [stderr] 149 | let ptr: usize = core::intrinsics::transmute(&__CORTEXM_THREADS_GLOBAL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 149 | let ptr: usize = core::intrinsics::transmute(&raw const __CORTEXM_THREADS_GLOBAL); [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:227:23 [INFO] [stderr] | [INFO] [stderr] 227 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 227 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:259:28 [INFO] [stderr] | [INFO] [stderr] 259 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 259 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:280:28 [INFO] [stderr] | [INFO] [stderr] 280 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 280 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:301:28 [INFO] [stderr] | [INFO] [stderr] 301 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 301 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:311:28 [INFO] [stderr] | [INFO] [stderr] 311 | let handler = unsafe { &mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 311 | let handler = unsafe { &raw mut __CORTEXM_THREADS_GLOBAL }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static [INFO] [stderr] --> src/lib.rs:382:23 [INFO] [stderr] | [INFO] [stderr] 382 | let handler = &mut __CORTEXM_THREADS_GLOBAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] help: use `&raw mut` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 382 | let handler = &raw mut __CORTEXM_THREADS_GLOBAL; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cortexm-threads` (lib) generated 11 warnings (7 duplicates) [INFO] [stderr] warning: `cortexm-threads` (lib test) generated 11 warnings (4 duplicates) [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cortexm_threads-7e76d744353e7af3) [INFO] [stdout] [INFO] [stderr] Doc-tests cortexm_threads [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 12) ... FAILED [INFO] [stdout] test src/lib.rs - create_thread_with_config (line 204) ... FAILED [INFO] [stdout] test src/lib.rs - sleep (line 289) ... FAILED [INFO] [stdout] test src/lib.rs - create_thread (line 181) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 12) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `panic_semihosting` [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate panic_semihosting; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cortex_m` [INFO] [stdout] --> src/lib.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use cortex_m::peripheral::syst::SystClkSource; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `cortex_m` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cortex_m`, use `cargo add cortex_m` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cortex_m_rt` [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use cortex_m_rt::{entry, exception}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `cortex_m_rt` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cortex_m_rt`, use `cargo add cortex_m_rt` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cortex_m_semihosting` [INFO] [stdout] --> src/lib.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use cortex_m_semihosting::{hprintln}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cortex_m_semihosting` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cortex_m_semihosting`, use `cargo add cortex_m_semihosting` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cortex_m` [INFO] [stdout] --> src/lib.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | let cp = cortex_m::Peripherals::take().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `cortex_m` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cortex_m`, use `cargo add cortex_m` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: `#[panic_handler]` function required, but not found [INFO] [stdout] [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0463. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - create_thread_with_config (line 204) stdout ---- [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> src/lib.rs:210:21 [INFO] [stdout] | [INFO] [stdout] 210 | let _ = hprintln!("in task 1 !!"); [INFO] [stdout] | ^^^^^^^^ help: a macro with a similar name exists: `eprintln` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_thread_with_config` in this scope [INFO] [stdout] --> src/lib.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | let _ = create_thread_with_config( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 204 + use cortexm_threads::create_thread_with_config; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sleep` in this scope [INFO] [stdout] --> src/lib.rs:211:13 [INFO] [stdout] | [INFO] [stdout] 211 | sleep(50); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 204 + use std::thread::sleep; [INFO] [stdout] | [INFO] [stdout] 204 + use cortexm_threads::sleep; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - sleep (line 289) stdout ---- [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> src/lib.rs:295:21 [INFO] [stdout] | [INFO] [stdout] 295 | let _ = hprintln!("in task 1 !!"); [INFO] [stdout] | ^^^^^^^^ help: a macro with a similar name exists: `eprintln` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_thread` in this scope [INFO] [stdout] --> src/lib.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 291 | let _ = create_thread( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 289 + use cortexm_threads::create_thread; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sleep` in this scope [INFO] [stdout] --> src/lib.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | sleep(50); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 289 + use std::thread::sleep; [INFO] [stdout] | [INFO] [stdout] 289 + use cortexm_threads::sleep; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - create_thread (line 181) stdout ---- [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> src/lib.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | let _ = hprintln!("in task 1 !!"); [INFO] [stdout] | ^^^^^^^^ help: a macro with a similar name exists: `eprintln` [INFO] [stdout] | [INFO] [stdout] --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_thread` in this scope [INFO] [stdout] --> src/lib.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | let _ = create_thread( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 181 + use cortexm_threads::create_thread; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sleep` in this scope [INFO] [stdout] --> src/lib.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | sleep(50); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 181 + use std::thread::sleep; [INFO] [stdout] | [INFO] [stdout] 181 + use cortexm_threads::sleep; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 12) [INFO] [stdout] src/lib.rs - create_thread (line 181) [INFO] [stdout] src/lib.rs - create_thread_with_config (line 204) [INFO] [stdout] src/lib.rs - sleep (line 289) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "3d2eab47ab50a9e458d12a480252d87b91a972124087be30dcfe0a230abca156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d2eab47ab50a9e458d12a480252d87b91a972124087be30dcfe0a230abca156", kill_on_drop: false }` [INFO] [stdout] 3d2eab47ab50a9e458d12a480252d87b91a972124087be30dcfe0a230abca156