[INFO] fetching crate matrix-sdk-common 0.2.0... [INFO] checking matrix-sdk-common-0.2.0 against try#bb9dbf1d07454a99066eabaabd5819851281494b for pr-80920 [INFO] extracting crate matrix-sdk-common 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate matrix-sdk-common 0.2.0 on toolchain bb9dbf1d07454a99066eabaabd5819851281494b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate matrix-sdk-common 0.2.0 [INFO] finished tweaking crates.io crate matrix-sdk-common 0.2.0 [INFO] tweaked toml for crates.io crate matrix-sdk-common 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e7c105f13e34b62cf81020da7c2d11a68d2f04b6d779e8897173ff954ec74a0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7e7c105f13e34b62cf81020da7c2d11a68d2f04b6d779e8897173ff954ec74a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e7c105f13e34b62cf81020da7c2d11a68d2f04b6d779e8897173ff954ec74a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e7c105f13e34b62cf81020da7c2d11a68d2f04b6d779e8897173ff954ec74a0", kill_on_drop: false }` [INFO] [stdout] 7e7c105f13e34b62cf81020da7c2d11a68d2f04b6d779e8897173ff954ec74a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d8e8e3bf72966e900020b84488df24b7eb6e2a4de2fd4546481f66cbb2c11f9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6d8e8e3bf72966e900020b84488df24b7eb6e2a4de2fd4546481f66cbb2c11f9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Checking assign v1.1.1 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling time v0.2.24 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking tokio v0.2.24 [INFO] [stderr] Checking http v0.2.3 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking js_int v0.2.0 [INFO] [stderr] Checking ruma-identifiers-validation v0.2.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ruma-identifiers-macros v0.18.0-alpha.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling ruma-serde-macros v0.3.0 [INFO] [stderr] Compiling ruma-api-macros v0.17.0-alpha.2 [INFO] [stderr] Compiling ruma-events-macros v0.22.0-alpha.2 [INFO] [stderr] Checking ruma-serde v0.3.0 [INFO] [stderr] Checking ruma-identifiers v0.18.0-alpha.1 [INFO] [stderr] Checking ruma-common v0.3.0-alpha.1 [INFO] [stderr] Checking ruma-api v0.17.0-alpha.2 [INFO] [stderr] Checking ruma-events v0.22.0-alpha.2 [INFO] [stderr] Checking ruma-client-api v0.10.0-alpha.2 [INFO] [stderr] Checking ruma-federation-api v0.1.0-alpha.1 [INFO] [stderr] Checking ruma v0.0.2 [INFO] [stderr] Checking matrix-sdk-common v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `Command { std: "docker" "inspect" "6d8e8e3bf72966e900020b84488df24b7eb6e2a4de2fd4546481f66cbb2c11f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d8e8e3bf72966e900020b84488df24b7eb6e2a4de2fd4546481f66cbb2c11f9", kill_on_drop: false }` [INFO] [stdout] 6d8e8e3bf72966e900020b84488df24b7eb6e2a4de2fd4546481f66cbb2c11f9