[INFO] fetching crate balena-cdsl 0.10.6... [INFO] testing balena-cdsl-0.10.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate balena-cdsl 0.10.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate balena-cdsl 0.10.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/rust-toolchain [INFO] started tweaking crates.io crate balena-cdsl 0.10.6 [INFO] finished tweaking crates.io crate balena-cdsl 0.10.6 [INFO] tweaked toml for crates.io crate balena-cdsl 0.10.6 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] bcd4822262aa205e366ba9f17ae3b8c7ebb09a444059d5e4419fc631de29c575 [INFO] running `Command { std: "docker" "start" "-a" "bcd4822262aa205e366ba9f17ae3b8c7ebb09a444059d5e4419fc631de29c575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcd4822262aa205e366ba9f17ae3b8c7ebb09a444059d5e4419fc631de29c575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcd4822262aa205e366ba9f17ae3b8c7ebb09a444059d5e4419fc631de29c575", kill_on_drop: false }` [INFO] [stdout] bcd4822262aa205e366ba9f17ae3b8c7ebb09a444059d5e4419fc631de29c575 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 5101dff6bbc073b617591df5f95e5a32a11dc9cfce50556f2e621ad33d16f1e7 [INFO] running `Command { std: "docker" "start" "-a" "5101dff6bbc073b617591df5f95e5a32a11dc9cfce50556f2e621ad33d16f1e7", kill_on_drop: false }` [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling strfmt v0.1.6 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling balena-cdsl v0.10.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> build.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> build.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling yaml-merge-keys v0.3.0 [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.65s [INFO] running `Command { std: "docker" "inspect" "5101dff6bbc073b617591df5f95e5a32a11dc9cfce50556f2e621ad33d16f1e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5101dff6bbc073b617591df5f95e5a32a11dc9cfce50556f2e621ad33d16f1e7", kill_on_drop: false }` [INFO] [stdout] 5101dff6bbc073b617591df5f95e5a32a11dc9cfce50556f2e621ad33d16f1e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25355ef8d226f61061c674febff92b3f4605975997f24c26e317df4cb03cf750 [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" "25355ef8d226f61061c674febff92b3f4605975997f24c26e317df4cb03cf750", kill_on_drop: false }` [INFO] [stderr] Compiling pretty_assertions v0.5.1 [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> build.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> build.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling balena-cdsl v0.10.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dsl/schema/compiler/mod.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.48s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/balena_cdsl-6feafdf71aee6ee2) [INFO] [stderr] Executable tests/tests.rs (/opt/rustwide/target/debug/deps/tests-af54d2c5847c533a) [INFO] running `Command { std: "docker" "inspect" "25355ef8d226f61061c674febff92b3f4605975997f24c26e317df4cb03cf750", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25355ef8d226f61061c674febff92b3f4605975997f24c26e317df4cb03cf750", kill_on_drop: false }` [INFO] [stdout] 25355ef8d226f61061c674febff92b3f4605975997f24c26e317df4cb03cf750 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 961f7e1e3b609c9f30637fd3132ff6907400a08ed2ef6d2380c6eabb8959099e [INFO] running `Command { std: "docker" "start" "-a" "961f7e1e3b609c9f30637fd3132ff6907400a08ed2ef6d2380c6eabb8959099e", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `message` [INFO] [stderr] --> build.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | message: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> build.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `balena-cdsl` (build script) generated 1 warning [INFO] [stderr] warning: field is never read: `message` [INFO] [stderr] --> src/dsl/schema/compiler/mod.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | message: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/dsl/schema/compiler/mod.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `balena-cdsl` (lib) generated 1 warning [INFO] [stderr] warning: `balena-cdsl` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/balena_cdsl-6feafdf71aee6ee2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test dsl::schema::deserialization::tests::fails_on_unknown_version_number ... ok [INFO] [stdout] test dsl::schema::deserialization::tests::passes_on_known_version_number ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-af54d2c5847c533a) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test arrays::stringlist ... ok [INFO] [stdout] test annotations::array ... ok [INFO] [stdout] test annotations::basic ... ok [INFO] [stdout] test enums::simple ... ok [INFO] [stdout] test enums::constant ... ok [INFO] [stdout] test _demo::resin_technologic_network ... ok [INFO] [stdout] test arrays::unique ... ok [INFO] [stdout] test enums::title ... ok [INFO] [stdout] test enums::value ... ok [INFO] [stdout] test arrays::items ... ok [INFO] [stdout] test numbers::validation ... ok [INFO] [stdout] test schema::multiple_properties ... ok [INFO] [stdout] test schema::empty ... ok [INFO] [stdout] test schema::invalid_empty ... ok [INFO] [stdout] test schema::additional_properties ... ok [INFO] [stdout] test schema::invalid_version ... ok [INFO] [stdout] test numbers::port ... ok [INFO] [stdout] test _demo::resin_cli_no_ui_object ... ok [INFO] [stdout] test arrays::minmax ... ok [INFO] [stdout] test schema::formula ... ok [INFO] [stdout] test numbers::basic ... ok [INFO] [stdout] test annotations::nested ... ok [INFO] [stdout] test strings::passthrough ... ok [INFO] [stdout] test schema::optional_property ... ok [INFO] [stdout] test strings::validation ... ok [INFO] [stdout] test unknown::illegible ... ok [INFO] [stdout] test schema::single_property ... ok [INFO] [stdout] test file::basic ... ok [INFO] [stderr] Doc-tests balena-cdsl [INFO] [stdout] test schema::dynamic ... ok [INFO] [stdout] test numbers::default ... ok [INFO] [stdout] test schema::nested_properties ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "961f7e1e3b609c9f30637fd3132ff6907400a08ed2ef6d2380c6eabb8959099e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "961f7e1e3b609c9f30637fd3132ff6907400a08ed2ef6d2380c6eabb8959099e", kill_on_drop: false }` [INFO] [stdout] 961f7e1e3b609c9f30637fd3132ff6907400a08ed2ef6d2380c6eabb8959099e