[INFO] crate cryptonote-config 0.1.1 is already in cache [INFO] checking cryptonote-config-0.1.1 against try#5fdfba63a96c5e8ae0ebf6b8b66853110277087d for pr-73166 [INFO] extracting crate cryptonote-config 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate cryptonote-config 0.1.1 on toolchain 5fdfba63a96c5e8ae0ebf6b8b66853110277087d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cryptonote-config 0.1.1 [INFO] finished tweaking crates.io crate cryptonote-config 0.1.1 [INFO] tweaked toml for crates.io crate cryptonote-config 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f7ac6701b6edf69412338d621a0f73c82a8acad0edc5c22647430dd2b917d38 [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" "4f7ac6701b6edf69412338d621a0f73c82a8acad0edc5c22647430dd2b917d38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f7ac6701b6edf69412338d621a0f73c82a8acad0edc5c22647430dd2b917d38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7ac6701b6edf69412338d621a0f73c82a8acad0edc5c22647430dd2b917d38", kill_on_drop: false }` [INFO] [stdout] 4f7ac6701b6edf69412338d621a0f73c82a8acad0edc5c22647430dd2b917d38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56ee9421f5c1cd7c6b370145ecddab861b29957f3f4fbd04787931c9735cd866 [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" "56ee9421f5c1cd7c6b370145ecddab861b29957f3f4fbd04787931c9735cd866", kill_on_drop: false }` [INFO] [stderr] Checking cryptonote-basic v0.1.0 [INFO] [stderr] Checking cryptonote-config v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `chainIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | pub chainIndex: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `chain_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coinName` should have a snake case name [INFO] [stdout] --> src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | pub coinName: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `coin_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `genesisCoinBaseTxHex` should have a snake case name [INFO] [stdout] --> src/lib.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | pub genesisCoinBaseTxHex: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `genesis_coin_base_tx_hex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `coinName` should have a snake case name [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | coinName: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `coin_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `genesisCoinBaseTxHex` should have a snake case name [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | genesisCoinBaseTxHex: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `genesis_coin_base_tx_hex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `chainIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | pub chainIndex: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `chain_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coinName` should have a snake case name [INFO] [stdout] --> src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | pub coinName: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `coin_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `genesisCoinBaseTxHex` should have a snake case name [INFO] [stdout] --> src/lib.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | pub genesisCoinBaseTxHex: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `genesis_coin_base_tx_hex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `coinName` should have a snake case name [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | coinName: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `coin_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `genesisCoinBaseTxHex` should have a snake case name [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | genesisCoinBaseTxHex: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `genesis_coin_base_tx_hex` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "56ee9421f5c1cd7c6b370145ecddab861b29957f3f4fbd04787931c9735cd866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56ee9421f5c1cd7c6b370145ecddab861b29957f3f4fbd04787931c9735cd866", kill_on_drop: false }` [INFO] [stdout] 56ee9421f5c1cd7c6b370145ecddab861b29957f3f4fbd04787931c9735cd866