[INFO] cloning repository https://github.com/Xion/gisht [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xion/gisht" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXion%2Fgisht", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXion%2Fgisht'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 96f75dc80e1f0504752fb82fc44a1a8ad0803c6c [INFO] testing Xion/gisht against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXion%2Fgisht" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Xion/gisht on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Xion/gisht [INFO] finished tweaking git repo https://github.com/Xion/gisht [INFO] tweaked toml for git repo https://github.com/Xion/gisht written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Xion/gisht already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d7c93a032cc1f5f719db5070829c36625fdaf998d0d06b12d5e50b622ff909f [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" "4d7c93a032cc1f5f719db5070829c36625fdaf998d0d06b12d5e50b622ff909f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d7c93a032cc1f5f719db5070829c36625fdaf998d0d06b12d5e50b622ff909f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d7c93a032cc1f5f719db5070829c36625fdaf998d0d06b12d5e50b622ff909f", kill_on_drop: false }` [INFO] [stdout] 4d7c93a032cc1f5f719db5070829c36625fdaf998d0d06b12d5e50b622ff909f [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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d6064764a80d5e871af9bc028ea2e838380ee449a7bd7ebb8377f475327c8d9 [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" "3d6064764a80d5e871af9bc028ea2e838380ee449a7bd7ebb8377f475327c8d9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling slog v1.5.2 [INFO] [stderr] Compiling serde v1.0.24 [INFO] [stderr] Compiling openssl v0.9.11 [INFO] [stderr] Compiling foreign-types v0.2.0 [INFO] [stderr] Compiling either v1.2.0 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling enum_derive v0.1.7 [INFO] [stderr] Compiling error_derive v0.2.0 [INFO] [stderr] Compiling macro-attr v0.2.0 [INFO] [stderr] Compiling try_opt v0.1.1 [INFO] [stderr] Compiling webbrowser v0.1.3 [INFO] [stderr] Compiling maplit v0.1.4 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling isatty v0.1.3 [INFO] [stdout] error[E0277]: `core::fmt::Opaque` cannot be shared between threads safely [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/slog-1.5.2/src/ser.rs:228:6 [INFO] [stdout] | [INFO] [stdout] 120 | pub trait SyncSerialize: Send + Sync + 'static + Serialize {} [INFO] [stdout] | ---- required by this bound in `SyncSerialize` [INFO] [stdout] ... [INFO] [stdout] 228 | impl SyncSerialize for fmt::Arguments<'static> {} [INFO] [stdout] | ^^^^^^^^^^^^^ `core::fmt::Opaque` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] = help: within `Arguments<'static>`, the trait `Sync` is not implemented for `core::fmt::Opaque` [INFO] [stdout] = note: required because it appears within the type `&'static core::fmt::Opaque` [INFO] [stdout] = note: required because it appears within the type `ArgumentV1<'static>` [INFO] [stdout] = note: required because it appears within the type `[ArgumentV1<'static>]` [INFO] [stdout] = note: required because it appears within the type `&'static [ArgumentV1<'static>]` [INFO] [stdout] = note: required because it appears within the type `Arguments<'static>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num_cpus v1.4.0 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `slog` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3d6064764a80d5e871af9bc028ea2e838380ee449a7bd7ebb8377f475327c8d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d6064764a80d5e871af9bc028ea2e838380ee449a7bd7ebb8377f475327c8d9", kill_on_drop: false }` [INFO] [stdout] 3d6064764a80d5e871af9bc028ea2e838380ee449a7bd7ebb8377f475327c8d9