[INFO] cloning repository https://github.com/Arakendo/Tokimu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arakendo/Tokimu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArakendo%2FTokimu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArakendo%2FTokimu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47d0f713bda47136fd4f66c5d356c0684447d11d
[INFO] checking Arakendo/Tokimu against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArakendo%2FTokimu" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  59% (7274/12221)
Updating files:  60% (7333/12221)
Updating files:  61% (7455/12221)
Updating files:  62% (7578/12221)
Updating files:  63% (7700/12221)
Updating files:  64% (7822/12221)
Updating files:  65% (7944/12221)
Updating files:  66% (8066/12221)
Updating files:  67% (8189/12221)
Updating files:  68% (8311/12221)
Updating files:  69% (8433/12221)
Updating files:  70% (8555/12221)
Updating files:  71% (8677/12221)
Updating files:  72% (8800/12221)
Updating files:  73% (8922/12221)
Updating files:  74% (9044/12221)
Updating files:  75% (9166/12221)
Updating files:  76% (9288/12221)
Updating files:  77% (9411/12221)
Updating files:  78% (9533/12221)
Updating files:  79% (9655/12221)
Updating files:  80% (9777/12221)
Updating files:  81% (9900/12221)
Updating files:  82% (10022/12221)
Updating files:  83% (10144/12221)
Updating files:  84% (10266/12221)
Updating files:  85% (10388/12221)
Updating files:  86% (10511/12221)
Updating files:  87% (10633/12221)
Updating files:  88% (10755/12221)
Updating files:  89% (10877/12221)
Updating files:  90% (10999/12221)
Updating files:  91% (11122/12221)
Updating files:  92% (11244/12221)
Updating files:  93% (11366/12221)
Updating files:  94% (11488/12221)
Updating files:  95% (11610/12221)
Updating files:  96% (11733/12221)
Updating files:  97% (11855/12221)
Updating files:  98% (11977/12221)
Updating files:  99% (12099/12221)
Updating files: 100% (12221/12221)
Updating files: 100% (12221/12221), done.
[INFO] started tweaking git repo https://github.com/Arakendo/Tokimu
[INFO] finished tweaking git repo https://github.com/Arakendo/Tokimu
[INFO] tweaked toml for git repo https://github.com/Arakendo/Tokimu written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arakendo/Tokimu on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arakendo/Tokimu 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `tracing`
[INFO] [stderr]   --> Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | tracing = "0.1"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `tracing`
[INFO] [stderr] warning: unused workspace dependency `tracing-subscriber`
[INFO] [stderr]   --> Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | tracing-subscriber = "0.3"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `tracing-subscriber`
[INFO] [stderr] warning: unused workspace dependency `tracing-wasm`
[INFO] [stderr]   --> Cargo.toml:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | tracing-wasm = "0.2"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `tracing-wasm`
[INFO] [stderr] warning: workspace (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `camera_direction_conformance` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../camera_direction_conformance
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `camera-direction-conformance`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_direction_conformance.rs
[INFO] [stderr] 1 + src/bin/camera-direction-conformance.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `hello-render-orientation` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `doom_audio_playback` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../doom_audio_playback
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `doom-audio-playback`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/doom_audio_playback.rs
[INFO] [stderr] 1 + src/bin/doom-audio-playback.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `doom_music_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../doom_music_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `doom-music-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/doom_music_report.rs
[INFO] [stderr] 1 + src/bin/doom-music-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `doom_sidedef_conformance` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../doom_sidedef_conformance
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `doom-sidedef-conformance`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/doom_sidedef_conformance.rs
[INFO] [stderr] 1 + src/bin/doom-sidedef-conformance.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `doom_sound_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../doom_sound_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `doom-sound-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/doom_sound_report.rs
[INFO] [stderr] 1 + src/bin/doom-sound-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `static_scene` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../static_scene
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `static-scene`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/static_scene.rs
[INFO] [stderr] 1 + src/bin/static-scene.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `hello-doom-e1m1` (manifest) generated 5 warnings
[INFO] [stderr] warning: binary `native_frame_panic` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../native_frame_panic
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `native-frame-panic`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/native_frame_panic.rs
[INFO] [stderr] 1 + src/bin/native-frame-panic.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `native_terminal_error` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../native_terminal_error
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `native-terminal-error`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/native_terminal_error.rs
[INFO] [stderr] 1 + src/bin/native-terminal-error.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `staged_resource_set_native` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../staged_resource_set_native
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `staged-resource-set-native`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/staged_resource_set_native.rs
[INFO] [stderr] 1 + src/bin/staged-resource-set-native.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `hello-render-resource-identity` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `measure_bulk_references` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_bulk_references
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `measure-bulk-references`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_bulk_references.rs
[INFO] [stderr] 1 + src/bin/measure-bulk-references.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_bulk_wgpu_native` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_bulk_wgpu_native
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-bulk-wgpu-native`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_bulk_wgpu_native.rs
[INFO] [stderr] 1 + src/bin/measure-bulk-wgpu-native.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_caller_paths` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_caller_paths
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-caller-paths`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_caller_paths.rs
[INFO] [stderr] 1 + src/bin/measure-caller-paths.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_doom_observer_path` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_doom_observer_path
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-doom-observer-path`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_doom_observer_path.rs
[INFO] [stderr] 1 + src/bin/measure-doom-observer-path.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_inverse_workload` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_inverse_workload
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-inverse-workload`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_inverse_workload.rs
[INFO] [stderr] 1 + src/bin/measure-inverse-workload.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_stereo_camera_allocations` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_stereo_camera_allocations
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-stereo-camera-allocations`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_stereo_camera_allocations.rs
[INFO] [stderr] 1 + src/bin/measure-stereo-camera-allocations.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_stereo_camera_workload` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_stereo_camera_workload
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-stereo-camera-workload`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_stereo_camera_workload.rs
[INFO] [stderr] 1 + src/bin/measure-stereo-camera-workload.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_transform_allocations` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_allocations
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-transform-allocations`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_transform_allocations.rs
[INFO] [stderr] 1 + src/bin/measure-transform-allocations.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_transform_binary_a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_a
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-transform-binary-a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_transform_binary_a.rs
[INFO] [stderr] 1 + src/bin/measure-transform-binary-a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_transform_binary_b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_b
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-transform-binary-b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_transform_binary_b.rs
[INFO] [stderr] 1 + src/bin/measure-transform-binary-b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_transform_binary_c` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_c
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-transform-binary-c`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_transform_binary_c.rs
[INFO] [stderr] 1 + src/bin/measure-transform-binary-c.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_transform_workload` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_workload
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-transform-workload`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_transform_workload.rs
[INFO] [stderr] 1 + src/bin/measure-transform-workload.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_upload_allocations` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_upload_allocations
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-upload-allocations`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_upload_allocations.rs
[INFO] [stderr] 1 + src/bin/measure-upload-allocations.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `measure_upload_boundary` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../measure_upload_boundary
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `measure-upload-boundary`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/measure_upload_boundary.rs
[INFO] [stderr] 1 + src/bin/measure-upload-boundary.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `observe_chart_junction` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../observe_chart_junction
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `observe-chart-junction`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/observe_chart_junction.rs
[INFO] [stderr] 1 + src/bin/observe-chart-junction.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `observe_layouts` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../observe_layouts
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `observe-layouts`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/observe_layouts.rs
[INFO] [stderr] 1 + src/bin/observe-layouts.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `tokimu-math-study` (manifest) generated 16 warnings
[INFO] [stderr] warning: binary `selection_runner` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../selection_runner
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `selection-runner`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/selection_runner.rs
[INFO] [stderr] 1 + src/bin/selection-runner.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `fbx-corpus` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `native_blend_scene` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../native_blend_scene
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `native-blend-scene`, convert `bin.name`
[INFO] [stderr]   --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:25:8
[INFO] [stderr]    |
[INFO] [stderr] 25 - name = "native_blend_scene"
[INFO] [stderr] 25 + name = "native-blend-scene"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `native_interaction_scene` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../native_interaction_scene
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `native-interaction-scene`, convert `bin.name`
[INFO] [stderr]   --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 - name = "native_interaction_scene"
[INFO] [stderr] 30 + name = "native-interaction-scene"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `native_scene` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../native_scene
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `native-scene`, convert `bin.name`
[INFO] [stderr]   --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "native_scene"
[INFO] [stderr] 20 + name = "native-scene"
[INFO] [stderr]    |
[INFO] [stderr] warning: `hello-alpha-policy` (manifest) generated 3 warnings
[INFO] [stderr] warning: binary `authoritative_sky_region_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../authoritative_sky_region_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `authoritative-sky-region-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/authoritative_sky_region_report.rs
[INFO] [stderr] 1 + src/bin/authoritative-sky-region-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `candidate1_synthetic_matrix_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../candidate1_synthetic_matrix_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `candidate1-synthetic-matrix-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/candidate1_synthetic_matrix_report.rs
[INFO] [stderr] 1 + src/bin/candidate1-synthetic-matrix-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `cutout_non_occluder_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../cutout_non_occluder_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `cutout-non-occluder-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cutout_non_occluder_presentation.rs
[INFO] [stderr] 1 + src/bin/cutout-non-occluder-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dynamic_door_snapshot_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../dynamic_door_snapshot_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dynamic-door-snapshot-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dynamic_door_snapshot_presentation.rs
[INFO] [stderr] 1 + src/bin/dynamic-door-snapshot-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `occurrence_presentation_lowering_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../occurrence_presentation_lowering_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `occurrence-presentation-lowering-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/occurrence_presentation_lowering_report.rs
[INFO] [stderr] 1 + src/bin/occurrence-presentation-lowering-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ordered_coverage_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_coverage_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ordered-coverage-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ordered_coverage_presentation.rs
[INFO] [stderr] 1 + src/bin/ordered-coverage-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ordered_partition_composition_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_partition_composition_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ordered-partition-composition-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ordered_partition_composition_report.rs
[INFO] [stderr] 1 + src/bin/ordered-partition-composition-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ordered_reference_planner_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_reference_planner_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ordered-reference-planner-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ordered_reference_planner_report.rs
[INFO] [stderr] 1 + src/bin/ordered-reference-planner-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `paired_sky_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../paired_sky_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `paired-sky-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/paired_sky_presentation.rs
[INFO] [stderr] 1 + src/bin/paired-sky-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `partial_coverage_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../partial_coverage_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `partial-coverage-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/partial_coverage_report.rs
[INFO] [stderr] 1 + src/bin/partial-coverage-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `partial_survival_reconstruction_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../partial_survival_reconstruction_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `partial-survival-reconstruction-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/partial_survival_reconstruction_report.rs
[INFO] [stderr] 1 + src/bin/partial-survival-reconstruction-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `platform_snapshot_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../platform_snapshot_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `platform-snapshot-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/platform_snapshot_presentation.rs
[INFO] [stderr] 1 + src/bin/platform-snapshot-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `projection_epsilon_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../projection_epsilon_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `projection-epsilon-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/projection_epsilon_presentation.rs
[INFO] [stderr] 1 + src/bin/projection-epsilon-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `relational_classifier_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../relational_classifier_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `relational-classifier-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/relational_classifier_report.rs
[INFO] [stderr] 1 + src/bin/relational-classifier-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `relational_partial_contribution_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../relational_partial_contribution_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `relational-partial-contribution-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/relational_partial_contribution_report.rs
[INFO] [stderr] 1 + src/bin/relational-partial-contribution-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `runtime_snapshot_occurrence_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../runtime_snapshot_occurrence_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `runtime-snapshot-occurrence-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/runtime_snapshot_occurrence_report.rs
[INFO] [stderr] 1 + src/bin/runtime-snapshot-occurrence-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `shared_boundary_conservation_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../shared_boundary_conservation_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `shared-boundary-conservation-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/shared_boundary_conservation_report.rs
[INFO] [stderr] 1 + src/bin/shared-boundary-conservation-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `shared_key_plane_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../shared_key_plane_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `shared-key-plane-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/shared_key_plane_presentation.rs
[INFO] [stderr] 1 + src/bin/shared-key-plane-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `source_occurrence_model_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../source_occurrence_model_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `source-occurrence-model-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/source_occurrence_model_report.rs
[INFO] [stderr] 1 + src/bin/source-occurrence-model-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `submission_local_geometry_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../submission_local_geometry_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `submission-local-geometry-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/submission_local_geometry_presentation.rs
[INFO] [stderr] 1 + src/bin/submission-local-geometry-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `submission_local_geometry_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../submission_local_geometry_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `submission-local-geometry-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/submission_local_geometry_report.rs
[INFO] [stderr] 1 + src/bin/submission-local-geometry-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `topology_admission_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../topology_admission_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `topology-admission-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/topology_admission_report.rs
[INFO] [stderr] 1 + src/bin/topology-admission-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `vertical_aperture_presentation` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../vertical_aperture_presentation
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `vertical-aperture-presentation`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/vertical_aperture_presentation.rs
[INFO] [stderr] 1 + src/bin/vertical-aperture-presentation.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `whole_contribution_falsifier_report` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc1/source/target/.../whole_contribution_falsifier_report
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `whole-contribution-falsifier-report`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/whole_contribution_falsifier_report.rs
[INFO] [stderr] 1 + src/bin/whole-contribution-falsifier-report.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `hello-doom-visibility-conformance` (manifest) generated 24 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `glam` found
[INFO] [stderr] location searched: /workspace/builds/worker-3-tc1/source/third-party/ring-0/glam
[INFO] [stderr] required by package `tokimu-core v0.1.0 (/workspace/builds/worker-3-tc1/source/crates/tokimu-core)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: unused workspace dependency `tracing`
      --> Cargo.toml:15:1
       |
    15 | tracing = "0.1"
       | ^^^^^^^
       |
       = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `tracing`
    warning: unused workspace dependency `tracing-subscriber`
      --> Cargo.toml:16:1
       |
    16 | tracing-subscriber = "0.3"
       | ^^^^^^^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `tracing-subscriber`
    warning: unused workspace dependency `tracing-wasm`
      --> Cargo.toml:17:1
       |
    17 | tracing-wasm = "0.2"
       | ^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `tracing-wasm`
    warning: workspace (manifest) generated 3 warnings
    warning: binary `camera_direction_conformance` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../camera_direction_conformance
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `camera-direction-conformance`, convert the file stem
      |
    1 - src/bin/camera_direction_conformance.rs
    1 + src/bin/camera-direction-conformance.rs
      |
    warning: `hello-render-orientation` (manifest) generated 1 warning
    warning: binary `doom_audio_playback` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../doom_audio_playback
      |                                                  ^^^^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `doom-audio-playback`, convert the file stem
      |
    1 - src/bin/doom_audio_playback.rs
    1 + src/bin/doom-audio-playback.rs
      |
    warning: binary `doom_music_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../doom_music_report
      |                                                  ^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `doom-music-report`, convert the file stem
      |
    1 - src/bin/doom_music_report.rs
    1 + src/bin/doom-music-report.rs
      |
    warning: binary `doom_sidedef_conformance` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../doom_sidedef_conformance
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `doom-sidedef-conformance`, convert the file stem
      |
    1 - src/bin/doom_sidedef_conformance.rs
    1 + src/bin/doom-sidedef-conformance.rs
      |
    warning: binary `doom_sound_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../doom_sound_report
      |                                                  ^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `doom-sound-report`, convert the file stem
      |
    1 - src/bin/doom_sound_report.rs
    1 + src/bin/doom-sound-report.rs
      |
    warning: binary `static_scene` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../static_scene
      |                                                  ^^^^^^^^^^^^
      |
    help: to change the binary name to `static-scene`, convert the file stem
      |
    1 - src/bin/static_scene.rs
    1 + src/bin/static-scene.rs
      |
    warning: `hello-doom-e1m1` (manifest) generated 5 warnings
    warning: binary `native_frame_panic` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../native_frame_panic
      |                                                  ^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `native-frame-panic`, convert the file stem
      |
    1 - src/bin/native_frame_panic.rs
    1 + src/bin/native-frame-panic.rs
      |
    warning: binary `native_terminal_error` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../native_terminal_error
      |                                                  ^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `native-terminal-error`, convert the file stem
      |
    1 - src/bin/native_terminal_error.rs
    1 + src/bin/native-terminal-error.rs
      |
    warning: binary `staged_resource_set_native` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../staged_resource_set_native
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `staged-resource-set-native`, convert the file stem
      |
    1 - src/bin/staged_resource_set_native.rs
    1 + src/bin/staged-resource-set-native.rs
      |
    warning: `hello-render-resource-identity` (manifest) generated 3 warnings
    warning: binary `measure_bulk_references` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_bulk_references
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `measure-bulk-references`, convert the file stem
      |
    1 - src/bin/measure_bulk_references.rs
    1 + src/bin/measure-bulk-references.rs
      |
    warning: binary `measure_bulk_wgpu_native` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_bulk_wgpu_native
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-bulk-wgpu-native`, convert the file stem
      |
    1 - src/bin/measure_bulk_wgpu_native.rs
    1 + src/bin/measure-bulk-wgpu-native.rs
      |
    warning: binary `measure_caller_paths` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_caller_paths
      |                                                  ^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-caller-paths`, convert the file stem
      |
    1 - src/bin/measure_caller_paths.rs
    1 + src/bin/measure-caller-paths.rs
      |
    warning: binary `measure_doom_observer_path` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_doom_observer_path
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-doom-observer-path`, convert the file stem
      |
    1 - src/bin/measure_doom_observer_path.rs
    1 + src/bin/measure-doom-observer-path.rs
      |
    warning: binary `measure_inverse_workload` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_inverse_workload
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-inverse-workload`, convert the file stem
      |
    1 - src/bin/measure_inverse_workload.rs
    1 + src/bin/measure-inverse-workload.rs
      |
    warning: binary `measure_stereo_camera_allocations` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_stereo_camera_allocations
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-stereo-camera-allocations`, convert the file stem
      |
    1 - src/bin/measure_stereo_camera_allocations.rs
    1 + src/bin/measure-stereo-camera-allocations.rs
      |
    warning: binary `measure_stereo_camera_workload` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_stereo_camera_workload
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-stereo-camera-workload`, convert the file stem
      |
    1 - src/bin/measure_stereo_camera_workload.rs
    1 + src/bin/measure-stereo-camera-workload.rs
      |
    warning: binary `measure_transform_allocations` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_allocations
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-transform-allocations`, convert the file stem
      |
    1 - src/bin/measure_transform_allocations.rs
    1 + src/bin/measure-transform-allocations.rs
      |
    warning: binary `measure_transform_binary_a` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_a
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-transform-binary-a`, convert the file stem
      |
    1 - src/bin/measure_transform_binary_a.rs
    1 + src/bin/measure-transform-binary-a.rs
      |
    warning: binary `measure_transform_binary_b` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_b
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-transform-binary-b`, convert the file stem
      |
    1 - src/bin/measure_transform_binary_b.rs
    1 + src/bin/measure-transform-binary-b.rs
      |
    warning: binary `measure_transform_binary_c` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_binary_c
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-transform-binary-c`, convert the file stem
      |
    1 - src/bin/measure_transform_binary_c.rs
    1 + src/bin/measure-transform-binary-c.rs
      |
    warning: binary `measure_transform_workload` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_transform_workload
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-transform-workload`, convert the file stem
      |
    1 - src/bin/measure_transform_workload.rs
    1 + src/bin/measure-transform-workload.rs
      |
    warning: binary `measure_upload_allocations` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_upload_allocations
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-upload-allocations`, convert the file stem
      |
    1 - src/bin/measure_upload_allocations.rs
    1 + src/bin/measure-upload-allocations.rs
      |
    warning: binary `measure_upload_boundary` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../measure_upload_boundary
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `measure-upload-boundary`, convert the file stem
      |
    1 - src/bin/measure_upload_boundary.rs
    1 + src/bin/measure-upload-boundary.rs
      |
    warning: binary `observe_chart_junction` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../observe_chart_junction
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `observe-chart-junction`, convert the file stem
      |
    1 - src/bin/observe_chart_junction.rs
    1 + src/bin/observe-chart-junction.rs
      |
    warning: binary `observe_layouts` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../observe_layouts
      |                                                  ^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `observe-layouts`, convert the file stem
      |
    1 - src/bin/observe_layouts.rs
    1 + src/bin/observe-layouts.rs
      |
    warning: `tokimu-math-study` (manifest) generated 16 warnings
    warning: binary `selection_runner` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../selection_runner
      |                                                  ^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `selection-runner`, convert the file stem
      |
    1 - src/bin/selection_runner.rs
    1 + src/bin/selection-runner.rs
      |
    warning: `fbx-corpus` (manifest) generated 1 warning
    warning: binary `native_blend_scene` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../native_blend_scene
       |                                                  ^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `native-blend-scene`, convert `bin.name`
      --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:25:8
       |
    25 - name = "native_blend_scene"
    25 + name = "native-blend-scene"
       |
    warning: binary `native_interaction_scene` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../native_interaction_scene
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `native-interaction-scene`, convert `bin.name`
      --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:30:8
       |
    30 - name = "native_interaction_scene"
    30 + name = "native-interaction-scene"
       |
    warning: binary `native_scene` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../native_scene
       |                                                  ^^^^^^^^^^^^
       |
    help: to change the binary name to `native-scene`, convert `bin.name`
      --> corpus/campaigns/textured-presentation/hello-alpha-policy/Cargo.toml:20:8
       |
    20 - name = "native_scene"
    20 + name = "native-scene"
       |
    warning: `hello-alpha-policy` (manifest) generated 3 warnings
    warning: binary `authoritative_sky_region_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../authoritative_sky_region_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `authoritative-sky-region-report`, convert the file stem
      |
    1 - src/bin/authoritative_sky_region_report.rs
    1 + src/bin/authoritative-sky-region-report.rs
      |
    warning: binary `candidate1_synthetic_matrix_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../candidate1_synthetic_matrix_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `candidate1-synthetic-matrix-report`, convert the file stem
      |
    1 - src/bin/candidate1_synthetic_matrix_report.rs
    1 + src/bin/candidate1-synthetic-matrix-report.rs
      |
    warning: binary `cutout_non_occluder_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../cutout_non_occluder_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `cutout-non-occluder-presentation`, convert the file stem
      |
    1 - src/bin/cutout_non_occluder_presentation.rs
    1 + src/bin/cutout-non-occluder-presentation.rs
      |
    warning: binary `dynamic_door_snapshot_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../dynamic_door_snapshot_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `dynamic-door-snapshot-presentation`, convert the file stem
      |
    1 - src/bin/dynamic_door_snapshot_presentation.rs
    1 + src/bin/dynamic-door-snapshot-presentation.rs
      |
    warning: binary `occurrence_presentation_lowering_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../occurrence_presentation_lowering_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `occurrence-presentation-lowering-report`, convert the file stem
      |
    1 - src/bin/occurrence_presentation_lowering_report.rs
    1 + src/bin/occurrence-presentation-lowering-report.rs
      |
    warning: binary `ordered_coverage_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_coverage_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `ordered-coverage-presentation`, convert the file stem
      |
    1 - src/bin/ordered_coverage_presentation.rs
    1 + src/bin/ordered-coverage-presentation.rs
      |
    warning: binary `ordered_partition_composition_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_partition_composition_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `ordered-partition-composition-report`, convert the file stem
      |
    1 - src/bin/ordered_partition_composition_report.rs
    1 + src/bin/ordered-partition-composition-report.rs
      |
    warning: binary `ordered_reference_planner_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../ordered_reference_planner_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `ordered-reference-planner-report`, convert the file stem
      |
    1 - src/bin/ordered_reference_planner_report.rs
    1 + src/bin/ordered-reference-planner-report.rs
      |
    warning: binary `paired_sky_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../paired_sky_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `paired-sky-presentation`, convert the file stem
      |
    1 - src/bin/paired_sky_presentation.rs
    1 + src/bin/paired-sky-presentation.rs
      |
    warning: binary `partial_coverage_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../partial_coverage_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `partial-coverage-report`, convert the file stem
      |
    1 - src/bin/partial_coverage_report.rs
    1 + src/bin/partial-coverage-report.rs
      |
    warning: binary `partial_survival_reconstruction_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../partial_survival_reconstruction_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `partial-survival-reconstruction-report`, convert the file stem
      |
    1 - src/bin/partial_survival_reconstruction_report.rs
    1 + src/bin/partial-survival-reconstruction-report.rs
      |
    warning: binary `platform_snapshot_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../platform_snapshot_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `platform-snapshot-presentation`, convert the file stem
      |
    1 - src/bin/platform_snapshot_presentation.rs
    1 + src/bin/platform-snapshot-presentation.rs
      |
    warning: binary `projection_epsilon_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../projection_epsilon_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `projection-epsilon-presentation`, convert the file stem
      |
    1 - src/bin/projection_epsilon_presentation.rs
    1 + src/bin/projection-epsilon-presentation.rs
      |
    warning: binary `relational_classifier_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../relational_classifier_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `relational-classifier-report`, convert the file stem
      |
    1 - src/bin/relational_classifier_report.rs
    1 + src/bin/relational-classifier-report.rs
      |
    warning: binary `relational_partial_contribution_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../relational_partial_contribution_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `relational-partial-contribution-report`, convert the file stem
      |
    1 - src/bin/relational_partial_contribution_report.rs
    1 + src/bin/relational-partial-contribution-report.rs
      |
    warning: binary `runtime_snapshot_occurrence_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../runtime_snapshot_occurrence_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `runtime-snapshot-occurrence-report`, convert the file stem
      |
    1 - src/bin/runtime_snapshot_occurrence_report.rs
    1 + src/bin/runtime-snapshot-occurrence-report.rs
      |
    warning: binary `shared_boundary_conservation_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../shared_boundary_conservation_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `shared-boundary-conservation-report`, convert the file stem
      |
    1 - src/bin/shared_boundary_conservation_report.rs
    1 + src/bin/shared-boundary-conservation-report.rs
      |
    warning: binary `shared_key_plane_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../shared_key_plane_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `shared-key-plane-presentation`, convert the file stem
      |
    1 - src/bin/shared_key_plane_presentation.rs
    1 + src/bin/shared-key-plane-presentation.rs
      |
    warning: binary `source_occurrence_model_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../source_occurrence_model_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `source-occurrence-model-report`, convert the file stem
      |
    1 - src/bin/source_occurrence_model_report.rs
    1 + src/bin/source-occurrence-model-report.rs
      |
    warning: binary `submission_local_geometry_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../submission_local_geometry_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `submission-local-geometry-presentation`, convert the file stem
      |
    1 - src/bin/submission_local_geometry_presentation.rs
    1 + src/bin/submission-local-geometry-presentation.rs
      |
    warning: binary `submission_local_geometry_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../submission_local_geometry_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `submission-local-geometry-report`, convert the file stem
      |
    1 - src/bin/submission_local_geometry_report.rs
    1 + src/bin/submission-local-geometry-report.rs
      |
    warning: binary `topology_admission_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../topology_admission_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `topology-admission-report`, convert the file stem
      |
    1 - src/bin/topology_admission_report.rs
    1 + src/bin/topology-admission-report.rs
      |
    warning: binary `vertical_aperture_presentation` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../vertical_aperture_presentation
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `vertical-aperture-presentation`, convert the file stem
      |
    1 - src/bin/vertical_aperture_presentation.rs
    1 + src/bin/vertical-aperture-presentation.rs
      |
    warning: binary `whole_contribution_falsifier_report` should have a kebab-case name
      |
    1 | /workspace/builds/worker-3-tc1/source/target/.../whole_contribution_falsifier_report
      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `whole-contribution-falsifier-report`, convert the file stem
      |
    1 - src/bin/whole_contribution_falsifier_report.rs
    1 + src/bin/whole-contribution-falsifier-report.rs
      |
    warning: `hello-doom-visibility-conformance` (manifest) generated 24 warnings
        Updating crates.io index
    error: no matching package named `glam` found
    location searched: /workspace/builds/worker-3-tc1/source/third-party/ring-0/glam
    required by package `tokimu-core v0.1.0 (/workspace/builds/worker-3-tc1/source/crates/tokimu-core)`