[INFO] cloning repository https://github.com/CosmicFrontierLabs/focalplane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CosmicFrontierLabs/focalplane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1a38a698105248d192428dd6daed09ad35324df
[INFO] checking CosmicFrontierLabs/focalplane against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] finished tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] tweaked toml for git repo https://github.com/CosmicFrontierLabs/focalplane written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CosmicFrontierLabs/focalplane on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CosmicFrontierLabs/focalplane 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | description = "Space telescope imaging and sensor simulation"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: binary `camera_qe_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../camera_qe_plot
[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-qe-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_qe_plot.rs
[INFO] [stderr] 1 + src/bin/camera-qe-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `centroid_accuracy_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../centroid_accuracy_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `centroid-accuracy-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/centroid_accuracy_test.rs
[INFO] [stderr] 1 + src/bin/centroid-accuracy-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dc_vs_z` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../dc_vs_z
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dc-vs-z`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dc_vs_z.rs
[INFO] [stderr] 1 + src/bin/dc-vs-z.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detection_comparison` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detection_comparison
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detection-comparison`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detection_comparison.rs
[INFO] [stderr] 1 + src/bin/detection-comparison.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detector_tuning` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detector_tuning
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detector-tuning`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detector_tuning.rs
[INFO] [stderr] 1 + src/bin/detector-tuning.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mag_to_flux` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../mag_to_flux
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mag-to-flux`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mag_to_flux.rs
[INFO] [stderr] 1 + src/bin/mag-to-flux.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `motion_simulator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../motion_simulator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `motion-simulator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/motion_simulator.rs
[INFO] [stderr] 1 + src/bin/motion-simulator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_band_sensitivity` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_band_sensitivity
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-band-sensitivity`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_band_sensitivity.rs
[INFO] [stderr] 1 + src/bin/sensor-band-sensitivity.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_noise_renderer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_noise_renderer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-noise-renderer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_noise_renderer.rs
[INFO] [stderr] 1 + src/bin/sensor-noise-renderer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_shootout` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_shootout
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-shootout`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_shootout.rs
[INFO] [stderr] 1 + src/bin/sensor-shootout.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `single_detection_matrix` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../single_detection_matrix
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `single-detection-matrix`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/single_detection_matrix.rs
[INFO] [stderr] 1 + src/bin/single-detection-matrix.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `stellar_color_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../stellar_color_plot
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `stellar-color-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/stellar_color_plot.rs
[INFO] [stderr] 1 + src/bin/stellar-color-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `zero_point_calculator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../zero_point_calculator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `zero-point-calculator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/zero_point_calculator.rs
[INFO] [stderr] 1 + src/bin/zero-point-calculator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `simulator` (manifest) generated 13 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking CosmicFrontierLabs/focalplane against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] finished tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] tweaked toml for git repo https://github.com/CosmicFrontierLabs/focalplane written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CosmicFrontierLabs/focalplane on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CosmicFrontierLabs/focalplane 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | description = "Space telescope imaging and sensor simulation"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: binary `camera_qe_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../camera_qe_plot
[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-qe-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_qe_plot.rs
[INFO] [stderr] 1 + src/bin/camera-qe-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `centroid_accuracy_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../centroid_accuracy_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `centroid-accuracy-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/centroid_accuracy_test.rs
[INFO] [stderr] 1 + src/bin/centroid-accuracy-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dc_vs_z` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../dc_vs_z
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dc-vs-z`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dc_vs_z.rs
[INFO] [stderr] 1 + src/bin/dc-vs-z.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detection_comparison` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detection_comparison
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detection-comparison`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detection_comparison.rs
[INFO] [stderr] 1 + src/bin/detection-comparison.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detector_tuning` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detector_tuning
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detector-tuning`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detector_tuning.rs
[INFO] [stderr] 1 + src/bin/detector-tuning.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mag_to_flux` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../mag_to_flux
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mag-to-flux`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mag_to_flux.rs
[INFO] [stderr] 1 + src/bin/mag-to-flux.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `motion_simulator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../motion_simulator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `motion-simulator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/motion_simulator.rs
[INFO] [stderr] 1 + src/bin/motion-simulator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_band_sensitivity` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_band_sensitivity
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-band-sensitivity`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_band_sensitivity.rs
[INFO] [stderr] 1 + src/bin/sensor-band-sensitivity.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_noise_renderer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_noise_renderer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-noise-renderer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_noise_renderer.rs
[INFO] [stderr] 1 + src/bin/sensor-noise-renderer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_shootout` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_shootout
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-shootout`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_shootout.rs
[INFO] [stderr] 1 + src/bin/sensor-shootout.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `single_detection_matrix` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../single_detection_matrix
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `single-detection-matrix`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/single_detection_matrix.rs
[INFO] [stderr] 1 + src/bin/single-detection-matrix.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `stellar_color_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../stellar_color_plot
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `stellar-color-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/stellar_color_plot.rs
[INFO] [stderr] 1 + src/bin/stellar-color-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `zero_point_calculator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../zero_point_calculator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `zero-point-calculator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/zero_point_calculator.rs
[INFO] [stderr] 1 + src/bin/zero-point-calculator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `simulator` (manifest) generated 13 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking CosmicFrontierLabs/focalplane against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] finished tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] tweaked toml for git repo https://github.com/CosmicFrontierLabs/focalplane written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CosmicFrontierLabs/focalplane on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CosmicFrontierLabs/focalplane 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | description = "Space telescope imaging and sensor simulation"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: binary `camera_qe_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../camera_qe_plot
[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-qe-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_qe_plot.rs
[INFO] [stderr] 1 + src/bin/camera-qe-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `centroid_accuracy_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../centroid_accuracy_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `centroid-accuracy-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/centroid_accuracy_test.rs
[INFO] [stderr] 1 + src/bin/centroid-accuracy-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dc_vs_z` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../dc_vs_z
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dc-vs-z`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dc_vs_z.rs
[INFO] [stderr] 1 + src/bin/dc-vs-z.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detection_comparison` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detection_comparison
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detection-comparison`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detection_comparison.rs
[INFO] [stderr] 1 + src/bin/detection-comparison.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detector_tuning` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detector_tuning
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detector-tuning`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detector_tuning.rs
[INFO] [stderr] 1 + src/bin/detector-tuning.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mag_to_flux` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../mag_to_flux
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mag-to-flux`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mag_to_flux.rs
[INFO] [stderr] 1 + src/bin/mag-to-flux.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `motion_simulator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../motion_simulator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `motion-simulator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/motion_simulator.rs
[INFO] [stderr] 1 + src/bin/motion-simulator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_band_sensitivity` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_band_sensitivity
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-band-sensitivity`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_band_sensitivity.rs
[INFO] [stderr] 1 + src/bin/sensor-band-sensitivity.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_noise_renderer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_noise_renderer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-noise-renderer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_noise_renderer.rs
[INFO] [stderr] 1 + src/bin/sensor-noise-renderer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_shootout` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_shootout
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-shootout`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_shootout.rs
[INFO] [stderr] 1 + src/bin/sensor-shootout.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `single_detection_matrix` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../single_detection_matrix
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `single-detection-matrix`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/single_detection_matrix.rs
[INFO] [stderr] 1 + src/bin/single-detection-matrix.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `stellar_color_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../stellar_color_plot
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `stellar-color-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/stellar_color_plot.rs
[INFO] [stderr] 1 + src/bin/stellar-color-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `zero_point_calculator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../zero_point_calculator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `zero-point-calculator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/zero_point_calculator.rs
[INFO] [stderr] 1 + src/bin/zero-point-calculator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `simulator` (manifest) generated 13 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking CosmicFrontierLabs/focalplane against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] finished tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] tweaked toml for git repo https://github.com/CosmicFrontierLabs/focalplane written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CosmicFrontierLabs/focalplane on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CosmicFrontierLabs/focalplane 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | description = "Space telescope imaging and sensor simulation"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: binary `camera_qe_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../camera_qe_plot
[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-qe-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_qe_plot.rs
[INFO] [stderr] 1 + src/bin/camera-qe-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `centroid_accuracy_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../centroid_accuracy_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `centroid-accuracy-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/centroid_accuracy_test.rs
[INFO] [stderr] 1 + src/bin/centroid-accuracy-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dc_vs_z` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../dc_vs_z
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dc-vs-z`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dc_vs_z.rs
[INFO] [stderr] 1 + src/bin/dc-vs-z.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detection_comparison` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detection_comparison
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detection-comparison`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detection_comparison.rs
[INFO] [stderr] 1 + src/bin/detection-comparison.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detector_tuning` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detector_tuning
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detector-tuning`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detector_tuning.rs
[INFO] [stderr] 1 + src/bin/detector-tuning.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mag_to_flux` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../mag_to_flux
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mag-to-flux`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mag_to_flux.rs
[INFO] [stderr] 1 + src/bin/mag-to-flux.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `motion_simulator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../motion_simulator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `motion-simulator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/motion_simulator.rs
[INFO] [stderr] 1 + src/bin/motion-simulator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_band_sensitivity` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_band_sensitivity
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-band-sensitivity`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_band_sensitivity.rs
[INFO] [stderr] 1 + src/bin/sensor-band-sensitivity.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_noise_renderer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_noise_renderer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-noise-renderer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_noise_renderer.rs
[INFO] [stderr] 1 + src/bin/sensor-noise-renderer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_shootout` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_shootout
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-shootout`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_shootout.rs
[INFO] [stderr] 1 + src/bin/sensor-shootout.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `single_detection_matrix` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../single_detection_matrix
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `single-detection-matrix`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/single_detection_matrix.rs
[INFO] [stderr] 1 + src/bin/single-detection-matrix.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `stellar_color_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../stellar_color_plot
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `stellar-color-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/stellar_color_plot.rs
[INFO] [stderr] 1 + src/bin/stellar-color-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `zero_point_calculator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../zero_point_calculator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `zero-point-calculator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/zero_point_calculator.rs
[INFO] [stderr] 1 + src/bin/zero-point-calculator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `simulator` (manifest) generated 13 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking CosmicFrontierLabs/focalplane against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCosmicFrontierLabs%2Ffocalplane" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] finished tweaking git repo https://github.com/CosmicFrontierLabs/focalplane
[INFO] tweaked toml for git repo https://github.com/CosmicFrontierLabs/focalplane written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CosmicFrontierLabs/focalplane on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CosmicFrontierLabs/focalplane 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | description = "Space telescope imaging and sensor simulation"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: binary `camera_qe_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../camera_qe_plot
[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-qe-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/camera_qe_plot.rs
[INFO] [stderr] 1 + src/bin/camera-qe-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `centroid_accuracy_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../centroid_accuracy_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `centroid-accuracy-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/centroid_accuracy_test.rs
[INFO] [stderr] 1 + src/bin/centroid-accuracy-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dc_vs_z` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../dc_vs_z
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dc-vs-z`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dc_vs_z.rs
[INFO] [stderr] 1 + src/bin/dc-vs-z.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detection_comparison` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detection_comparison
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detection-comparison`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detection_comparison.rs
[INFO] [stderr] 1 + src/bin/detection-comparison.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `detector_tuning` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../detector_tuning
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detector-tuning`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detector_tuning.rs
[INFO] [stderr] 1 + src/bin/detector-tuning.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mag_to_flux` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../mag_to_flux
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mag-to-flux`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mag_to_flux.rs
[INFO] [stderr] 1 + src/bin/mag-to-flux.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `motion_simulator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../motion_simulator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `motion-simulator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/motion_simulator.rs
[INFO] [stderr] 1 + src/bin/motion-simulator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_band_sensitivity` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_band_sensitivity
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-band-sensitivity`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_band_sensitivity.rs
[INFO] [stderr] 1 + src/bin/sensor-band-sensitivity.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_noise_renderer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_noise_renderer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-noise-renderer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_noise_renderer.rs
[INFO] [stderr] 1 + src/bin/sensor-noise-renderer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `sensor_shootout` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../sensor_shootout
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `sensor-shootout`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/sensor_shootout.rs
[INFO] [stderr] 1 + src/bin/sensor-shootout.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `single_detection_matrix` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../single_detection_matrix
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `single-detection-matrix`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/single_detection_matrix.rs
[INFO] [stderr] 1 + src/bin/single-detection-matrix.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `stellar_color_plot` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../stellar_color_plot
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `stellar-color-plot`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/stellar_color_plot.rs
[INFO] [stderr] 1 + src/bin/stellar-color-plot.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `zero_point_calculator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../zero_point_calculator
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `zero-point-calculator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/zero_point_calculator.rs
[INFO] [stderr] 1 + src/bin/zero-point-calculator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `simulator` (manifest) generated 13 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device