[INFO] updating cached repository https://github.com/rappet/welder [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/rappet/welder [INFO] [stderr] 21271cb..c9765f8 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c9765f87ef2813d926d73c5a08fe72ac8bf16395 [INFO] testing rappet/welder against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frappet%2Fwelder" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rappet/welder on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rappet/welder [INFO] finished tweaking git repo https://github.com/rappet/welder [INFO] tweaked toml for git repo https://github.com/rappet/welder written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/rappet/welder already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] 0de2dfec6934fdc52b02a907b424c02dc734eb4068c5a147878bc5c89c8adc71 [INFO] running `"docker" "start" "-a" "0de2dfec6934fdc52b02a907b424c02dc734eb4068c5a147878bc5c89c8adc71"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.107 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling os_str_bytes v2.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.107 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling clap v3.0.0-beta.1 [INFO] [stderr] Compiling serde_json v1.0.52 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling welder v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::path::Display` [INFO] [stderr] --> src/types/task_identifier.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::path::Display; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::conf::Task` [INFO] [stderr] --> src/types/task_identifier.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::conf::Task; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `scoped` [INFO] [stderr] --> src/types/task_identifier.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scoped(self, role: &str) -> TaskIdentifier { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kind` [INFO] [stderr] --> src/types/task_identifier.rs:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn kind(&self) -> &TaskIdentifierErrorKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "0de2dfec6934fdc52b02a907b424c02dc734eb4068c5a147878bc5c89c8adc71"` [INFO] running `"docker" "rm" "-f" "0de2dfec6934fdc52b02a907b424c02dc734eb4068c5a147878bc5c89c8adc71"` [INFO] [stdout] 0de2dfec6934fdc52b02a907b424c02dc734eb4068c5a147878bc5c89c8adc71 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] 0aa508b9efa1f280035cb02c8071d274b40a544f1ff53fce1f462c78f2de91eb [INFO] running `"docker" "start" "-a" "0aa508b9efa1f280035cb02c8071d274b40a544f1ff53fce1f462c78f2de91eb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling welder v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::path::Display` [INFO] [stderr] --> src/types/task_identifier.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::path::Display; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::conf::Task` [INFO] [stderr] --> src/types/task_identifier.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::conf::Task; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `scoped` [INFO] [stderr] --> src/types/task_identifier.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scoped(self, role: &str) -> TaskIdentifier { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kind` [INFO] [stderr] --> src/types/task_identifier.rs:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn kind(&self) -> &TaskIdentifierErrorKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.05s [INFO] running `"docker" "inspect" "0aa508b9efa1f280035cb02c8071d274b40a544f1ff53fce1f462c78f2de91eb"` [INFO] running `"docker" "rm" "-f" "0aa508b9efa1f280035cb02c8071d274b40a544f1ff53fce1f462c78f2de91eb"` [INFO] [stdout] 0aa508b9efa1f280035cb02c8071d274b40a544f1ff53fce1f462c78f2de91eb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] 7b4ba5b6a64dd884263b3fcaf7c6b2ecc219bfab0f670bc0a94678d5ca875738 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7b4ba5b6a64dd884263b3fcaf7c6b2ecc219bfab0f670bc0a94678d5ca875738"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `std::path::Display` [INFO] [stderr] --> src/types/task_identifier.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::path::Display; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::conf::Task` [INFO] [stderr] --> src/types/task_identifier.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::conf::Task; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `scoped` [INFO] [stderr] --> src/types/task_identifier.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scoped(self, role: &str) -> TaskIdentifier { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kind` [INFO] [stderr] --> src/types/task_identifier.rs:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn kind(&self) -> &TaskIdentifierErrorKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/welder-d352ea3e67bc046d [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::types::parse_task_identifier ... ok [INFO] [stdout] test conf::tests::test_from_toml ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7b4ba5b6a64dd884263b3fcaf7c6b2ecc219bfab0f670bc0a94678d5ca875738"` [INFO] running `"docker" "rm" "-f" "7b4ba5b6a64dd884263b3fcaf7c6b2ecc219bfab0f670bc0a94678d5ca875738"` [INFO] [stdout] 7b4ba5b6a64dd884263b3fcaf7c6b2ecc219bfab0f670bc0a94678d5ca875738