[INFO] crate cryptonote-config 0.1.1 is already in cache [INFO] checking cryptonote-config-0.1.1 against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] extracting crate cryptonote-config 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cryptonote-config 0.1.1 on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ead502a1e9963179a9ba613f669df9712dec806a914cc9a476d017ea2a522ff9 [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" "ead502a1e9963179a9ba613f669df9712dec806a914cc9a476d017ea2a522ff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ead502a1e9963179a9ba613f669df9712dec806a914cc9a476d017ea2a522ff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ead502a1e9963179a9ba613f669df9712dec806a914cc9a476d017ea2a522ff9", kill_on_drop: false }` [INFO] [stdout] ead502a1e9963179a9ba613f669df9712dec806a914cc9a476d017ea2a522ff9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b5790238c8be780b075c495035c38f1bb0802fed06b3a643a33be253e4d1ae2 [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" "8b5790238c8be780b075c495035c38f1bb0802fed06b3a643a33be253e4d1ae2", 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] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "8b5790238c8be780b075c495035c38f1bb0802fed06b3a643a33be253e4d1ae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b5790238c8be780b075c495035c38f1bb0802fed06b3a643a33be253e4d1ae2", kill_on_drop: false }` [INFO] [stdout] 8b5790238c8be780b075c495035c38f1bb0802fed06b3a643a33be253e4d1ae2