[INFO] cloning repository https://github.com/crabmusket/deno_sqlite_plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crabmusket/deno_sqlite_plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrabmusket%2Fdeno_sqlite_plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrabmusket%2Fdeno_sqlite_plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 576b5e2ecc2936438a9e79dbda875b8678d20b28
[INFO] checking crabmusket/deno_sqlite_plugin against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrabmusket%2Fdeno_sqlite_plugin" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/crabmusket/deno_sqlite_plugin on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/crabmusket/deno_sqlite_plugin
[INFO] finished tweaking git repo https://github.com/crabmusket/deno_sqlite_plugin
[INFO] tweaked toml for git repo https://github.com/crabmusket/deno_sqlite_plugin written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/crabmusket/deno_sqlite_plugin 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo_gn v0.0.15
[INFO] [stderr]   Downloaded num_cpus v1.12.0
[INFO] [stderr]   Downloaded failure v0.1.7
[INFO] [stderr]   Downloaded fallible-streaming-iterator v0.1.9
[INFO] [stderr]   Downloaded backtrace v0.3.45
[INFO] [stderr]   Downloaded rusqlite v0.23.1
[INFO] [stderr]   Downloaded backtrace-sys v0.1.34
[INFO] [stderr]   Downloaded libsqlite3-sys v0.18.0
[INFO] [stderr]   Downloaded rusty_v8 v0.4.2
[INFO] [stderr]   Downloaded deno_core v0.45.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a78c8487565d06fad15a67e5c321673125ade3cb835d6966f191e15be3941df0
[INFO] running `Command { std: "docker" "start" "-a" "a78c8487565d06fad15a67e5c321673125ade3cb835d6966f191e15be3941df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a78c8487565d06fad15a67e5c321673125ade3cb835d6966f191e15be3941df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a78c8487565d06fad15a67e5c321673125ade3cb835d6966f191e15be3941df0", kill_on_drop: false }`
[INFO] [stdout] a78c8487565d06fad15a67e5c321673125ade3cb835d6966f191e15be3941df0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 932f2ca03c609b51d7bf0b3ba5db0f191c8f32799ff88c65d5996ae438aa33fe
[INFO] running `Command { std: "docker" "start" "-a" "932f2ca03c609b51d7bf0b3ba5db0f191c8f32799ff88c65d5996ae438aa33fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]     Checking smallvec v1.4.0
[INFO] [stderr]     Checking futures-sink v0.3.4
[INFO] [stderr]    Compiling cargo_gn v0.0.15
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]     Checking futures-io v0.3.4
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking downcast-rs v1.1.1
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.34
[INFO] [stderr]    Compiling libsqlite3-sys v0.18.0
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]    Compiling backtrace v0.3.45
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling rusty_v8 v0.4.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking rusqlite v0.23.1
[INFO] [stderr]     Checking serde_json v1.0.53
[INFO] [stderr]     Checking deno_core v0.45.0
[INFO] [stderr]     Checking deno_sqlite_plugin v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `deno_core::plugin_api::Buf`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use deno_core::plugin_api::Buf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `deno_core::plugin_api::Buf`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use deno_core::plugin_api::Buf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 8.63s
[INFO] running `Command { std: "docker" "inspect" "932f2ca03c609b51d7bf0b3ba5db0f191c8f32799ff88c65d5996ae438aa33fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "932f2ca03c609b51d7bf0b3ba5db0f191c8f32799ff88c65d5996ae438aa33fe", kill_on_drop: false }`
[INFO] [stdout] 932f2ca03c609b51d7bf0b3ba5db0f191c8f32799ff88c65d5996ae438aa33fe
