[INFO] cloning repository https://github.com/MGlolenstine/open2internet [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MGlolenstine/open2internet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMGlolenstine%2Fopen2internet"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMGlolenstine%2Fopen2internet'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 452a6a5cfa4cf818e2d0ef4004f58832566a53f3 [INFO] testing MGlolenstine/open2internet against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMGlolenstine%2Fopen2internet" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MGlolenstine/open2internet on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MGlolenstine/open2internet [INFO] finished tweaking git repo https://github.com/MGlolenstine/open2internet [INFO] tweaked toml for git repo https://github.com/MGlolenstine/open2internet written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/MGlolenstine/open2internet already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fbe0c620ee3b006f5e405b986763f5313cd6f2a66caa5dd5095a48516f346633 [INFO] running `"docker" "start" "-a" "fbe0c620ee3b006f5e405b986763f5313cd6f2a66caa5dd5095a48516f346633"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling urlencoding v1.0.0 [INFO] [stderr] Compiling port_scanner v0.1.5 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling soup-sys v0.9.0 [INFO] [stderr] Compiling webkit2gtk-sys v0.10.0 [INFO] [stderr] Compiling xmltree v0.8.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling javascriptcore-rs-sys v0.2.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling webview-sys v0.5.0 [INFO] [stderr] Compiling tinyfiledialogs v3.3.9 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling attohttpc v0.4.5 [INFO] [stderr] Compiling igd v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling web-view v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling open2internet v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `v` [INFO] [stderr] --> src/utils/mod.rs:235:24 [INFO] [stderr] | [INFO] [stderr] 235 | IpAddr::V6(v) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `"docker" "inspect" "fbe0c620ee3b006f5e405b986763f5313cd6f2a66caa5dd5095a48516f346633"` [INFO] running `"docker" "rm" "-f" "fbe0c620ee3b006f5e405b986763f5313cd6f2a66caa5dd5095a48516f346633"` [INFO] [stdout] fbe0c620ee3b006f5e405b986763f5313cd6f2a66caa5dd5095a48516f346633 [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52920c74d0beac9000bcc4f6771b08ea0788d633bf88efb5320f6b9016200be4 [INFO] running `"docker" "start" "-a" "52920c74d0beac9000bcc4f6771b08ea0788d633bf88efb5320f6b9016200be4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling open2internet v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `v` [INFO] [stderr] --> src/utils/mod.rs:235:24 [INFO] [stderr] | [INFO] [stderr] 235 | IpAddr::V6(v) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "52920c74d0beac9000bcc4f6771b08ea0788d633bf88efb5320f6b9016200be4"` [INFO] running `"docker" "rm" "-f" "52920c74d0beac9000bcc4f6771b08ea0788d633bf88efb5320f6b9016200be4"` [INFO] [stdout] 52920c74d0beac9000bcc4f6771b08ea0788d633bf88efb5320f6b9016200be4 [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66277e6a18a098c00fb9dc60554753b9c4da18e72ea5139fbbb69d1edd560b53 [INFO] running `"docker" "start" "-a" "66277e6a18a098c00fb9dc60554753b9c4da18e72ea5139fbbb69d1edd560b53"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `v` [INFO] [stderr] --> src/utils/mod.rs:235:24 [INFO] [stderr] | [INFO] [stderr] 235 | IpAddr::V6(v) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/open2internet-6923ea0525ae0cd6 [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 `"docker" "inspect" "66277e6a18a098c00fb9dc60554753b9c4da18e72ea5139fbbb69d1edd560b53"` [INFO] running `"docker" "rm" "-f" "66277e6a18a098c00fb9dc60554753b9c4da18e72ea5139fbbb69d1edd560b53"` [INFO] [stdout] 66277e6a18a098c00fb9dc60554753b9c4da18e72ea5139fbbb69d1edd560b53