[INFO] cloning repository https://github.com/wgdzlh/service-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wgdzlh/service-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgdzlh%2Fservice-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgdzlh%2Fservice-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f9f5411e4dcde3232324ebbcd1cb76d10bef6693
[INFO] checking wgdzlh/service-demo against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgdzlh%2Fservice-demo" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wgdzlh/service-demo
[INFO] finished tweaking git repo https://github.com/wgdzlh/service-demo
[INFO] tweaked toml for git repo https://github.com/wgdzlh/service-demo written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wgdzlh/service-demo on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wgdzlh/service-demo 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded value-bag v1.8.1
[INFO] [stderr]   Downloaded rust-embed-utils v8.3.0
[INFO] [stderr]   Downloaded cached_proc_macro_types v0.1.1
[INFO] [stderr]   Downloaded rust-embed-impl v8.3.0
[INFO] [stderr]   Downloaded inherent v1.0.11
[INFO] [stderr]   Downloaded cached_proc_macro v0.20.0
[INFO] [stderr]   Downloaded sea-schema-derive v0.2.0
[INFO] [stderr]   Downloaded sea-orm-migration v0.12.15
[INFO] [stderr]   Downloaded nacos-macro v0.1.0
[INFO] [stderr]   Downloaded sea-query-derive v0.4.1
[INFO] [stderr]   Downloaded const_format_proc_macros v0.2.32
[INFO] [stderr]   Downloaded borsh-derive v1.4.0
[INFO] [stderr]   Downloaded cached v0.49.3
[INFO] [stderr]   Downloaded const_format v0.2.32
[INFO] [stderr]   Downloaded nacos-sdk v0.3.6
[INFO] [stderr]   Downloaded utoipa-gen v4.2.0
[INFO] [stderr]   Downloaded rkyv v0.7.44
[INFO] [stderr]   Downloaded rust_decimal v1.35.0
[INFO] [stderr]   Downloaded borsh v1.4.0
[INFO] [stderr]   Downloaded utoipa v4.2.0
[INFO] [stderr]   Downloaded sea-query v0.30.7
[INFO] [stderr]   Downloaded sea-orm-cli v0.12.15
[INFO] [stderr]   Downloaded local_ipaddress v0.1.3
[INFO] [stderr]   Downloaded ouroboros_macro v0.17.2
[INFO] [stderr]   Downloaded ouroboros v0.17.2
[INFO] [stderr]   Downloaded sea-orm-macros v0.12.15
[INFO] [stderr]   Downloaded rkyv_derive v0.7.44
[INFO] [stderr]   Downloaded sea-query-binder v0.5.0
[INFO] [stderr]   Downloaded multer v3.0.0
[INFO] [stderr]   Downloaded rustix v0.38.33
[INFO] [stderr]   Downloaded tower-http v0.5.2
[INFO] [stderr]   Downloaded sea-bae v0.2.0
[INFO] [stderr]   Downloaded simdutf8 v0.1.4
[INFO] [stderr]   Downloaded sea-orm v0.12.15
[INFO] [stderr]   Downloaded rust-embed v8.3.0
[INFO] [stderr]   Downloaded sea-schema v0.14.2
[INFO] [stderr]   Downloaded utoipa-swagger-ui v6.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf95190de641bd304207b5c3c8166627b7e538840cb85df45ee943518dbbdc3e
[INFO] running `Command { std: "docker" "start" "-a" "bf95190de641bd304207b5c3c8166627b7e538840cb85df45ee943518dbbdc3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf95190de641bd304207b5c3c8166627b7e538840cb85df45ee943518dbbdc3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf95190de641bd304207b5c3c8166627b7e538840cb85df45ee943518dbbdc3e", kill_on_drop: false }`
[INFO] [stdout] bf95190de641bd304207b5c3c8166627b7e538840cb85df45ee943518dbbdc3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61ba02e938668142a539f03525b8ce57c333f30f24af4911d392bc1e72fce543
[INFO] running `Command { std: "docker" "start" "-a" "61ba02e938668142a539f03525b8ce57c333f30f24af4911d392bc1e72fce543", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking value-bag v1.8.1
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rustix v0.38.33
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking whoami v1.5.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling multer v3.0.0
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking rustix v0.37.27
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling rust-embed-utils v8.3.0
[INFO] [stderr]     Checking async-executor v1.11.0
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking local_ipaddress v0.1.3
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]    Compiling utoipa-swagger-ui v6.0.0
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking const_format v0.2.32
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling sea-schema-derive v0.2.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling prost-derive v0.12.4
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]    Compiling sea-bae v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling rust-embed-impl v8.3.0
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling utoipa-gen v4.2.0
[INFO] [stderr]    Compiling sea-orm-macros v0.12.15
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rust-embed v8.3.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling sea-query-derive v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking ouroboros v0.17.2
[INFO] [stderr]     Checking polling v3.6.0
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking prost v0.12.4
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling cached_proc_macro v0.20.0
[INFO] [stderr]     Checking async-io v2.3.2
[INFO] [stderr]    Compiling nacos-macro v0.1.0
[INFO] [stderr]     Checking prost-types v0.12.4
[INFO] [stderr]     Checking cached v0.49.3
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking toml_edit v0.22.12
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking utoipa v4.2.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking sqlformat v0.2.3
[INFO] [stderr]     Checking async-std v1.12.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking h2 v0.4.4
[INFO] [stderr]     Checking sea-query v0.30.7
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]     Checking sea-schema v0.14.2
[INFO] [stderr]     Checking sea-orm-cli v0.12.15
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking sqlx-postgres v0.7.4
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking sea-query-binder v0.5.0
[INFO] [stderr]     Checking sea-orm v0.12.15
[INFO] [stderr]     Checking tonic v0.10.2
[INFO] [stderr]     Checking sea-orm-migration v0.12.15
[INFO] [stderr]     Checking nacos-sdk v0.3.6
[INFO] [stderr]     Checking migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]     Checking service-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `file` is never read
[INFO] [stdout]  --> src/interface/dto.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MultipartFile {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 5 |     // #[schema(value_type = String, format = Binary)]
[INFO] [stdout] 6 |     pub file: Vec<u8>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file` is never read
[INFO] [stdout]  --> src/interface/dto.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MultipartFile {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 5 |     // #[schema(value_type = String, format = Binary)]
[INFO] [stdout] 6 |     pub file: Vec<u8>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "61ba02e938668142a539f03525b8ce57c333f30f24af4911d392bc1e72fce543", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61ba02e938668142a539f03525b8ce57c333f30f24af4911d392bc1e72fce543", kill_on_drop: false }`
[INFO] [stdout] 61ba02e938668142a539f03525b8ce57c333f30f24af4911d392bc1e72fce543
