[INFO] fetching crate wokwi_chips_api 0.2.0...
[INFO] testing wokwi_chips_api-0.2.0 against 1.94.0 for beta-1.95-1
[INFO] extracting crate wokwi_chips_api 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate wokwi_chips_api 0.2.0
[INFO] finished tweaking crates.io crate wokwi_chips_api 0.2.0
[INFO] tweaked toml for crates.io crate wokwi_chips_api 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wokwi_chips_api 0.2.0 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wokwi_chips_api 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wokwi_chip_ll v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bcaff3147128f52e8e307070d8abb8e0e7eb30c2010adae74d5f11dd90d2c2e2
[INFO] running `Command { std: "docker" "start" "-a" "bcaff3147128f52e8e307070d8abb8e0e7eb30c2010adae74d5f11dd90d2c2e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bcaff3147128f52e8e307070d8abb8e0e7eb30c2010adae74d5f11dd90d2c2e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcaff3147128f52e8e307070d8abb8e0e7eb30c2010adae74d5f11dd90d2c2e2", kill_on_drop: false }`
[INFO] [stdout] bcaff3147128f52e8e307070d8abb8e0e7eb30c2010adae74d5f11dd90d2c2e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3536e2d68dc4442652e77cacf764d35df8b7370a7901ef64f03cd122a1dded17
[INFO] running `Command { std: "docker" "start" "-a" "3536e2d68dc4442652e77cacf764d35df8b7370a7901ef64f03cd122a1dded17", kill_on_drop: false }`
[INFO] [stderr]    Compiling wokwi_chip_ll v0.2.0
[INFO] [stderr]    Compiling wokwi_chips_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/i2c.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         I2C_CONFIG_REGISTRY.push(&config);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/pin.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | /         CALLBACK_REGISTRY
[INFO] [stdout] 66 | |             .iter_mut()
[INFO] [stdout]    | |_______________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/pin.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 | /             CALLBACK_REGISTRY.push(PinListener {
[INFO] [stdout] 139 | |                 pin_id: self.id,
[INFO] [stdout] 140 | |                 callback: Box::new(callback),
[INFO] [stdout] 141 | |             });
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "3536e2d68dc4442652e77cacf764d35df8b7370a7901ef64f03cd122a1dded17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3536e2d68dc4442652e77cacf764d35df8b7370a7901ef64f03cd122a1dded17", kill_on_drop: false }`
[INFO] [stdout] 3536e2d68dc4442652e77cacf764d35df8b7370a7901ef64f03cd122a1dded17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce1af70815d7719016ad8b1a7dddd3f2aa33b4afb351130f5d79d8e5adb28762
[INFO] running `Command { std: "docker" "start" "-a" "ce1af70815d7719016ad8b1a7dddd3f2aa33b4afb351130f5d79d8e5adb28762", kill_on_drop: false }`
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/i2c.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         I2C_CONFIG_REGISTRY.push(&config);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/pin.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | /         CALLBACK_REGISTRY
[INFO] [stdout] 66 | |             .iter_mut()
[INFO] [stdout]    | |_______________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wokwi_chips_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/pin.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 | /             CALLBACK_REGISTRY.push(PinListener {
[INFO] [stdout] 139 | |                 pin_id: self.id,
[INFO] [stdout] 140 | |                 callback: Box::new(callback),
[INFO] [stdout] 141 | |             });
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/i2c.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         I2C_CONFIG_REGISTRY.push(&config);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/pin.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | /         CALLBACK_REGISTRY
[INFO] [stdout] 66 | |             .iter_mut()
[INFO] [stdout]    | |_______________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/pin.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 | /             CALLBACK_REGISTRY.push(PinListener {
[INFO] [stdout] 139 | |                 pin_id: self.id,
[INFO] [stdout] 140 | |                 callback: Box::new(callback),
[INFO] [stdout] 141 | |             });
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "ce1af70815d7719016ad8b1a7dddd3f2aa33b4afb351130f5d79d8e5adb28762", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce1af70815d7719016ad8b1a7dddd3f2aa33b4afb351130f5d79d8e5adb28762", kill_on_drop: false }`
[INFO] [stdout] ce1af70815d7719016ad8b1a7dddd3f2aa33b4afb351130f5d79d8e5adb28762
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] df692e8d0a5fa58798a0ece08074fcfe6d0e21ab16f2e6e2a47c54e1c62f18dd
[INFO] running `Command { std: "docker" "start" "-a" "df692e8d0a5fa58798a0ece08074fcfe6d0e21ab16f2e6e2a47c54e1c62f18dd", kill_on_drop: false }`
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/i2c.rs:106:9
[INFO] [stderr]     |
[INFO] [stderr] 106 |         I2C_CONFIG_REGISTRY.push(&config);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/pin.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 | /         CALLBACK_REGISTRY
[INFO] [stderr] 66 | |             .iter_mut()
[INFO] [stderr]    | |_______________________^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/pin.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 | /             CALLBACK_REGISTRY.push(PinListener {
[INFO] [stderr] 139 | |                 pin_id: self.id,
[INFO] [stderr] 140 | |                 callback: Box::new(callback),
[INFO] [stderr] 141 | |             });
[INFO] [stderr]     | |______________^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stderr] warning: `wokwi_chips_api` (lib) generated 3 warnings
[INFO] [stderr] warning: `wokwi_chips_api` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wokwi_chips_api-baeb0ef2c4ffa9d6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wokwi_chips_api
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/i2c.rs - i2c::create (line 63) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/i2c.rs - i2c::create (line 63) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestKEaNIq/rustcSIWpLn/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwokwi_chips_api-018ff6e949572bf7,libwokwi_chip_ll-b8673f504c1ebf8d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestKEaNIq/rustcSIWpLn/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestKEaNIq/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: i2cInit
[INFO] [stdout]           >>> referenced by i2c.rs:103 (src/i2c.rs:103)
[INFO] [stdout]           >>>               wokwi_chips_api-018ff6e949572bf7.wokwi_chips_api.836f58ab9297797a-cgu.0.rcgu.o:(wokwi_chips_api::i2c::create::h5fff69b15560379a) in archive /opt/rustwide/target/debug/deps/libwokwi_chips_api-018ff6e949572bf7.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: pinInit
[INFO] [stdout]           >>> referenced by pin.rs:88 (src/pin.rs:88)
[INFO] [stdout]           >>>               wokwi_chips_api-018ff6e949572bf7.wokwi_chips_api.836f58ab9297797a-cgu.0.rcgu.o:(wokwi_chips_api::pin::Pin::new::h66e79f9f63cf9f7d) in archive /opt/rustwide/target/debug/deps/libwokwi_chips_api-018ff6e949572bf7.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/i2c.rs - i2c::create (line 63)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "df692e8d0a5fa58798a0ece08074fcfe6d0e21ab16f2e6e2a47c54e1c62f18dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df692e8d0a5fa58798a0ece08074fcfe6d0e21ab16f2e6e2a47c54e1c62f18dd", kill_on_drop: false }`
[INFO] [stdout] df692e8d0a5fa58798a0ece08074fcfe6d0e21ab16f2e6e2a47c54e1c62f18dd
