[INFO] fetching crate wokwi_chips_api 0.2.0...
[INFO] testing wokwi_chips_api-0.2.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate wokwi_chips_api 0.2.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wokwi_chips_api 0.2.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9dad99bc115b13c007967815490185802fa33ce11d1e7f96ab6b03051b3798b1
[INFO] running `Command { std: "docker" "start" "-a" "9dad99bc115b13c007967815490185802fa33ce11d1e7f96ab6b03051b3798b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9dad99bc115b13c007967815490185802fa33ce11d1e7f96ab6b03051b3798b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dad99bc115b13c007967815490185802fa33ce11d1e7f96ab6b03051b3798b1", kill_on_drop: false }`
[INFO] [stdout] 9dad99bc115b13c007967815490185802fa33ce11d1e7f96ab6b03051b3798b1
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 624d0f1eb174b59dd4c72bea3d2030276dab2bfff70937f6b8c563fd88a7f3a5
[INFO] running `Command { std: "docker" "start" "-a" "624d0f1eb174b59dd4c72bea3d2030276dab2bfff70937f6b8c563fd88a7f3a5", 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.15s
[INFO] running `Command { std: "docker" "inspect" "624d0f1eb174b59dd4c72bea3d2030276dab2bfff70937f6b8c563fd88a7f3a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "624d0f1eb174b59dd4c72bea3d2030276dab2bfff70937f6b8c563fd88a7f3a5", kill_on_drop: false }`
[INFO] [stdout] 624d0f1eb174b59dd4c72bea3d2030276dab2bfff70937f6b8c563fd88a7f3a5
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff57d43d5ba072fc0edfe0e003de3ccc3c30327b5faa2fab79309b0492f9ff92
[INFO] running `Command { std: "docker" "start" "-a" "ff57d43d5ba072fc0edfe0e003de3ccc3c30327b5faa2fab79309b0492f9ff92", kill_on_drop: false }`
[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] [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.20s
[INFO] running `Command { std: "docker" "inspect" "ff57d43d5ba072fc0edfe0e003de3ccc3c30327b5faa2fab79309b0492f9ff92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff57d43d5ba072fc0edfe0e003de3ccc3c30327b5faa2fab79309b0492f9ff92", kill_on_drop: false }`
[INFO] [stdout] ff57d43d5ba072fc0edfe0e003de3ccc3c30327b5faa2fab79309b0492f9ff92
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 943e04d768d0363828ffd128e13de7294bbada91b648b61e6a74ca515581f015
[INFO] running `Command { std: "docker" "start" "-a" "943e04d768d0363828ffd128e13de7294bbada91b648b61e6a74ca515581f015", 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wokwi_chips_api-8e02831c38cd5bfa)
[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/rustdoctestXfozoZ/rustcZJEYaS/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwokwi_chips_api-dad9a72f8ffad750,libwokwi_chip_ll-9ff1a435a5287cec}.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/rustdoctestXfozoZ/rustcZJEYaS/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/rustdoctestXfozoZ/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: pinInit
[INFO] [stdout]           >>> referenced by pin.rs:88 (src/pin.rs:88)
[INFO] [stdout]           >>>               wokwi_chips_api-dad9a72f8ffad750.wokwi_chips_api.eeeb54fdf9a7a4ec-cgu.0.rcgu.o:(<wokwi_chips_api::pin::Pin>::new) in archive /opt/rustwide/target/debug/deps/libwokwi_chips_api-dad9a72f8ffad750.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: i2cInit
[INFO] [stdout]           >>> referenced by i2c.rs:103 (src/i2c.rs:103)
[INFO] [stdout]           >>>               wokwi_chips_api-dad9a72f8ffad750.wokwi_chips_api.eeeb54fdf9a7a4ec-cgu.0.rcgu.o:(wokwi_chips_api::i2c::create) in archive /opt/rustwide/target/debug/deps/libwokwi_chips_api-dad9a72f8ffad750.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.21s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "943e04d768d0363828ffd128e13de7294bbada91b648b61e6a74ca515581f015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "943e04d768d0363828ffd128e13de7294bbada91b648b61e6a74ca515581f015", kill_on_drop: false }`
[INFO] [stdout] 943e04d768d0363828ffd128e13de7294bbada91b648b61e6a74ca515581f015
