[INFO] cloning repository https://github.com/ducklin5/PolyNPredict [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ducklin5/PolyNPredict" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducklin5%2FPolyNPredict", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducklin5%2FPolyNPredict'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7f96c8f568c0ab5245228ecf9d8b43a47fa32265 [INFO] checking ducklin5/PolyNPredict against try#38c2997544af84fe301d600d6896397738163002 for pr-154205-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducklin5%2FPolyNPredict" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ducklin5/PolyNPredict [INFO] finished tweaking git repo https://github.com/ducklin5/PolyNPredict [INFO] tweaked toml for git repo https://github.com/ducklin5/PolyNPredict written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ducklin5/PolyNPredict on toolchain 38c2997544af84fe301d600d6896397738163002 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ducklin5/PolyNPredict 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" "+38c2997544af84fe301d600d6896397738163002" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd8bcbda7f6af069a514ffd971d7f3f65581000167390228c4f202f3ca3cd03b [INFO] running `Command { std: "docker" "start" "-a" "cd8bcbda7f6af069a514ffd971d7f3f65581000167390228c4f202f3ca3cd03b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd8bcbda7f6af069a514ffd971d7f3f65581000167390228c4f202f3ca3cd03b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd8bcbda7f6af069a514ffd971d7f3f65581000167390228c4f202f3ca3cd03b", kill_on_drop: false }` [INFO] [stdout] cd8bcbda7f6af069a514ffd971d7f3f65581000167390228c4f202f3ca3cd03b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d5103bfa67dee2c19ffca9ad127e244924b5dd2471deee3ff1c2311eb4635f9 [INFO] running `Command { std: "docker" "start" "-a" "0d5103bfa67dee2c19ffca9ad127e244924b5dd2471deee3ff1c2311eb4635f9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Checking foldhash v0.1.3 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling portable-atomic v1.10.0 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling cubecl-common v0.3.0 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Compiling naga v22.1.0 [INFO] [stderr] Checking bit-vec v0.7.0 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Checking bit-set v0.6.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling cubecl-runtime v0.3.0 [INFO] [stderr] Compiling wgpu-hal v22.0.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Compiling wgpu-core v22.1.0 [INFO] [stderr] Checking wgpu-types v22.0.0 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking khronos-egl v6.0.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling wgpu v22.1.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Compiling cubecl-wgpu v0.3.0 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling cc v1.2.4 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking miniz_oxide v0.8.2 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Checking faster-hex v0.9.0 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking gix-utils v0.1.13 [INFO] [stderr] Checking gix-trace v0.1.11 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Checking image-webp v0.2.0 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking r2d2 v0.8.10 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking png v0.17.15 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling naga v23.1.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Compiling wgpu-hal v23.0.1 [INFO] [stderr] Checking compact_str v0.8.0 [INFO] [stderr] Compiling wgpu-core v23.0.1 [INFO] [stderr] Checking tempfile v3.14.0 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking wgpu-types v23.0.0 [INFO] [stderr] Checking glow v0.14.2 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Checking systemstat v0.2.4 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking sysinfo v0.30.13 [INFO] [stderr] Compiling wgpu v23.0.1 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling bytemuck_derive v1.8.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking gix-hash v0.14.2 [INFO] [stderr] Checking gix-features v0.38.2 [INFO] [stderr] Checking gix-fs v0.11.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Checking rav1e v0.7.1 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking gpu-descriptor v0.3.0 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking uuid v1.11.0 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Compiling wrapcenum-derive v0.4.1 [INFO] [stderr] Compiling instability v0.3.3 [INFO] [stderr] Compiling burn-derive v0.15.0 [INFO] [stderr] Checking gix-tempfile v14.0.2 [INFO] [stderr] Checking tracing-appender v0.2.3 [INFO] [stderr] Checking nvml-wrapper v0.10.0 [INFO] [stderr] Checking ravif v0.11.11 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking serde_bytes v0.11.15 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking burn-common v0.15.0 [INFO] [stderr] Checking bincode v2.0.0-rc.3 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Compiling cubecl-macros v0.3.0 [INFO] [stderr] Checking text_placeholder v0.5.1 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking serde_rusqlite v0.36.0 [INFO] [stderr] Checking r2d2_sqlite v0.25.0 [INFO] [stderr] Checking cubecl-core v0.3.0 [INFO] [stderr] Checking image v0.25.5 [INFO] [stderr] Checking cubecl-linalg v0.3.0 [INFO] [stderr] Checking burn-dataset v0.15.0 [INFO] [stderr] Checking cubecl v0.3.0 [INFO] [stderr] Checking burn-tensor v0.15.0 [INFO] [stderr] Checking burn-fusion v0.15.0 [INFO] [stderr] Checking burn-autodiff v0.15.0 [INFO] [stderr] Checking burn-jit v0.15.0 [INFO] [stderr] Checking burn-wgpu v0.15.0 [INFO] [stderr] Checking burn-core v0.15.0 [INFO] [stderr] Checking burn-train v0.15.0 [INFO] [stderr] Checking burn v0.15.0 [INFO] [stderr] Checking burndemo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:43:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:45:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:9:9","p":0,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:43:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:45:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"burndemo","loc":"src/model.rs:9:9","p":0,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"train","loc":"src/bin/train.rs:102:22","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"train","loc":"src/bin/train.rs:151:27","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"infer","loc":"src/bin/infer.rs:10:22","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"infer","loc":"src/bin/infer.rs:18:13","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"infer","loc":"src/bin/infer.rs:10:22","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"infer","loc":"src/bin/infer.rs:18:13","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"train","loc":"src/bin/train.rs:102:22","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"train","loc":"src/bin/train.rs:151:27","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s [INFO] running `Command { std: "docker" "inspect" "0d5103bfa67dee2c19ffca9ad127e244924b5dd2471deee3ff1c2311eb4635f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d5103bfa67dee2c19ffca9ad127e244924b5dd2471deee3ff1c2311eb4635f9", kill_on_drop: false }` [INFO] [stdout] 0d5103bfa67dee2c19ffca9ad127e244924b5dd2471deee3ff1c2311eb4635f9