[INFO] fetching crate async_load 1.0.3...
[INFO] testing async_load-1.0.3 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate async_load 1.0.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate async_load 1.0.3
[INFO] finished tweaking crates.io crate async_load 1.0.3
[INFO] tweaked toml for crates.io crate async_load 1.0.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate async_load 1.0.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] dc6cca42bd97e636d5af54ec290a6d640ea48ea3e2e52789daea9e65e8080962
[INFO] running `Command { std: "docker" "start" "-a" "dc6cca42bd97e636d5af54ec290a6d640ea48ea3e2e52789daea9e65e8080962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc6cca42bd97e636d5af54ec290a6d640ea48ea3e2e52789daea9e65e8080962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc6cca42bd97e636d5af54ec290a6d640ea48ea3e2e52789daea9e65e8080962", kill_on_drop: false }`
[INFO] [stdout] dc6cca42bd97e636d5af54ec290a6d640ea48ea3e2e52789daea9e65e8080962
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6348d438938b05254efc2eb40d9d014632f33f27546dcc0f680c387d99250ef4
[INFO] running `Command { std: "docker" "start" "-a" "6348d438938b05254efc2eb40d9d014632f33f27546dcc0f680c387d99250ef4", kill_on_drop: false }`
[INFO] [stderr]    Compiling async_load v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 23 | define_internal_call!(EVENT_PERFORM_ASYNC, EventPerformAsync);
[INFO] [stdout]    | ------------------------------------------------------------- in this macro invocation
[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: 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]    = note: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 24 | define_internal_call!(DS_MAP_CREATE, DsMapCreate);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 25 | define_internal_call!(DS_MAP_ADD_DOUBLE, DsMapAddDouble);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 26 | define_internal_call!(DS_MAP_ADD_STRING, DsMapAddString);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] running `Command { std: "docker" "inspect" "6348d438938b05254efc2eb40d9d014632f33f27546dcc0f680c387d99250ef4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6348d438938b05254efc2eb40d9d014632f33f27546dcc0f680c387d99250ef4", kill_on_drop: false }`
[INFO] [stdout] 6348d438938b05254efc2eb40d9d014632f33f27546dcc0f680c387d99250ef4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 582982c48b7805a4f427c4f94ff4e4854cde88a490faf266b21d3db9d68a799a
[INFO] running `Command { std: "docker" "start" "-a" "582982c48b7805a4f427c4f94ff4e4854cde88a490faf266b21d3db9d68a799a", kill_on_drop: false }`
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 23 | define_internal_call!(EVENT_PERFORM_ASYNC, EventPerformAsync);
[INFO] [stdout]    | ------------------------------------------------------------- in this macro invocation
[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: 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]    = note: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 24 | define_internal_call!(DS_MAP_CREATE, DsMapCreate);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 25 | define_internal_call!(DS_MAP_ADD_DOUBLE, DsMapAddDouble);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 26 | define_internal_call!(DS_MAP_ADD_STRING, DsMapAddString);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling async_load v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 23 | define_internal_call!(EVENT_PERFORM_ASYNC, EventPerformAsync);
[INFO] [stdout]    | ------------------------------------------------------------- in this macro invocation
[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: 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]    = note: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 24 | define_internal_call!(DS_MAP_CREATE, DsMapCreate);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 25 | define_internal_call!(DS_MAP_ADD_DOUBLE, DsMapAddDouble);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/ds_map/internals.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 26 | define_internal_call!(DS_MAP_ADD_STRING, DsMapAddString);
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "582982c48b7805a4f427c4f94ff4e4854cde88a490faf266b21d3db9d68a799a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "582982c48b7805a4f427c4f94ff4e4854cde88a490faf266b21d3db9d68a799a", kill_on_drop: false }`
[INFO] [stdout] 582982c48b7805a4f427c4f94ff4e4854cde88a490faf266b21d3db9d68a799a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 9a9432fb59816f55206a4c301d8a0ac65dc4939c991aff9df6edb53465436538
[INFO] running `Command { std: "docker" "start" "-a" "9a9432fb59816f55206a4c301d8a0ac65dc4939c991aff9df6edb53465436538", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/ds_map/internals.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 23 | define_internal_call!(EVENT_PERFORM_ASYNC, EventPerformAsync);
[INFO] [stderr]    | ------------------------------------------------------------- in this macro invocation
[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: 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]    = note: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/ds_map/internals.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 24 | define_internal_call!(DS_MAP_CREATE, DsMapCreate);
[INFO] [stderr]    | ------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/ds_map/internals.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 25 | define_internal_call!(DS_MAP_ADD_DOUBLE, DsMapAddDouble);
[INFO] [stderr]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/ds_map/internals.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 |             [<FN_ $name>] = (&[<ADDR_ $name>] as *const FnAddr) as *mut $fun_type;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 26 | define_internal_call!(DS_MAP_ADD_STRING, DsMapAddString);
[INFO] [stderr]    | -------------------------------------------------------- in this macro invocation
[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: 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: this warning originates in the macro `define_internal_call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `async_load` (lib) generated 4 warnings
[INFO] [stderr] warning: `async_load` (lib test) generated 4 warnings (4 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/async_load-8e9930d0a0ab0140)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::event_type_conversion ... ok
[INFO] [stdout] test tests::gml_string_read_utf8 ... ok
[INFO] [stdout] test tests::gml_string_safety ... ok
[INFO] [stdout] test tests::gml_string_read_ascii ... ok
[INFO] [stdout] test tests::gml_string_build ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests async_load
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 9) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `GMLDouble` in this scope
[INFO] [stdout]   --> src/lib.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub unsafe extern "C" fn MyFunction() -> GMLDouble {
[INFO] [stdout]    |                                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  9 + use async_load::types::GMLDouble;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DSMap`
[INFO] [stdout]   --> src/lib.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let mut map = DSMap::new();
[INFO] [stdout]    |                       ^^^^^ use of undeclared type `DSMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  9 + use async_load::ds_map::DSMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType`
[INFO] [stdout]   --> src/lib.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |         map.dispatch(EventType::Social);
[INFO] [stdout]    |                      ^^^^^^^^^ use of undeclared type `EventType`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  9 + use async_load::ds_map::EventType;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GMLDouble`
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     GMLDouble::none()
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared type `GMLDouble`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  9 + use async_load::types::GMLDouble;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9a9432fb59816f55206a4c301d8a0ac65dc4939c991aff9df6edb53465436538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a9432fb59816f55206a4c301d8a0ac65dc4939c991aff9df6edb53465436538", kill_on_drop: false }`
[INFO] [stdout] 9a9432fb59816f55206a4c301d8a0ac65dc4939c991aff9df6edb53465436538
