[INFO] cloning repository https://github.com/econaxis/db1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/econaxis/db1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feconaxis%2Fdb1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feconaxis%2Fdb1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 925f9ed70d5327a9d496b890bcdcaeb4c465ff07 [INFO] testing econaxis/db1 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feconaxis%2Fdb1" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/econaxis/db1 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/econaxis/db1 [INFO] finished tweaking git repo https://github.com/econaxis/db1 [INFO] tweaked toml for git repo https://github.com/econaxis/db1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/econaxis/db1 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 042887ee0306af214ea113ff473d3f6f648dfc724cfe24174c5aad08981e7814 [INFO] running `Command { std: "docker" "start" "-a" "042887ee0306af214ea113ff473d3f6f648dfc724cfe24174c5aad08981e7814", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "042887ee0306af214ea113ff473d3f6f648dfc724cfe24174c5aad08981e7814", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "042887ee0306af214ea113ff473d3f6f648dfc724cfe24174c5aad08981e7814", kill_on_drop: false }` [INFO] [stdout] 042887ee0306af214ea113ff473d3f6f648dfc724cfe24174c5aad08981e7814 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 112bcbeb6000aec3cafedee5c2d3770c9c24572bd43c7cd5f71fdf5eb9ceac48 [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" "112bcbeb6000aec3cafedee5c2d3770c9c24572bd43c7cd5f71fdf5eb9ceac48", kill_on_drop: false }` [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling db1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `rand` [INFO] [stdout] --> src/c_lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern crate rand; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rand_chacha` [INFO] [stdout] --> src/dynamic_tuple.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate rand_chacha; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(is_sorted)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(assert_matches)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(trait_alias)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(seek_stream_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(termination_trait_lib)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(process_exitcode_placeholder)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/c_lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(write_all_vectored)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `db1_string::Db1String` [INFO] [stdout] --> src/table_base2.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use db1_string::Db1String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/compressor.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | panic!("Compression not supported"); [INFO] [stdout] | ----------------------------------- any code following this expression is unreachable [INFO] [stdout] 5 | assert_eq!(bytes.len() % type_len, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/compressor.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | panic!("Compression not supported"); [INFO] [stdout] | ----------------------------------- any code following this expression is unreachable [INFO] [stdout] 20 | assert_eq!(bytes.len() % type_len, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/compressor.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | panic!("Compression not supported"); [INFO] [stdout] | ----------------------------------- any code following this expression is unreachable [INFO] [stdout] 34 | let type_len = T::TYPE_SIZE as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compressor.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 40 | panic!("Compression not supported"); [INFO] [stdout] | ----------------------------------- any code following this expression is unreachable [INFO] [stdout] 41 | reassemble_bytes(bytes, T::TYPE_SIZE as usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'entry_insert' [INFO] [stdout] --> src/dynamic_tuple.rs:771:60 [INFO] [stdout] | [INFO] [stdout] 771 | let mut entry = tables.entry("schema".to_string()).insert_entry(schema); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #65225 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::RangeBounds` [INFO] [stdout] --> src/serializer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::RangeBounds; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `dynamic_tuple::RWS` [INFO] [stdout] --> src/table_base2.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use dynamic_tuple::RWS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `db1` due to 12 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "112bcbeb6000aec3cafedee5c2d3770c9c24572bd43c7cd5f71fdf5eb9ceac48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112bcbeb6000aec3cafedee5c2d3770c9c24572bd43c7cd5f71fdf5eb9ceac48", kill_on_drop: false }` [INFO] [stdout] 112bcbeb6000aec3cafedee5c2d3770c9c24572bd43c7cd5f71fdf5eb9ceac48