[INFO] fetching crate red 0.1.1... [INFO] testing red-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate red 0.1.1 into /workspace/builds/worker-83/source [INFO] validating manifest of crates.io crate red 0.1.1 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] started tweaking crates.io crate red 0.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate red 0.1.1 [INFO] tweaked toml for crates.io crate red 0.1.1 written to /workspace/builds/worker-83/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ac0c409c8d85e56e54327ad4320ce5d1b7324cb954ff60da7b57c58f1ed43da [INFO] running `Command { std: "docker" "start" "-a" "3ac0c409c8d85e56e54327ad4320ce5d1b7324cb954ff60da7b57c58f1ed43da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ac0c409c8d85e56e54327ad4320ce5d1b7324cb954ff60da7b57c58f1ed43da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ac0c409c8d85e56e54327ad4320ce5d1b7324cb954ff60da7b57c58f1ed43da", kill_on_drop: false }` [INFO] [stdout] 3ac0c409c8d85e56e54327ad4320ce5d1b7324cb954ff60da7b57c58f1ed43da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 997bfccb58450fe1c7e7d93cf491a7d49752805d4d0f0243845e5dc7c505313e [INFO] running `Command { std: "docker" "start" "-a" "997bfccb58450fe1c7e7d93cf491a7d49752805d4d0f0243845e5dc7c505313e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling red v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `red_value` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub type red_value = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedValue` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_unset` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub type red_unset = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedUnset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_datatype` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub type red_datatype = red_value; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedDatatype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_none` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub type red_none = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedNone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_logic` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | pub type red_logic = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_integer` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | pub type red_integer = red_value; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedInteger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_float` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | pub type red_float = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedFloat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_pair` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | pub type red_pair = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_tuple` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub type red_tuple = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_binary` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type red_binary = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedBinary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_image` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub type red_image = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_string` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type red_string = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_word` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type red_word = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedWord` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_block` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type red_block = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_path` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type red_path = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_series` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type red_series = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedSeries` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type red_error = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_RGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const RedImageFormat_RED_IMAGE_FORMAT_RGB: RedImageFormat = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_RGB` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_ARGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const RedImageFormat_RED_IMAGE_FORMAT_ARGB: RedImageFormat = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_ARGB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VALUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const RedType_RED_TYPE_VALUE: RedType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATATYPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const RedType_RED_TYPE_DATATYPE: RedType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATATYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_UNSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const RedType_RED_TYPE_UNSET: RedType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_UNSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const RedType_RED_TYPE_NONE: RedType = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LOGIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const RedType_RED_TYPE_LOGIC: RedType = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LOGIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const RedType_RED_TYPE_BLOCK: RedType = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAREN` should have an upper case name [INFO] [stdout] --> src/lib.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const RedType_RED_TYPE_PAREN: RedType = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAREN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const RedType_RED_TYPE_STRING: RedType = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FILE` should have an upper case name [INFO] [stdout] --> src/lib.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const RedType_RED_TYPE_FILE: RedType = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_URL` should have an upper case name [INFO] [stdout] --> src/lib.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const RedType_RED_TYPE_URL: RedType = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_URL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CHAR` should have an upper case name [INFO] [stdout] --> src/lib.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const RedType_RED_TYPE_CHAR: RedType = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CHAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_INTEGER` should have an upper case name [INFO] [stdout] --> src/lib.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const RedType_RED_TYPE_INTEGER: RedType = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_INTEGER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FLOAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const RedType_RED_TYPE_FLOAT: RedType = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SYMBOL` should have an upper case name [INFO] [stdout] --> src/lib.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const RedType_RED_TYPE_SYMBOL: RedType = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SYMBOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CONTEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const RedType_RED_TYPE_CONTEXT: RedType = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const RedType_RED_TYPE_WORD: RedType = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const RedType_RED_TYPE_SET_WORD: RedType = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const RedType_RED_TYPE_LIT_WORD: RedType = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const RedType_RED_TYPE_GET_WORD: RedType = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_REFINEMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const RedType_RED_TYPE_REFINEMENT: RedType = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_REFINEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ISSUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const RedType_RED_TYPE_ISSUE: RedType = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ISSUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NATIVE` should have an upper case name [INFO] [stdout] --> src/lib.rs:310:11 [INFO] [stdout] | [INFO] [stdout] 310 | pub const RedType_RED_TYPE_NATIVE: RedType = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ACTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const RedType_RED_TYPE_ACTION: RedType = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OP` should have an upper case name [INFO] [stdout] --> src/lib.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | pub const RedType_RED_TYPE_OP: RedType = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FUNCTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:313:11 [INFO] [stdout] | [INFO] [stdout] 313 | pub const RedType_RED_TYPE_FUNCTION: RedType = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FUNCTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:314:11 [INFO] [stdout] | [INFO] [stdout] 314 | pub const RedType_RED_TYPE_PATH: RedType = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:315:11 [INFO] [stdout] | [INFO] [stdout] 315 | pub const RedType_RED_TYPE_LIT_PATH: RedType = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | pub const RedType_RED_TYPE_SET_PATH: RedType = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const RedType_RED_TYPE_GET_PATH: RedType = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ROUTINE` should have an upper case name [INFO] [stdout] --> src/lib.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | pub const RedType_RED_TYPE_ROUTINE: RedType = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ROUTINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BITSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const RedType_RED_TYPE_BITSET: RedType = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BITSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_POINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const RedType_RED_TYPE_POINT: RedType = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_POINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OBJECT` should have an upper case name [INFO] [stdout] --> src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const RedType_RED_TYPE_OBJECT: RedType = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TYPESET` should have an upper case name [INFO] [stdout] --> src/lib.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const RedType_RED_TYPE_TYPESET: RedType = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TYPESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const RedType_RED_TYPE_ERROR: RedType = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VECTOR` should have an upper case name [INFO] [stdout] --> src/lib.rs:324:11 [INFO] [stdout] | [INFO] [stdout] 324 | pub const RedType_RED_TYPE_VECTOR: RedType = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VECTOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_HASH` should have an upper case name [INFO] [stdout] --> src/lib.rs:325:11 [INFO] [stdout] | [INFO] [stdout] 325 | pub const RedType_RED_TYPE_HASH: RedType = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_HASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAIR` should have an upper case name [INFO] [stdout] --> src/lib.rs:326:11 [INFO] [stdout] | [INFO] [stdout] 326 | pub const RedType_RED_TYPE_PAIR: RedType = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PERCENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:327:11 [INFO] [stdout] | [INFO] [stdout] 327 | pub const RedType_RED_TYPE_PERCENT: RedType = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PERCENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TUPLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | pub const RedType_RED_TYPE_TUPLE: RedType = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TUPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_MAP` should have an upper case name [INFO] [stdout] --> src/lib.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const RedType_RED_TYPE_MAP: RedType = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_MAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BINARY` should have an upper case name [INFO] [stdout] --> src/lib.rs:330:11 [INFO] [stdout] | [INFO] [stdout] 330 | pub const RedType_RED_TYPE_BINARY: RedType = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BINARY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SERIES` should have an upper case name [INFO] [stdout] --> src/lib.rs:331:11 [INFO] [stdout] | [INFO] [stdout] 331 | pub const RedType_RED_TYPE_SERIES: RedType = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SERIES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TIME` should have an upper case name [INFO] [stdout] --> src/lib.rs:332:11 [INFO] [stdout] | [INFO] [stdout] 332 | pub const RedType_RED_TYPE_TIME: RedType = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TAG` should have an upper case name [INFO] [stdout] --> src/lib.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 333 | pub const RedType_RED_TYPE_TAG: RedType = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EMAIL` should have an upper case name [INFO] [stdout] --> src/lib.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const RedType_RED_TYPE_EMAIL: RedType = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EMAIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_IMAGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const RedType_RED_TYPE_IMAGE: RedType = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_IMAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EVENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const RedType_RED_TYPE_EVENT: RedType = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATE` should have an upper case name [INFO] [stdout] --> src/lib.rs:337:11 [INFO] [stdout] | [INFO] [stdout] 337 | pub const RedType_RED_TYPE_DATE: RedType = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.20s [INFO] running `Command { std: "docker" "inspect" "997bfccb58450fe1c7e7d93cf491a7d49752805d4d0f0243845e5dc7c505313e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "997bfccb58450fe1c7e7d93cf491a7d49752805d4d0f0243845e5dc7c505313e", kill_on_drop: false }` [INFO] [stdout] 997bfccb58450fe1c7e7d93cf491a7d49752805d4d0f0243845e5dc7c505313e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-83/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3e3cdd1529249d4555f8f98eea9c220f3ce12094dde3a6d6dffbb26558c7aa3 [INFO] running `Command { std: "docker" "start" "-a" "c3e3cdd1529249d4555f8f98eea9c220f3ce12094dde3a6d6dffbb26558c7aa3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: type `red_value` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub type red_value = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedValue` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_unset` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub type red_unset = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedUnset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_datatype` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub type red_datatype = red_value; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedDatatype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_none` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub type red_none = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedNone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_logic` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | pub type red_logic = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_integer` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | pub type red_integer = red_value; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedInteger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_float` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | pub type red_float = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedFloat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_pair` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | pub type red_pair = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_tuple` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub type red_tuple = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_binary` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type red_binary = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedBinary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_image` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub type red_image = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_string` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type red_string = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_word` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type red_word = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedWord` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_block` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type red_block = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_path` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type red_path = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_series` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type red_series = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedSeries` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type red_error = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_RGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const RedImageFormat_RED_IMAGE_FORMAT_RGB: RedImageFormat = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_RGB` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_ARGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const RedImageFormat_RED_IMAGE_FORMAT_ARGB: RedImageFormat = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_ARGB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VALUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const RedType_RED_TYPE_VALUE: RedType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATATYPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const RedType_RED_TYPE_DATATYPE: RedType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATATYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_UNSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const RedType_RED_TYPE_UNSET: RedType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_UNSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const RedType_RED_TYPE_NONE: RedType = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LOGIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const RedType_RED_TYPE_LOGIC: RedType = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LOGIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const RedType_RED_TYPE_BLOCK: RedType = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAREN` should have an upper case name [INFO] [stdout] --> src/lib.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const RedType_RED_TYPE_PAREN: RedType = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAREN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const RedType_RED_TYPE_STRING: RedType = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FILE` should have an upper case name [INFO] [stdout] --> src/lib.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const RedType_RED_TYPE_FILE: RedType = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_URL` should have an upper case name [INFO] [stdout] --> src/lib.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const RedType_RED_TYPE_URL: RedType = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_URL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CHAR` should have an upper case name [INFO] [stdout] --> src/lib.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const RedType_RED_TYPE_CHAR: RedType = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CHAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_INTEGER` should have an upper case name [INFO] [stdout] --> src/lib.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const RedType_RED_TYPE_INTEGER: RedType = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_INTEGER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FLOAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const RedType_RED_TYPE_FLOAT: RedType = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SYMBOL` should have an upper case name [INFO] [stdout] --> src/lib.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const RedType_RED_TYPE_SYMBOL: RedType = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SYMBOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CONTEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const RedType_RED_TYPE_CONTEXT: RedType = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const RedType_RED_TYPE_WORD: RedType = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const RedType_RED_TYPE_SET_WORD: RedType = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const RedType_RED_TYPE_LIT_WORD: RedType = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const RedType_RED_TYPE_GET_WORD: RedType = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_REFINEMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const RedType_RED_TYPE_REFINEMENT: RedType = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_REFINEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ISSUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const RedType_RED_TYPE_ISSUE: RedType = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ISSUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NATIVE` should have an upper case name [INFO] [stdout] --> src/lib.rs:310:11 [INFO] [stdout] | [INFO] [stdout] 310 | pub const RedType_RED_TYPE_NATIVE: RedType = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ACTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const RedType_RED_TYPE_ACTION: RedType = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OP` should have an upper case name [INFO] [stdout] --> src/lib.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | pub const RedType_RED_TYPE_OP: RedType = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FUNCTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:313:11 [INFO] [stdout] | [INFO] [stdout] 313 | pub const RedType_RED_TYPE_FUNCTION: RedType = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FUNCTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:314:11 [INFO] [stdout] | [INFO] [stdout] 314 | pub const RedType_RED_TYPE_PATH: RedType = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:315:11 [INFO] [stdout] | [INFO] [stdout] 315 | pub const RedType_RED_TYPE_LIT_PATH: RedType = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | pub const RedType_RED_TYPE_SET_PATH: RedType = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const RedType_RED_TYPE_GET_PATH: RedType = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ROUTINE` should have an upper case name [INFO] [stdout] --> src/lib.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | pub const RedType_RED_TYPE_ROUTINE: RedType = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ROUTINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BITSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const RedType_RED_TYPE_BITSET: RedType = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BITSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_POINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const RedType_RED_TYPE_POINT: RedType = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_POINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OBJECT` should have an upper case name [INFO] [stdout] --> src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const RedType_RED_TYPE_OBJECT: RedType = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TYPESET` should have an upper case name [INFO] [stdout] --> src/lib.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const RedType_RED_TYPE_TYPESET: RedType = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TYPESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const RedType_RED_TYPE_ERROR: RedType = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VECTOR` should have an upper case name [INFO] [stdout] --> src/lib.rs:324:11 [INFO] [stdout] | [INFO] [stdout] 324 | pub const RedType_RED_TYPE_VECTOR: RedType = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VECTOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_HASH` should have an upper case name [INFO] [stdout] --> src/lib.rs:325:11 [INFO] [stdout] | [INFO] [stdout] 325 | pub const RedType_RED_TYPE_HASH: RedType = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_HASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAIR` should have an upper case name [INFO] [stdout] --> src/lib.rs:326:11 [INFO] [stdout] | [INFO] [stdout] 326 | pub const RedType_RED_TYPE_PAIR: RedType = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PERCENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:327:11 [INFO] [stdout] | [INFO] [stdout] 327 | pub const RedType_RED_TYPE_PERCENT: RedType = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PERCENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TUPLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | pub const RedType_RED_TYPE_TUPLE: RedType = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TUPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_MAP` should have an upper case name [INFO] [stdout] --> src/lib.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const RedType_RED_TYPE_MAP: RedType = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_MAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BINARY` should have an upper case name [INFO] [stdout] --> src/lib.rs:330:11 [INFO] [stdout] | [INFO] [stdout] 330 | pub const RedType_RED_TYPE_BINARY: RedType = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BINARY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SERIES` should have an upper case name [INFO] [stdout] --> src/lib.rs:331:11 [INFO] [stdout] | [INFO] [stdout] 331 | pub const RedType_RED_TYPE_SERIES: RedType = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SERIES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TIME` should have an upper case name [INFO] [stdout] --> src/lib.rs:332:11 [INFO] [stdout] | [INFO] [stdout] 332 | pub const RedType_RED_TYPE_TIME: RedType = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TAG` should have an upper case name [INFO] [stdout] --> src/lib.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 333 | pub const RedType_RED_TYPE_TAG: RedType = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EMAIL` should have an upper case name [INFO] [stdout] --> src/lib.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const RedType_RED_TYPE_EMAIL: RedType = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EMAIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_IMAGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const RedType_RED_TYPE_IMAGE: RedType = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_IMAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EVENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const RedType_RED_TYPE_EVENT: RedType = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATE` should have an upper case name [INFO] [stdout] --> src/lib.rs:337:11 [INFO] [stdout] | [INFO] [stdout] 337 | pub const RedType_RED_TYPE_DATE: RedType = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling red v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `red_value` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub type red_value = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedValue` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_unset` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub type red_unset = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedUnset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_datatype` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub type red_datatype = red_value; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedDatatype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_none` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub type red_none = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedNone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_logic` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | pub type red_logic = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedLogic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_integer` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | pub type red_integer = red_value; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedInteger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_float` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | pub type red_float = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedFloat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_pair` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | pub type red_pair = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_tuple` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub type red_tuple = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_binary` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type red_binary = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedBinary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_image` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | pub type red_image = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_string` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type red_string = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_word` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type red_word = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedWord` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_block` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type red_block = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_path` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type red_path = red_value; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RedPath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_series` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type red_series = red_value; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RedSeries` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `red_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type red_error = red_value; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `RedError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> examples/helloworld/main.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | redDo(CString::new(text).unwrap().as_ptr()); [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_RGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const RedImageFormat_RED_IMAGE_FORMAT_RGB: RedImageFormat = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_RGB` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedImageFormat_RED_IMAGE_FORMAT_ARGB` should have an upper case name [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const RedImageFormat_RED_IMAGE_FORMAT_ARGB: RedImageFormat = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_IMAGE_FORMAT_RED_IMAGE_FORMAT_ARGB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VALUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const RedType_RED_TYPE_VALUE: RedType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATATYPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const RedType_RED_TYPE_DATATYPE: RedType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATATYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_UNSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const RedType_RED_TYPE_UNSET: RedType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_UNSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const RedType_RED_TYPE_NONE: RedType = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LOGIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const RedType_RED_TYPE_LOGIC: RedType = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LOGIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const RedType_RED_TYPE_BLOCK: RedType = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAREN` should have an upper case name [INFO] [stdout] --> src/lib.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const RedType_RED_TYPE_PAREN: RedType = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAREN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const RedType_RED_TYPE_STRING: RedType = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FILE` should have an upper case name [INFO] [stdout] --> src/lib.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const RedType_RED_TYPE_FILE: RedType = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_URL` should have an upper case name [INFO] [stdout] --> src/lib.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const RedType_RED_TYPE_URL: RedType = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_URL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CHAR` should have an upper case name [INFO] [stdout] --> src/lib.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const RedType_RED_TYPE_CHAR: RedType = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CHAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_INTEGER` should have an upper case name [INFO] [stdout] --> src/lib.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const RedType_RED_TYPE_INTEGER: RedType = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_INTEGER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FLOAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const RedType_RED_TYPE_FLOAT: RedType = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SYMBOL` should have an upper case name [INFO] [stdout] --> src/lib.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const RedType_RED_TYPE_SYMBOL: RedType = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SYMBOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_CONTEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const RedType_RED_TYPE_CONTEXT: RedType = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const RedType_RED_TYPE_WORD: RedType = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const RedType_RED_TYPE_SET_WORD: RedType = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const RedType_RED_TYPE_LIT_WORD: RedType = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_WORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const RedType_RED_TYPE_GET_WORD: RedType = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_WORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_REFINEMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const RedType_RED_TYPE_REFINEMENT: RedType = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_REFINEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ISSUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const RedType_RED_TYPE_ISSUE: RedType = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ISSUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_NATIVE` should have an upper case name [INFO] [stdout] --> src/lib.rs:310:11 [INFO] [stdout] | [INFO] [stdout] 310 | pub const RedType_RED_TYPE_NATIVE: RedType = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_NATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ACTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const RedType_RED_TYPE_ACTION: RedType = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OP` should have an upper case name [INFO] [stdout] --> src/lib.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | pub const RedType_RED_TYPE_OP: RedType = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_FUNCTION` should have an upper case name [INFO] [stdout] --> src/lib.rs:313:11 [INFO] [stdout] | [INFO] [stdout] 313 | pub const RedType_RED_TYPE_FUNCTION: RedType = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_FUNCTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:314:11 [INFO] [stdout] | [INFO] [stdout] 314 | pub const RedType_RED_TYPE_PATH: RedType = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_LIT_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:315:11 [INFO] [stdout] | [INFO] [stdout] 315 | pub const RedType_RED_TYPE_LIT_PATH: RedType = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_LIT_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | pub const RedType_RED_TYPE_SET_PATH: RedType = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_GET_PATH` should have an upper case name [INFO] [stdout] --> src/lib.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const RedType_RED_TYPE_GET_PATH: RedType = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_GET_PATH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ROUTINE` should have an upper case name [INFO] [stdout] --> src/lib.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | pub const RedType_RED_TYPE_ROUTINE: RedType = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ROUTINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BITSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const RedType_RED_TYPE_BITSET: RedType = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BITSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_POINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const RedType_RED_TYPE_POINT: RedType = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_POINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_OBJECT` should have an upper case name [INFO] [stdout] --> src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const RedType_RED_TYPE_OBJECT: RedType = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TYPESET` should have an upper case name [INFO] [stdout] --> src/lib.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const RedType_RED_TYPE_TYPESET: RedType = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TYPESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const RedType_RED_TYPE_ERROR: RedType = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_VECTOR` should have an upper case name [INFO] [stdout] --> src/lib.rs:324:11 [INFO] [stdout] | [INFO] [stdout] 324 | pub const RedType_RED_TYPE_VECTOR: RedType = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_VECTOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_HASH` should have an upper case name [INFO] [stdout] --> src/lib.rs:325:11 [INFO] [stdout] | [INFO] [stdout] 325 | pub const RedType_RED_TYPE_HASH: RedType = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_HASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PAIR` should have an upper case name [INFO] [stdout] --> src/lib.rs:326:11 [INFO] [stdout] | [INFO] [stdout] 326 | pub const RedType_RED_TYPE_PAIR: RedType = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PAIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_PERCENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:327:11 [INFO] [stdout] | [INFO] [stdout] 327 | pub const RedType_RED_TYPE_PERCENT: RedType = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_PERCENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TUPLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | pub const RedType_RED_TYPE_TUPLE: RedType = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TUPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_MAP` should have an upper case name [INFO] [stdout] --> src/lib.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const RedType_RED_TYPE_MAP: RedType = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_MAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_BINARY` should have an upper case name [INFO] [stdout] --> src/lib.rs:330:11 [INFO] [stdout] | [INFO] [stdout] 330 | pub const RedType_RED_TYPE_BINARY: RedType = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_BINARY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_SERIES` should have an upper case name [INFO] [stdout] --> src/lib.rs:331:11 [INFO] [stdout] | [INFO] [stdout] 331 | pub const RedType_RED_TYPE_SERIES: RedType = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_SERIES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TIME` should have an upper case name [INFO] [stdout] --> src/lib.rs:332:11 [INFO] [stdout] | [INFO] [stdout] 332 | pub const RedType_RED_TYPE_TIME: RedType = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_TAG` should have an upper case name [INFO] [stdout] --> src/lib.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 333 | pub const RedType_RED_TYPE_TAG: RedType = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_TAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EMAIL` should have an upper case name [INFO] [stdout] --> src/lib.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const RedType_RED_TYPE_EMAIL: RedType = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EMAIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_IMAGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const RedType_RED_TYPE_IMAGE: RedType = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_IMAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_EVENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const RedType_RED_TYPE_EVENT: RedType = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedType_RED_TYPE_DATE` should have an upper case name [INFO] [stdout] --> src/lib.rs:337:11 [INFO] [stdout] | [INFO] [stdout] 337 | pub const RedType_RED_TYPE_DATE: RedType = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RED_TYPE_RED_TYPE_DATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.helloworld.8bc142f0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0.ur83qnckf9lthva.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libred-2c190361755b9ea7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lRed" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/helloworld-f8ee052bf306dcf0" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lRed [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.red.f063c9bb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8.2alqzoanu465zc9k.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lRed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/red-6feb4b1e9ea72ff8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lRed [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `red` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `red` due to 2 previous errors; 68 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c3e3cdd1529249d4555f8f98eea9c220f3ce12094dde3a6d6dffbb26558c7aa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3e3cdd1529249d4555f8f98eea9c220f3ce12094dde3a6d6dffbb26558c7aa3", kill_on_drop: false }` [INFO] [stdout] c3e3cdd1529249d4555f8f98eea9c220f3ce12094dde3a6d6dffbb26558c7aa3