[INFO] cloning repository https://github.com/jarkata/ocean-workspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jarkata/ocean-workspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarkata%2Focean-workspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarkata%2Focean-workspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8081ae0d1ae4c746cf6a6637a1869bb5001a6dcf
[INFO] checking jarkata/ocean-workspace against try#ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 for pr-149596
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarkata%2Focean-workspace" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jarkata/ocean-workspace
[INFO] finished tweaking git repo https://github.com/jarkata/ocean-workspace
[INFO] tweaked toml for git repo https://github.com/jarkata/ocean-workspace written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jarkata/ocean-workspace on toolchain ce3348c21531b911ca5aadbbbe7ad63a1bc4c382
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jarkata/ocean-workspace 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" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4141a7646655f56aaa1a0942557ee0c982a2a328f2f3a7d543ebccc8b6daf513
[INFO] running `Command { std: "docker" "start" "-a" "4141a7646655f56aaa1a0942557ee0c982a2a328f2f3a7d543ebccc8b6daf513", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4141a7646655f56aaa1a0942557ee0c982a2a328f2f3a7d543ebccc8b6daf513", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4141a7646655f56aaa1a0942557ee0c982a2a328f2f3a7d543ebccc8b6daf513", kill_on_drop: false }`
[INFO] [stdout] 4141a7646655f56aaa1a0942557ee0c982a2a328f2f3a7d543ebccc8b6daf513
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fcaa695998d461eb7c20854219e2037b463321d03b9106eed25b3f0f8a178e9
[INFO] running `Command { std: "docker" "start" "-a" "5fcaa695998d461eb7c20854219e2037b463321d03b9106eed25b3f0f8a178e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking quote v1.0.38
[INFO] [stderr]     Checking syn v2.0.98
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling ocean_macros v0.1.0 (/opt/rustwide/workdir/ocean_macros)
[INFO] [stderr]     Checking sqlx-core v0.8.3
[INFO] [stderr] list_fix_fields生成的代码: "impl Demo\n{\n    pub fn get_all_fields_str(& self) -> String\n    { String :: from(\"id, title, remark\") }\n}"
[INFO] [stderr] 生成的代码: "impl Demo\n{\n    pub fn to_json_value(& self) -> Vec < serde_json :: Value >\n    {\n        vec!\n        [serde_json :: Value :: from(self.id.clone()), serde_json :: Value ::\n        from(self.title.clone()), serde_json :: Value ::\n        from(self.remark.clone())]\n    }\n}"
[INFO] [stderr]     Checking sqlx-sqlite v0.8.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]     Checking sqlx v0.8.3
[INFO] [stderr]     Checking ocean_db v0.1.0 (/opt/rustwide/workdir/ocean_db)
[INFO] [stderr] 生成的代码: "impl Task\n{\n    pub fn to_json_value(& self) -> Vec < serde_json :: Value >\n    {\n        vec!\n        [serde_json :: Value :: from(self.id.clone()), serde_json :: Value ::\n        from(self.title.clone()), serde_json :: Value ::\n        from(self.remark.clone()), serde_json :: Value ::\n        from(self.create_time.clone()), serde_json :: Value ::\n        from(self.update_time.clone()), serde_json :: Value ::\n        from(self.display_order.clone())]\n    }\n}"
[INFO] [stderr] list_fix_fields生成的代码: "impl Task\n{\n    pub fn get_all_fields_str(& self) -> String\n    {\n        String ::\n        from(\"id, title, remark, create_time, update_time, display_order\")\n    }\n}"
[INFO] [stdout] warning: function `init_table` is never used
[INFO] [stdout]   --> ocean_db/tests/demo.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub async fn init_table() {
[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 17s
[INFO] running `Command { std: "docker" "inspect" "5fcaa695998d461eb7c20854219e2037b463321d03b9106eed25b3f0f8a178e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fcaa695998d461eb7c20854219e2037b463321d03b9106eed25b3f0f8a178e9", kill_on_drop: false }`
[INFO] [stdout] 5fcaa695998d461eb7c20854219e2037b463321d03b9106eed25b3f0f8a178e9
