[INFO] cloning repository https://github.com/nrc/rls-data [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nrc/rls-data" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrc%2Frls-data", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrc%2Frls-data'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eceaf2b371831839c12344f22dcfd80b0d9e3529 [INFO] testing nrc/rls-data against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrc%2Frls-data" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrc/rls-data on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nrc/rls-data [INFO] finished tweaking git repo https://github.com/nrc/rls-data [INFO] tweaked toml for git repo https://github.com/nrc/rls-data written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/nrc/rls-data already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c181113c81beb1d92082b26f08ae2e2858bd726d5f8660e72d7871cc24980e9 [INFO] running `Command { std: "docker" "start" "-a" "1c181113c81beb1d92082b26f08ae2e2858bd726d5f8660e72d7871cc24980e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c181113c81beb1d92082b26f08ae2e2858bd726d5f8660e72d7871cc24980e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c181113c81beb1d92082b26f08ae2e2858bd726d5f8660e72d7871cc24980e9", kill_on_drop: false }` [INFO] [stdout] 1c181113c81beb1d92082b26f08ae2e2858bd726d5f8660e72d7871cc24980e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1536956fc8e6d3c65127e2c8c04061a0f8628ebc7dd1d12b45d7ba170cd1d18 [INFO] running `Command { std: "docker" "start" "-a" "e1536956fc8e6d3c65127e2c8c04061a0f8628ebc7dd1d12b45d7ba170cd1d18", kill_on_drop: false }` [INFO] [stderr] Compiling rls-span v0.4.1 [INFO] [stderr] Compiling rls-data v0.18.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:48 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:64 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:48 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:48 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:64 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:48 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:64 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:48 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:64 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:48 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:64 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:48 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:64 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:48 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:64 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:48 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:64 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:48 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:48 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:64 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:48 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:64 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:48 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:64 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:48 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:64 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:48 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:64 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:48 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:64 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:48 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:64 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:64 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:48 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:64 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:48 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:64 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:48 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:64 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:64 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "e1536956fc8e6d3c65127e2c8c04061a0f8628ebc7dd1d12b45d7ba170cd1d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1536956fc8e6d3c65127e2c8c04061a0f8628ebc7dd1d12b45d7ba170cd1d18", kill_on_drop: false }` [INFO] [stdout] e1536956fc8e6d3c65127e2c8c04061a0f8628ebc7dd1d12b45d7ba170cd1d18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09516041e507fc64b27925d3e0d3dca3bc3731273cff03c10724ffdff9595cf7 [INFO] running `Command { std: "docker" "start" "-a" "09516041e507fc64b27925d3e0d3dca3bc3731273cff03c10724ffdff9595cf7", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:48 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:64 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rls-data v0.18.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:48 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:48 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:64 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:48 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:64 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:48 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:64 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:48 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:64 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:48 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:64 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:48 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:64 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:48 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:64 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:48 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:48 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:64 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:48 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:64 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:48 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:64 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:48 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:64 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:48 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:64 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:48 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:64 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:48 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:64 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:64 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:48 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:64 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:48 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:64 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:48 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:64 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:64 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:48 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:31:64 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:48 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:48 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:99:64 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:48 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:107:64 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:48 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:121:64 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:48 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:131:64 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:48 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:142:64 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:48 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:155:64 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:48 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:168:64 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:48 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:48 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:195:64 [INFO] [stdout] | [INFO] [stdout] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:48 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:233:64 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:48 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:248:64 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:48 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:267:64 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:48 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:275:64 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:48 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:284:64 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:48 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:294:64 [INFO] [stdout] | [INFO] [stdout] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:48 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:303:64 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:48 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:313:64 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:48 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:323:64 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:48 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:332:64 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/config.rs:12:64 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "09516041e507fc64b27925d3e0d3dca3bc3731273cff03c10724ffdff9595cf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09516041e507fc64b27925d3e0d3dca3bc3731273cff03c10724ffdff9595cf7", kill_on_drop: false }` [INFO] [stdout] 09516041e507fc64b27925d3e0d3dca3bc3731273cff03c10724ffdff9595cf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b5cd2e5a85899d31a9ae2495504cfcb28277a7c3aec791e8d1b6154775d3bcad [INFO] running `Command { std: "docker" "start" "-a" "b5cd2e5a85899d31a9ae2495504cfcb28277a7c3aec791e8d1b6154775d3bcad", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:31:48 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:31:64 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:87:48 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:87:64 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:99:48 [INFO] [stderr] | [INFO] [stderr] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:99:64 [INFO] [stderr] | [INFO] [stderr] 99 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:107:48 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:107:64 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:121:48 [INFO] [stderr] | [INFO] [stderr] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:121:64 [INFO] [stderr] | [INFO] [stderr] 121 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:131:48 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:131:64 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:142:48 [INFO] [stderr] | [INFO] [stderr] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:142:64 [INFO] [stderr] | [INFO] [stderr] 142 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:155:48 [INFO] [stderr] | [INFO] [stderr] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:155:64 [INFO] [stderr] | [INFO] [stderr] 155 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:168:48 [INFO] [stderr] | [INFO] [stderr] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:168:64 [INFO] [stderr] | [INFO] [stderr] 168 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:177:48 [INFO] [stderr] | [INFO] [stderr] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:177:64 [INFO] [stderr] | [INFO] [stderr] 177 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:195:48 [INFO] [stderr] | [INFO] [stderr] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:195:64 [INFO] [stderr] | [INFO] [stderr] 195 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:233:48 [INFO] [stderr] | [INFO] [stderr] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:233:64 [INFO] [stderr] | [INFO] [stderr] 233 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:248:48 [INFO] [stderr] | [INFO] [stderr] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:248:64 [INFO] [stderr] | [INFO] [stderr] 248 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:267:48 [INFO] [stderr] | [INFO] [stderr] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:267:64 [INFO] [stderr] | [INFO] [stderr] 267 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:275:48 [INFO] [stderr] | [INFO] [stderr] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:275:64 [INFO] [stderr] | [INFO] [stderr] 275 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:284:48 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:284:64 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:294:48 [INFO] [stderr] | [INFO] [stderr] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:294:64 [INFO] [stderr] | [INFO] [stderr] 294 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:303:48 [INFO] [stderr] | [INFO] [stderr] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:303:64 [INFO] [stderr] | [INFO] [stderr] 303 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:313:48 [INFO] [stderr] | [INFO] [stderr] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:313:64 [INFO] [stderr] | [INFO] [stderr] 313 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:323:48 [INFO] [stderr] | [INFO] [stderr] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:323:64 [INFO] [stderr] | [INFO] [stderr] 323 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:332:48 [INFO] [stderr] | [INFO] [stderr] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:332:64 [INFO] [stderr] | [INFO] [stderr] 332 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/config.rs:12:48 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/config.rs:12:64 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rls-data` (lib) generated 44 warnings [INFO] [stderr] warning: `rls-data` (lib test) generated 44 warnings (44 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rls_data-b2ef3749debd3d83) [INFO] [stderr] Doc-tests rls-data [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b5cd2e5a85899d31a9ae2495504cfcb28277a7c3aec791e8d1b6154775d3bcad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5cd2e5a85899d31a9ae2495504cfcb28277a7c3aec791e8d1b6154775d3bcad", kill_on_drop: false }` [INFO] [stdout] b5cd2e5a85899d31a9ae2495504cfcb28277a7c3aec791e8d1b6154775d3bcad