[INFO] crate ichen-openprotocol 0.4.4 is already in cache [INFO] checking ichen-openprotocol-0.4.4 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate ichen-openprotocol 0.4.4 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ichen-openprotocol 0.4.4 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ichen-openprotocol 0.4.4 [INFO] finished tweaking crates.io crate ichen-openprotocol 0.4.4 [INFO] tweaked toml for crates.io crate ichen-openprotocol 0.4.4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate ichen-openprotocol 0.4.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 860caed0d4eaf4aad541d385bb5025b6835ca32a304fd2d7d90ee478d9db70f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "860caed0d4eaf4aad541d385bb5025b6835ca32a304fd2d7d90ee478d9db70f6"` [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking mio v0.6.20 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking websocket-base v0.24.0 [INFO] [stderr] Checking websocket v0.24.0 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde_json v1.0.42 [INFO] [stderr] Checking ichen-openprotocol v0.4.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[display(fmt = "0.0.0.0:0")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:26:7 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/address.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:30:7 [INFO] [stderr] | [INFO] [stderr] 30 | #[display(fmt = "COM{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | #[display(fmt = "COM{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "field {} cannot be empty or all whitespace", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:10:67 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "field {} cannot be empty or all whitespace", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "value [{}] is invalid for the field {} - {}", value, field, description)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | #[display(fmt = "value of field {} is not the same as the matching field in the state", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:21:93 [INFO] [stderr] | [INFO] [stderr] 21 | #[display(fmt = "value of field {} is not the same as the matching field in the state", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:28:7 [INFO] [stderr] | [INFO] [stderr] 28 | #[display( [INFO] [stderr] | _______^ [INFO] [stderr] 29 | | fmt = "value of field {} is not the same as the matching field in the Controller", [INFO] [stderr] 30 | | _0 [INFO] [stderr] 31 | | )] [INFO] [stderr] | |_____^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | _0 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:43:7 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:43:27 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/geo_location.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "({}, {})", geo_latitude, geo_longitude)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:19:7 [INFO] [stderr] | [INFO] [stderr] 19 | #[display(fmt = "Unknown")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[display(fmt = "English")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | #[display(fmt = "䌓體中文")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:28:7 [INFO] [stderr] | [INFO] [stderr] 28 | #[display(fmt = "简体中文")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:31:7 [INFO] [stderr] | [INFO] [stderr] 31 | #[display(fmt = "Français")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "Deutsch")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:37:7 [INFO] [stderr] | [INFO] [stderr] 37 | #[display(fmt = "Italiano")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 40 | #[display(fmt = "Español")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:43:7 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "Português")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:46:7 [INFO] [stderr] | [INFO] [stderr] 46 | #[display(fmt = "日本語")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:88:7 [INFO] [stderr] | [INFO] [stderr] 88 | #[display(fmt = "Semi-Automataic")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:100:7 [INFO] [stderr] | [INFO] [stderr] 100 | #[display(fmt = "Off-Line")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:214:7 [INFO] [stderr] | [INFO] [stderr] 214 | #[display(fmt = "Off-Line")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[display(fmt = "0.0.0.0:0")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:26:7 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/address.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "{}:{}", _0, _1)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:30:7 [INFO] [stderr] | [INFO] [stderr] 30 | #[display(fmt = "COM{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | #[display(fmt = "COM{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/address.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/address.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "field {} cannot be empty or all whitespace", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:10:67 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "field {} cannot be empty or all whitespace", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "value [{}] is invalid for the field {} - {}", value, field, description)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | #[display(fmt = "value of field {} is not the same as the matching field in the state", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:21:93 [INFO] [stderr] | [INFO] [stderr] 21 | #[display(fmt = "value of field {} is not the same as the matching field in the state", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:28:7 [INFO] [stderr] | [INFO] [stderr] 28 | #[display( [INFO] [stderr] | _______^ [INFO] [stderr] 29 | | fmt = "value of field {} is not the same as the matching field in the Controller", [INFO] [stderr] 30 | | _0 [INFO] [stderr] 31 | | )] [INFO] [stderr] | |_____^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | _0 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | #[display(fmt = "[{:?}] {}", "_0.classify()", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/error.rs:43:7 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:43:27 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "{}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/geo_location.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | #[display(fmt = "({}, {})", geo_latitude, geo_longitude)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:19:7 [INFO] [stderr] | [INFO] [stderr] 19 | #[display(fmt = "Unknown")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[display(fmt = "English")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | #[display(fmt = "䌓體中文")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:28:7 [INFO] [stderr] | [INFO] [stderr] 28 | #[display(fmt = "简体中文")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:31:7 [INFO] [stderr] | [INFO] [stderr] 31 | #[display(fmt = "Français")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[display(fmt = "Deutsch")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:37:7 [INFO] [stderr] | [INFO] [stderr] 37 | #[display(fmt = "Italiano")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 40 | #[display(fmt = "Español")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:43:7 [INFO] [stderr] | [INFO] [stderr] 43 | #[display(fmt = "Português")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:46:7 [INFO] [stderr] | [INFO] [stderr] 46 | #[display(fmt = "日本語")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:88:7 [INFO] [stderr] | [INFO] [stderr] 88 | #[display(fmt = "Semi-Automataic")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:100:7 [INFO] [stderr] | [INFO] [stderr] 100 | #[display(fmt = "Off-Line")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_display_formatter` in this scope [INFO] [stderr] --> src/types.rs:214:7 [INFO] [stderr] | [INFO] [stderr] 214 | #[display(fmt = "Off-Line")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | Self::JsonError(err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | Self::JsonError(err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `ichen-openprotocol`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `ichen-openprotocol`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "860caed0d4eaf4aad541d385bb5025b6835ca32a304fd2d7d90ee478d9db70f6"` [INFO] running `"docker" "rm" "-f" "860caed0d4eaf4aad541d385bb5025b6835ca32a304fd2d7d90ee478d9db70f6"` [INFO] [stdout] 860caed0d4eaf4aad541d385bb5025b6835ca32a304fd2d7d90ee478d9db70f6