[INFO] crate sql_db_mapper_core 0.0.2 is already in cache [INFO] testing sql_db_mapper_core-0.0.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate sql_db_mapper_core 0.0.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate sql_db_mapper_core 0.0.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sql_db_mapper_core 0.0.2 [INFO] finished tweaking crates.io crate sql_db_mapper_core 0.0.2 [INFO] tweaked toml for crates.io crate sql_db_mapper_core 0.0.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+1.44.0" "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] df77fbf27c5ec503b3bbb711ce71c30bf5d955fc7bb55725170f66b860f916ca [INFO] running `"docker" "start" "-a" "df77fbf27c5ec503b3bbb711ce71c30bf5d955fc7bb55725170f66b860f916ca"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling postgres-protocol v0.5.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling postgres-types v0.1.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling postgres-derive v0.4.0 [INFO] [stderr] Compiling sql_db_mapper_derive v0.0.2 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling tokio-postgres v0.5.4 [INFO] [stderr] Compiling postgres v0.17.3 [INFO] [stderr] Compiling rust_decimal v1.6.0 [INFO] [stderr] error[E0432]: unresolved import `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:480:11 [INFO] [stderr] | [INFO] [stderr] 480 | use ::byteorder::{BigEndian, ReadBytesExt}; [INFO] [stderr] | ^^^^^^^^^ could not find `byteorder` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bytes` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:481:11 [INFO] [stderr] | [INFO] [stderr] 481 | use ::bytes::{BufMut, BytesMut}; [INFO] [stderr] | ^^^^^ could not find `bytes` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:541:34 [INFO] [stderr] | [INFO] [stderr] 541 | let num_groups = raw.read_u16::()?; [INFO] [stderr] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_i16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:542:30 [INFO] [stderr] | [INFO] [stderr] 542 | let weight = raw.read_i16::()?; // 10000^weight [INFO] [stderr] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:544:28 [INFO] [stderr] | [INFO] [stderr] 544 | let sign = raw.read_u16::()?; [INFO] [stderr] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:546:29 [INFO] [stderr] | [INFO] [stderr] 546 | let scale = raw.read_u16::()?; [INFO] [stderr] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.6.0/src/postgres.rs:551:33 [INFO] [stderr] | [INFO] [stderr] 551 | groups.push(raw.read_u16::()?); [INFO] [stderr] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust_decimal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "df77fbf27c5ec503b3bbb711ce71c30bf5d955fc7bb55725170f66b860f916ca"` [INFO] running `"docker" "rm" "-f" "df77fbf27c5ec503b3bbb711ce71c30bf5d955fc7bb55725170f66b860f916ca"` [INFO] [stdout] df77fbf27c5ec503b3bbb711ce71c30bf5d955fc7bb55725170f66b860f916ca