[INFO] fetching crate jellyschema 0.11.10... [INFO] checking jellyschema-0.11.10 against beta for pr-78714 [INFO] extracting crate jellyschema 0.11.10 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate jellyschema 0.11.10 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate jellyschema 0.11.10 [INFO] finished tweaking crates.io crate jellyschema 0.11.10 [INFO] tweaked toml for crates.io crate jellyschema 0.11.10 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94d52088a7b82624af083e518dc09eda5df3de20f9513db758e00d7a492ea151 [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" "94d52088a7b82624af083e518dc09eda5df3de20f9513db758e00d7a492ea151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94d52088a7b82624af083e518dc09eda5df3de20f9513db758e00d7a492ea151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94d52088a7b82624af083e518dc09eda5df3de20f9513db758e00d7a492ea151", kill_on_drop: false }` [INFO] [stdout] 94d52088a7b82624af083e518dc09eda5df3de20f9513db758e00d7a492ea151 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 190a12c8d995fbdb3c4854e1f5206093252d2fbabf04ee46c24eb067b4bdc2be [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" "190a12c8d995fbdb3c4854e1f5206093252d2fbabf04ee46c24eb067b4bdc2be", kill_on_drop: false }` [INFO] [stderr] Compiling strfmt v0.1.6 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Compiling jellyschema v0.11.10 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking balena-temen v0.5.7 [INFO] [stdout] warning: unused import: `deref::OptionDeref` [INFO] [stdout] --> src/schema/mod.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::{deref::OptionDeref, error::Error}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deref::OptionDeref` [INFO] [stdout] --> src/schema/mapping/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::deref::OptionDeref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deref::OptionDeref` [INFO] [stdout] --> src/schema/mapping/target.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::deref::OptionDeref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `deref::OptionDeref` [INFO] [stdout] --> src/schema/mod.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::{deref::OptionDeref, error::Error}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deref::OptionDeref` [INFO] [stdout] --> src/schema/mapping/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::deref::OptionDeref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deref::OptionDeref` [INFO] [stdout] --> src/schema/mapping/target.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::deref::OptionDeref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | std::mem::replace(data, json!({})); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | std::mem::replace(data, default_value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | std::mem::replace(data, json!({})); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | std::mem::replace(data, json!([])); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | std::mem::replace(data, json!({})); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | std::mem::replace(data, default_value.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | std::mem::replace(data, json!({})); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/filler/mod.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | std::mem::replace(data, json!([])); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `(`, `,`, `::`, or `=`, found `:` [INFO] [stdout] --> tests/tests.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | #[allow(clippy:all)] [INFO] [stdout] | ^ expected one of `(`, `,`, `::`, or `=` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jellyschema` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "190a12c8d995fbdb3c4854e1f5206093252d2fbabf04ee46c24eb067b4bdc2be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "190a12c8d995fbdb3c4854e1f5206093252d2fbabf04ee46c24eb067b4bdc2be", kill_on_drop: false }` [INFO] [stdout] 190a12c8d995fbdb3c4854e1f5206093252d2fbabf04ee46c24eb067b4bdc2be