[INFO] fetching crate rsfbclient-core 0.14.0... [INFO] testing rsfbclient-core-0.14.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate rsfbclient-core 0.14.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rsfbclient-core 0.14.0 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 crates.io crate rsfbclient-core 0.14.0 [INFO] finished tweaking crates.io crate rsfbclient-core 0.14.0 [INFO] tweaked toml for crates.io crate rsfbclient-core 0.14.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee835225fd7cbf921bc65e591c15bf2b028f18c645c1b3718ee26f55cc1be40e [INFO] running `Command { std: "docker" "start" "-a" "ee835225fd7cbf921bc65e591c15bf2b028f18c645c1b3718ee26f55cc1be40e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee835225fd7cbf921bc65e591c15bf2b028f18c645c1b3718ee26f55cc1be40e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee835225fd7cbf921bc65e591c15bf2b028f18c645c1b3718ee26f55cc1be40e", kill_on_drop: false }` [INFO] [stdout] ee835225fd7cbf921bc65e591c15bf2b028f18c645c1b3718ee26f55cc1be40e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] d24d5cf994e34de8916349637f01ce14a8040b3e81323448a1d69f0c2071f1dc [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" "d24d5cf994e34de8916349637f01ce14a8040b3e81323448a1d69f0c2071f1dc", kill_on_drop: false }` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling derivative v2.1.3 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling rsfbclient-core v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Timestamp` in this scope [INFO] [stdout] --> src/params.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | Timestamp(_) => (ibase::SQL_TIMESTAMP + 1, 0), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0531`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rsfbclient-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d24d5cf994e34de8916349637f01ce14a8040b3e81323448a1d69f0c2071f1dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d24d5cf994e34de8916349637f01ce14a8040b3e81323448a1d69f0c2071f1dc", kill_on_drop: false }` [INFO] [stdout] d24d5cf994e34de8916349637f01ce14a8040b3e81323448a1d69f0c2071f1dc