[INFO] fetching crate genomicsqlite 0.9.1... [INFO] testing genomicsqlite-0.9.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate genomicsqlite 0.9.1 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate genomicsqlite 0.9.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate genomicsqlite 0.9.1 [INFO] finished tweaking crates.io crate genomicsqlite 0.9.1 [INFO] tweaked toml for crates.io crate genomicsqlite 0.9.1 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6c462bd7118c3bb7cf2f51d498f596c724491d007d9845a9e1071f9a946867c [INFO] running `Command { std: "docker" "start" "-a" "e6c462bd7118c3bb7cf2f51d498f596c724491d007d9845a9e1071f9a946867c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6c462bd7118c3bb7cf2f51d498f596c724491d007d9845a9e1071f9a946867c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6c462bd7118c3bb7cf2f51d498f596c724491d007d9845a9e1071f9a946867c", kill_on_drop: false }` [INFO] [stdout] e6c462bd7118c3bb7cf2f51d498f596c724491d007d9845a9e1071f9a946867c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd76cc3ee30356d46dac80142cb24c6a12a0d1d1ee583a8b1d36ae03f2a4ad30 [INFO] running `Command { std: "docker" "start" "-a" "bd76cc3ee30356d46dac80142cb24c6a12a0d1d1ee583a8b1d36ae03f2a4ad30", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling rusqlite v0.26.3 [INFO] [stderr] Compiling genomicsqlite v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0133]: call to unsafe function is unsafe and requires unsafe function or block [INFO] [stdout] --> src/lib.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | let _guard = LoadExtensionGuard::new(&memconn).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: call to unsafe function is unsafe and requires unsafe function or block [INFO] [stdout] --> src/lib.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | match memconn.load_extension(libgenomicsqlite.clone(), None) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] error: could not compile `genomicsqlite` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bd76cc3ee30356d46dac80142cb24c6a12a0d1d1ee583a8b1d36ae03f2a4ad30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd76cc3ee30356d46dac80142cb24c6a12a0d1d1ee583a8b1d36ae03f2a4ad30", kill_on_drop: false }` [INFO] [stdout] bd76cc3ee30356d46dac80142cb24c6a12a0d1d1ee583a8b1d36ae03f2a4ad30