[INFO] fetching crate protobuf-dbml 0.1.0-beta.3...
[INFO] checking protobuf-dbml-0.1.0-beta.3 against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902
[INFO] extracting crate protobuf-dbml 0.1.0-beta.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate protobuf-dbml 0.1.0-beta.3
[INFO] finished tweaking crates.io crate protobuf-dbml 0.1.0-beta.3
[INFO] tweaked toml for crates.io crate protobuf-dbml 0.1.0-beta.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate protobuf-dbml 0.1.0-beta.3 on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate protobuf-dbml 0.1.0-beta.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04
[INFO] running `Command { std: "docker" "start" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]    Compiling syn v2.0.26
[INFO] [stderr]     Checking regex-automata v0.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]     Checking regex v1.9.1
[INFO] [stderr]    Compiling pest v2.7.0
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]    Compiling pest_meta v2.7.0
[INFO] [stderr]    Compiling pest_generator v2.7.0
[INFO] [stderr]    Compiling pest_derive v2.7.0
[INFO] [stderr]     Checking dbml-rs v0.1.0-beta.2
[INFO] [stderr]     Checking protobuf-dbml v0.1.0-beta.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `indexes`
[INFO] [stdout]   --> src/transpiler/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     indexes,
[INFO] [stdout]    |     ^^^^^^^ help: try ignoring the field: `indexes: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TranspilerErr` is never used
[INFO] [stdout]  --> src/transpiler/err.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub enum TranspilerErr {}
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/transpiler/config.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 26 |   pub table_name_transform_fn: fn(Option<&str>, &str, Option<&str>) -> String,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `indexes`
[INFO] [stdout]   --> src/transpiler/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     indexes,
[INFO] [stdout]    |     ^^^^^^^ help: try ignoring the field: `indexes: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/transpiler/config.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 29 |   pub enum_name_transform_fn: fn(Option<&str>, &str) -> String,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TranspilerErr` is never used
[INFO] [stdout]  --> src/transpiler/err.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub enum TranspilerErr {}
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/transpiler/config.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 26 |   pub table_name_transform_fn: fn(Option<&str>, &str, Option<&str>) -> String,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/transpiler/config.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 29 |   pub enum_name_transform_fn: fn(Option<&str>, &str) -> String,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
[INFO] running `Command { std: "docker" "inspect" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04", kill_on_drop: false }`
[INFO] [stdout] d71c247a63044614737a5aa8c718d8cb23c123eca89747ab2fc7cb2114e6bb04
