[INFO] cloning repository https://github.com/obany/tauri-webview-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/obany/tauri-webview-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobany%2Ftauri-webview-test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobany%2Ftauri-webview-test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6654c486f2e0f5483168b6fec941e0d27df0f4f5 [INFO] testing obany/tauri-webview-test against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobany%2Ftauri-webview-test" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/obany/tauri-webview-test on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/obany/tauri-webview-test [INFO] finished tweaking git repo https://github.com/obany/tauri-webview-test [INFO] tweaked toml for git repo https://github.com/obany/tauri-webview-test written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/obany/tauri-webview-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ae68c145620af4fa1132fca8e47f7c8bd2b5ed3fe519c35dd1c88156ee35e8a [INFO] running `Command { std: "docker" "start" "-a" "1ae68c145620af4fa1132fca8e47f7c8bd2b5ed3fe519c35dd1c88156ee35e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ae68c145620af4fa1132fca8e47f7c8bd2b5ed3fe519c35dd1c88156ee35e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ae68c145620af4fa1132fca8e47f7c8bd2b5ed3fe519c35dd1c88156ee35e8a", kill_on_drop: false }` [INFO] [stdout] 1ae68c145620af4fa1132fca8e47f7c8bd2b5ed3fe519c35dd1c88156ee35e8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ea5cc974b40500cab2e00e27be3822ccec684f70aef525fb3a92b95975fd31e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0ea5cc974b40500cab2e00e27be3822ccec684f70aef525fb3a92b95975fd31e", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling urlencoding v1.1.1 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling webview-sys v0.3.3 [INFO] [stderr] Compiling web-view v0.5.4 [INFO] [stderr] Compiling my-project-webview v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.95s [INFO] running `Command { std: "docker" "inspect" "0ea5cc974b40500cab2e00e27be3822ccec684f70aef525fb3a92b95975fd31e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ea5cc974b40500cab2e00e27be3822ccec684f70aef525fb3a92b95975fd31e", kill_on_drop: false }` [INFO] [stdout] 0ea5cc974b40500cab2e00e27be3822ccec684f70aef525fb3a92b95975fd31e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d66cee0ca8a7126bfe32a553eb1bec9b87e462a144b87823f5237a2286755fc3 [INFO] running `Command { std: "docker" "start" "-a" "d66cee0ca8a7126bfe32a553eb1bec9b87e462a144b87823f5237a2286755fc3", kill_on_drop: false }` [INFO] [stderr] Compiling my-project-webview v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `Command { std: "docker" "inspect" "d66cee0ca8a7126bfe32a553eb1bec9b87e462a144b87823f5237a2286755fc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d66cee0ca8a7126bfe32a553eb1bec9b87e462a144b87823f5237a2286755fc3", kill_on_drop: false }` [INFO] [stdout] d66cee0ca8a7126bfe32a553eb1bec9b87e462a144b87823f5237a2286755fc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d85f53a7972bfc1247d162e722c4c29e426eb3852eae9f01cbe5956fd3257473 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d85f53a7972bfc1247d162e722c4c29e426eb3852eae9f01cbe5956fd3257473", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/my_project_webview-a06e85e79b7e51ee [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d85f53a7972bfc1247d162e722c4c29e426eb3852eae9f01cbe5956fd3257473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d85f53a7972bfc1247d162e722c4c29e426eb3852eae9f01cbe5956fd3257473", kill_on_drop: false }` [INFO] [stdout] d85f53a7972bfc1247d162e722c4c29e426eb3852eae9f01cbe5956fd3257473