[INFO] cloning repository https://github.com/HavocZhang/mmorpg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HavocZhang/mmorpg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5733f930f38b3cca992f9e11cd12278d5fccbd15
[INFO] checking HavocZhang/mmorpg against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  71% (2577/3600)
Updating files:  72% (2592/3600)
Updating files:  73% (2628/3600)
Updating files:  73% (2631/3600)
Updating files:  74% (2664/3600)
Updating files:  75% (2700/3600)
Updating files:  76% (2736/3600)
Updating files:  77% (2772/3600)
Updating files:  77% (2799/3600)
Updating files:  78% (2808/3600)
Updating files:  79% (2844/3600)
Updating files:  80% (2880/3600)
Updating files:  81% (2916/3600)
Updating files:  82% (2952/3600)
Updating files:  83% (2988/3600)
Updating files:  83% (3017/3600)
Updating files:  84% (3024/3600)
Updating files:  85% (3060/3600)
Updating files:  86% (3096/3600)
Updating files:  86% (3117/3600)
Updating files:  87% (3132/3600)
Updating files:  88% (3168/3600)
Updating files:  89% (3204/3600)
Updating files:  89% (3235/3600)
Updating files:  90% (3240/3600)
Updating files:  91% (3276/3600)
Updating files:  92% (3312/3600)
Updating files:  93% (3348/3600)
Updating files:  94% (3384/3600)
Updating files:  95% (3420/3600)
Updating files:  96% (3456/3600)
Updating files:  97% (3492/3600)
Updating files:  97% (3501/3600)
Updating files:  98% (3528/3600)
Updating files:  99% (3564/3600)
Updating files: 100% (3600/3600)
Updating files: 100% (3600/3600), done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] tweaked toml for git repo https://github.com/HavocZhang/mmorpg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HavocZhang/mmorpg 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/HavocZhang/mmorpg 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: binary `cluster_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../cluster_test
[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 `cluster-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cluster_test.rs
[INFO] [stderr] 1 + src/bin/cluster-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `e2e_grpc_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../e2e_grpc_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `e2e-grpc-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/e2e_grpc_test.rs
[INFO] [stderr] 1 + src/bin/e2e-grpc-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `throughput_bench` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../throughput_bench
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `throughput-bench`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/throughput_bench.rs
[INFO] [stderr] 1 + src/bin/throughput-bench.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `rust-mmo-gate` (manifest) generated 3 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 HavocZhang/mmorpg against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  71% (2562/3600)
Updating files:  72% (2592/3600)
Updating files:  73% (2628/3600)
Updating files:  74% (2664/3600)
Updating files:  75% (2700/3600)
Updating files:  75% (2711/3600)
Updating files:  76% (2736/3600)
Updating files:  77% (2772/3600)
Updating files:  78% (2808/3600)
Updating files:  79% (2844/3600)
Updating files:  80% (2880/3600)
Updating files:  80% (2886/3600)
Updating files:  81% (2916/3600)
Updating files:  82% (2952/3600)
Updating files:  83% (2988/3600)
Updating files:  84% (3024/3600)
Updating files:  84% (3041/3600)
Updating files:  85% (3060/3600)
Updating files:  86% (3096/3600)
Updating files:  87% (3132/3600)
Updating files:  87% (3151/3600)
Updating files:  88% (3168/3600)
Updating files:  89% (3204/3600)
Updating files:  90% (3240/3600)
Updating files:  91% (3276/3600)
Updating files:  92% (3312/3600)
Updating files:  93% (3348/3600)
Updating files:  93% (3371/3600)
Updating files:  94% (3384/3600)
Updating files:  95% (3420/3600)
Updating files:  96% (3456/3600)
Updating files:  97% (3492/3600)
Updating files:  98% (3528/3600)
Updating files:  99% (3564/3600)
Updating files: 100% (3600/3600)
Updating files: 100% (3600/3600), done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] tweaked toml for git repo https://github.com/HavocZhang/mmorpg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HavocZhang/mmorpg 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/HavocZhang/mmorpg 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: binary `cluster_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../cluster_test
[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 `cluster-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cluster_test.rs
[INFO] [stderr] 1 + src/bin/cluster-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `e2e_grpc_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../e2e_grpc_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `e2e-grpc-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/e2e_grpc_test.rs
[INFO] [stderr] 1 + src/bin/e2e-grpc-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `throughput_bench` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../throughput_bench
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `throughput-bench`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/throughput_bench.rs
[INFO] [stderr] 1 + src/bin/throughput-bench.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `rust-mmo-gate` (manifest) generated 3 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 HavocZhang/mmorpg against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  67% (2429/3600)
Updating files:  68% (2448/3600)
Updating files:  69% (2484/3600)
Updating files:  70% (2520/3600)
Updating files:  71% (2556/3600)
Updating files:  72% (2592/3600)
Updating files:  73% (2628/3600)
Updating files:  74% (2664/3600)
Updating files:  74% (2692/3600)
Updating files:  75% (2700/3600)
Updating files:  76% (2736/3600)
Updating files:  77% (2772/3600)
Updating files:  78% (2808/3600)
Updating files:  79% (2844/3600)
Updating files:  80% (2880/3600)
Updating files:  80% (2887/3600)
Updating files:  81% (2916/3600)
Updating files:  82% (2952/3600)
Updating files:  83% (2988/3600)
Updating files:  84% (3024/3600)
Updating files:  84% (3047/3600)
Updating files:  85% (3060/3600)
Updating files:  86% (3096/3600)
Updating files:  87% (3132/3600)
Updating files:  88% (3168/3600)
Updating files:  88% (3179/3600)
Updating files:  89% (3204/3600)
Updating files:  90% (3240/3600)
Updating files:  91% (3276/3600)
Updating files:  92% (3312/3600)
Updating files:  93% (3348/3600)
Updating files:  94% (3384/3600)
Updating files:  94% (3409/3600)
Updating files:  95% (3420/3600)
Updating files:  96% (3456/3600)
Updating files:  97% (3492/3600)
Updating files:  98% (3528/3600)
Updating files:  99% (3564/3600)
Updating files: 100% (3600/3600)
Updating files: 100% (3600/3600), done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] tweaked toml for git repo https://github.com/HavocZhang/mmorpg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HavocZhang/mmorpg 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/HavocZhang/mmorpg 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: binary `cluster_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../cluster_test
[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 `cluster-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cluster_test.rs
[INFO] [stderr] 1 + src/bin/cluster-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `e2e_grpc_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../e2e_grpc_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `e2e-grpc-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/e2e_grpc_test.rs
[INFO] [stderr] 1 + src/bin/e2e-grpc-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `throughput_bench` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../throughput_bench
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `throughput-bench`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/throughput_bench.rs
[INFO] [stderr] 1 + src/bin/throughput-bench.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `rust-mmo-gate` (manifest) generated 3 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 HavocZhang/mmorpg against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  71% (2562/3600)
Updating files:  72% (2592/3600)
Updating files:  73% (2628/3600)
Updating files:  74% (2664/3600)
Updating files:  75% (2700/3600)
Updating files:  75% (2711/3600)
Updating files:  76% (2736/3600)
Updating files:  77% (2772/3600)
Updating files:  78% (2808/3600)
Updating files:  79% (2844/3600)
Updating files:  80% (2880/3600)
Updating files:  80% (2888/3600)
Updating files:  81% (2916/3600)
Updating files:  82% (2952/3600)
Updating files:  83% (2988/3600)
Updating files:  84% (3024/3600)
Updating files:  84% (3042/3600)
Updating files:  85% (3060/3600)
Updating files:  86% (3096/3600)
Updating files:  87% (3132/3600)
Updating files:  87% (3165/3600)
Updating files:  88% (3168/3600)
Updating files:  89% (3204/3600)
Updating files:  89% (3206/3600)
Updating files:  90% (3240/3600)
Updating files:  91% (3276/3600)
Updating files:  92% (3312/3600)
Updating files:  93% (3348/3600)
Updating files:  94% (3384/3600)
Updating files:  95% (3420/3600)
Updating files:  96% (3456/3600)
Updating files:  97% (3492/3600)
Updating files:  97% (3501/3600)
Updating files:  98% (3528/3600)
Updating files:  99% (3564/3600)
Updating files: 100% (3600/3600)
Updating files: 100% (3600/3600), done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] tweaked toml for git repo https://github.com/HavocZhang/mmorpg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HavocZhang/mmorpg 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/HavocZhang/mmorpg 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: binary `cluster_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../cluster_test
[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 `cluster-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cluster_test.rs
[INFO] [stderr] 1 + src/bin/cluster-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `e2e_grpc_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../e2e_grpc_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `e2e-grpc-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/e2e_grpc_test.rs
[INFO] [stderr] 1 + src/bin/e2e-grpc-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `throughput_bench` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../throughput_bench
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `throughput-bench`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/throughput_bench.rs
[INFO] [stderr] 1 + src/bin/throughput-bench.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `rust-mmo-gate` (manifest) generated 3 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 HavocZhang/mmorpg against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHavocZhang%2Fmmorpg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  71% (2575/3600)
Updating files:  72% (2592/3600)
Updating files:  73% (2628/3600)
Updating files:  74% (2664/3600)
Updating files:  75% (2700/3600)
Updating files:  76% (2736/3600)
Updating files:  77% (2772/3600)
Updating files:  77% (2784/3600)
Updating files:  78% (2808/3600)
Updating files:  79% (2844/3600)
Updating files:  80% (2880/3600)
Updating files:  81% (2916/3600)
Updating files:  82% (2952/3600)
Updating files:  83% (2988/3600)
Updating files:  83% (2990/3600)
Updating files:  84% (3024/3600)
Updating files:  85% (3060/3600)
Updating files:  85% (3081/3600)
Updating files:  86% (3096/3600)
Updating files:  87% (3132/3600)
Updating files:  88% (3168/3600)
Updating files:  89% (3204/3600)
Updating files:  90% (3240/3600)
Updating files:  90% (3251/3600)
Updating files:  91% (3276/3600)
Updating files:  92% (3312/3600)
Updating files:  93% (3348/3600)
Updating files:  94% (3384/3600)
Updating files:  95% (3420/3600)
Updating files:  96% (3456/3600)
Updating files:  97% (3492/3600)
Updating files:  98% (3528/3600)
Updating files:  99% (3564/3600)
Updating files: 100% (3600/3600)
Updating files: 100% (3600/3600), done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/HavocZhang/mmorpg
[INFO] tweaked toml for git repo https://github.com/HavocZhang/mmorpg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HavocZhang/mmorpg 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/HavocZhang/mmorpg 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: binary `cluster_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../cluster_test
[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 `cluster-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cluster_test.rs
[INFO] [stderr] 1 + src/bin/cluster-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `e2e_grpc_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../e2e_grpc_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `e2e-grpc-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/e2e_grpc_test.rs
[INFO] [stderr] 1 + src/bin/e2e-grpc-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `throughput_bench` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc2/source/target/.../throughput_bench
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `throughput-bench`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/throughput_bench.rs
[INFO] [stderr] 1 + src/bin/throughput-bench.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `rust-mmo-gate` (manifest) generated 3 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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