[INFO] cloning repository https://github.com/Soft/process-queue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Soft/process-queue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoft%2Fprocess-queue"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoft%2Fprocess-queue'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 91b662706d94796c07e40ba145164816a03cce48 [INFO] testing Soft/process-queue against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoft%2Fprocess-queue" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Soft/process-queue on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Soft/process-queue [INFO] finished tweaking git repo https://github.com/Soft/process-queue [INFO] tweaked toml for git repo https://github.com/Soft/process-queue written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Soft/process-queue already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libdbus-sys v0.1.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 218e88258453352b9092c3abc20a0bded48c9581c3a59e04058cc1e06c964ba1 [INFO] running `"docker" "start" "-a" "218e88258453352b9092c3abc20a0bded48c9581c3a59e04058cc1e06c964ba1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling slog v1.7.1 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling slog-extra v0.1.2 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling isatty v0.1.6 [INFO] [stderr] Compiling daemonize v0.2.3 [INFO] [stderr] Compiling users v0.5.3 [INFO] [stderr] Compiling slog-stream v1.2.1 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling libdbus-sys v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling dbus v0.5.4 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling slog-term v1.5.0 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling slog-serde v1.0.0-alpha9 [INFO] [stderr] Compiling slog-json v1.2.1 [INFO] [stderr] Compiling process-queue v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | as Box + Send + Sync>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Drain + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:98:44 [INFO] [stderr] | [INFO] [stderr] 98 | ... "reason" => err.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.19s [INFO] running `"docker" "inspect" "218e88258453352b9092c3abc20a0bded48c9581c3a59e04058cc1e06c964ba1"` [INFO] running `"docker" "rm" "-f" "218e88258453352b9092c3abc20a0bded48c9581c3a59e04058cc1e06c964ba1"` [INFO] [stdout] 218e88258453352b9092c3abc20a0bded48c9581c3a59e04058cc1e06c964ba1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e4e267edb0aff2f0c3da8f08cb40779bf50780ed3d16b4a8ac2370c4ede029f9 [INFO] running `"docker" "start" "-a" "e4e267edb0aff2f0c3da8f08cb40779bf50780ed3d16b4a8ac2370c4ede029f9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling process-queue v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `get_dbus_name` in this scope [INFO] [stderr] --> src/common.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn dbus_get_name(name: &str) -> Result { [INFO] [stderr] | ------------------------------------------------------------- similarly named function `dbus_get_name` defined here [INFO] [stderr] ... [INFO] [stderr] 33 | assert!(get_dbus_name("_/+").is_err()); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `dbus_get_name` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | as Box + Send + Sync>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Drain + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:98:44 [INFO] [stderr] | [INFO] [stderr] 98 | ... "reason" => err.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `process-queue`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e4e267edb0aff2f0c3da8f08cb40779bf50780ed3d16b4a8ac2370c4ede029f9"` [INFO] running `"docker" "rm" "-f" "e4e267edb0aff2f0c3da8f08cb40779bf50780ed3d16b4a8ac2370c4ede029f9"` [INFO] [stdout] e4e267edb0aff2f0c3da8f08cb40779bf50780ed3d16b4a8ac2370c4ede029f9