[INFO] cloning repository https://github.com/the-ditanian-fleet/sse-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/the-ditanian-fleet/sse-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe-ditanian-fleet%2Fsse-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe-ditanian-fleet%2Fsse-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f442e8d2995a29db4ecc67fb7d29aac464964e02 [INFO] checking the-ditanian-fleet/sse-server against try#024378d9203a4009ed73d6db2681b88a8d74ce7a for pr-112160 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe-ditanian-fleet%2Fsse-server" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/the-ditanian-fleet/sse-server on toolchain 024378d9203a4009ed73d6db2681b88a8d74ce7a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/the-ditanian-fleet/sse-server [INFO] finished tweaking git repo https://github.com/the-ditanian-fleet/sse-server [INFO] tweaked toml for git repo https://github.com/the-ditanian-fleet/sse-server written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/the-ditanian-fleet/sse-server 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" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b41384c892b57817eeb99d66dbb1a2387b4b320a649730fc255035eba510187a [INFO] running `Command { std: "docker" "start" "-a" "b41384c892b57817eeb99d66dbb1a2387b4b320a649730fc255035eba510187a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b41384c892b57817eeb99d66dbb1a2387b4b320a649730fc255035eba510187a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b41384c892b57817eeb99d66dbb1a2387b4b320a649730fc255035eba510187a", kill_on_drop: false }` [INFO] [stdout] b41384c892b57817eeb99d66dbb1a2387b4b320a649730fc255035eba510187a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a32826b832a59c1203a4ef04f4623742900d1ab39ea990ea1ed10451010913b5 [INFO] running `Command { std: "docker" "start" "-a" "a32826b832a59c1203a4ef04f4623742900d1ab39ea990ea1ed10451010913b5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling multer v2.0.0 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking spin v0.9.1 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking base-x v0.2.8 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking orion v0.15.6 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Checking rmp v0.8.10 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking branca v0.10.0 [INFO] [stderr] Compiling devise_core v0.3.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling derive_more v0.99.14 [INFO] [stderr] Compiling devise_codegen v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Compiling devise v0.3.0 [INFO] [stderr] Checking pear v0.2.3 [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:447:9 [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcozsjZD/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcozsjZD/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.serde_derive.828f73d0ac11d421-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.26l9xypwpsfz5h3n.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-3f4c8d768b49825c.4syz5p9ifpftt3je.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-a615a2ed174ddf4b.rlib" "/opt/rustwide/target/debug/deps/libquote-08a39396692f13e9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-539b1b98e578bb59.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-afc683de4ca1a6db.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-eaf1658b3f662260.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-fe004512c8383174.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-47e0ecd3287b5c0f.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-943c5a031ea59756.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-52b0294e28e85f0c.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-b7fbc62efa77abb9.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-102731a77dbccbc8.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1c48511ebb1a200e.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-015902ed618eefc0.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-02658e0f050cc536.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d75813e4f4f6bafa.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-0804a6feb3ed38ea.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-6772c722dc231412.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-18cab63f30597806.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c7fab2ff20d1f2cd.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ffbb1fe30bac014a.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7c042ecce9932705.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c8fdd0d8f03b0225.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-91facdcc9286d01d.rlib" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-86f479762cd41464.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/024378d9203a4009ed73d6db2681b88a8d74ce7a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-3f4c8d768b49825c.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 2 previous errors [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:428:9 [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:428:9 [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:428:9 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] running `Command { std: "docker" "inspect" "a32826b832a59c1203a4ef04f4623742900d1ab39ea990ea1ed10451010913b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a32826b832a59c1203a4ef04f4623742900d1ab39ea990ea1ed10451010913b5", kill_on_drop: false }` [INFO] [stdout] a32826b832a59c1203a4ef04f4623742900d1ab39ea990ea1ed10451010913b5