[INFO] cloning repository https://github.com/SPRAGE/kiteconnect-async-wasm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SPRAGE/kiteconnect-async-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSPRAGE%2Fkiteconnect-async-wasm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSPRAGE%2Fkiteconnect-async-wasm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a0a5260c262fa50b5caba9cc3bfa152caec511f
[INFO] testing SPRAGE/kiteconnect-async-wasm against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSPRAGE%2Fkiteconnect-async-wasm" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SPRAGE/kiteconnect-async-wasm
[INFO] finished tweaking git repo https://github.com/SPRAGE/kiteconnect-async-wasm
[INFO] tweaked toml for git repo https://github.com/SPRAGE/kiteconnect-async-wasm written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SPRAGE/kiteconnect-async-wasm on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SPRAGE/kiteconnect-async-wasm 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059
[INFO] running `Command { std: "docker" "start" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling kiteconnect-async-wasm v1.0.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.30s
[INFO] running `Command { std: "docker" "inspect" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling kiteconnect-async-wasm v1.0.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/connect/mod.rs:839:9
[INFO] [stdout]     |
[INFO] [stdout] 839 |         assert_eq!(kiteconnect.session_expiry_hook(), None);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/connect/mod.rs:846:9
[INFO] [stdout]     |
[INFO] [stdout] 846 |         assert_ne!(kiteconnect.session_expiry_hook(), None);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (test "mock_api_tests")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name mock_api_tests --edition=2021 tests/mock_api_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=3fbe7397f0692841 -C extra-filename=-089b5b60a876ce0f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "instruments_typed_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name instruments_typed_example --edition=2021 examples/instruments_typed_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=c94edb8234f548d5 -C extra-filename=-62e085d85a8284c8 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "comprehensive_debug")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name comprehensive_debug --edition=2021 examples/comprehensive_debug.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=31d091ce568d1e04 -C extra-filename=-1551029444cab33e --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "comprehensive_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name comprehensive_example --edition=2021 examples/comprehensive_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=40ee288d01cc53be -C extra-filename=-5a228e3c136fa530 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "debug_instruments")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name debug_instruments --edition=2021 examples/debug_instruments.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=18717fe080931ca4 -C extra-filename=-d9f76a406d8985fc --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "test_gzip_fix")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name test_gzip_fix --edition=2021 examples/test_gzip_fix.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=59cf99b72c9efa87 -C extra-filename=-60c8d7ad19368fc8 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "async_connect_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_connect_example --edition=2021 examples/async_connect_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=46525b10a34e4a0e -C extra-filename=-621b9adf5041b34f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `kiteconnect-async-wasm` (example "log_instruments_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name log_instruments_example --edition=2021 examples/log_instruments_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="native"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "native", "wasm"))' -C metadata=76d5b2240c5568a5 -C extra-filename=-357083e38d4fa6a1 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-16446e1bab9e34ed.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-09c9612cacb220ab.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-31680cf6af6d0f8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9a84e73988b6ef24.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-282ad24459f7de03.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern kiteconnect_async_wasm=/opt/rustwide/target/debug/deps/libkiteconnect_async_wasm.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-a9f6f1cc26212aaf.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c95113ecaa180e12.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c4cd080321175c72.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12cff9dc9c930f7b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-cf34dea0b8093ec6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-471e89b4c9547c9b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-def2a2aeebc0e55c.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-d8c12fe7e7a66573.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-dca0a369b17f7294.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059", kill_on_drop: false }`
[INFO] [stdout] 82466325e3969ac5a2f52c94c0587591c9dbaaa7077298a04ae0d909551d6059
