[INFO] fetching crate sql_db_mapper_core 0.0.2... [INFO] checking sql_db_mapper_core-0.0.2 against try#5fdfba63a96c5e8ae0ebf6b8b66853110277087d for pr-73166 [INFO] extracting crate sql_db_mapper_core 0.0.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sql_db_mapper_core 0.0.2 on toolchain 5fdfba63a96c5e8ae0ebf6b8b66853110277087d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sql_db_mapper_derive v0.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7605b321b6553614c18e4c693912b64bc1d86b8dd87d1bb6d8cfeb052958540 [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" "b7605b321b6553614c18e4c693912b64bc1d86b8dd87d1bb6d8cfeb052958540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7605b321b6553614c18e4c693912b64bc1d86b8dd87d1bb6d8cfeb052958540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7605b321b6553614c18e4c693912b64bc1d86b8dd87d1bb6d8cfeb052958540", kill_on_drop: false }` [INFO] [stdout] b7605b321b6553614c18e4c693912b64bc1d86b8dd87d1bb6d8cfeb052958540 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d2ddd02a2a9ed1f855792e42e13f5eb74052d4d666ce2d5be64ce96347c0284 [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" "7d2ddd02a2a9ed1f855792e42e13f5eb74052d4d666ce2d5be64ce96347c0284", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking siphasher v0.3.3 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Checking instant v0.1.6 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking postgres-protocol v0.5.2 [INFO] [stderr] Checking postgres-types v0.1.2 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling sql_db_mapper_derive v0.0.2 [INFO] [stderr] Compiling postgres-derive v0.4.0 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking tokio-postgres v0.5.5 [INFO] [stderr] Checking postgres v0.17.5 [INFO] [stderr] Checking rust_decimal v1.7.0 [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:480:11 [INFO] [stdout] | [INFO] [stdout] 480 | use ::byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ could not find `byteorder` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytes` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:481:11 [INFO] [stdout] | [INFO] [stdout] 481 | use ::bytes::{BufMut, BytesMut}; [INFO] [stdout] | ^^^^^ could not find `bytes` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:541:34 [INFO] [stdout] | [INFO] [stdout] 541 | let num_groups = raw.read_u16::()?; [INFO] [stdout] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stdout] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stdout] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:542:30 [INFO] [stdout] | [INFO] [stdout] 542 | let weight = raw.read_i16::()?; // 10000^weight [INFO] [stdout] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stdout] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stdout] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:544:28 [INFO] [stdout] | [INFO] [stdout] 544 | let sign = raw.read_u16::()?; [INFO] [stdout] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stdout] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stdout] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:546:29 [INFO] [stdout] | [INFO] [stdout] 546 | let scale = raw.read_u16::()?; [INFO] [stdout] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stdout] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stdout] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor<&[u8]>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust_decimal-1.7.0/src/postgres.rs:551:33 [INFO] [stdout] | [INFO] [stdout] 551 | groups.push(raw.read_u16::()?); [INFO] [stdout] | ^^^^^^^^ method not found in `std::io::Cursor<&[u8]>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stdout] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stdout] candidate #2: `use tokio::io::util::async_read_ext::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_decimal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7d2ddd02a2a9ed1f855792e42e13f5eb74052d4d666ce2d5be64ce96347c0284", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d2ddd02a2a9ed1f855792e42e13f5eb74052d4d666ce2d5be64ce96347c0284", kill_on_drop: false }` [INFO] [stdout] 7d2ddd02a2a9ed1f855792e42e13f5eb74052d4d666ce2d5be64ce96347c0284