[INFO] fetching crate async-codec-util 0.3.3... [INFO] checking async-codec-util-0.3.3 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate async-codec-util 0.3.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate async-codec-util 0.3.3 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate async-codec-util 0.3.3 [INFO] finished tweaking crates.io crate async-codec-util 0.3.3 [INFO] tweaked toml for crates.io crate async-codec-util 0.3.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-byteorder v0.3.0 [INFO] [stderr] Downloaded async-ringbuffer v0.3.1 [INFO] [stderr] Downloaded async-codec v0.3.0 [INFO] [stderr] Downloaded atm-io-utils v0.2.5 [INFO] [stderr] Downloaded async-codec-util v0.3.3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07b3e5cbe63f7c9c21feb2da210a121ee17e9708da76f443ca7b9334fe442b49 [INFO] running `"docker" "start" "-a" "07b3e5cbe63f7c9c21feb2da210a121ee17e9708da76f443ca7b9334fe442b49"` [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking futures-core v0.2.1 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Checking futures-io v0.2.1 [INFO] [stderr] Checking futures-channel v0.2.1 [INFO] [stderr] Checking async-codec v0.3.0 [INFO] [stderr] Checking async-ringbuffer v0.3.1 [INFO] [stderr] error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-ringbuffer-0.3.1/src/lib.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | .offset_to(self.read.offset(self.amount as isize)) [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-ringbuffer-0.3.1/src/lib.rs:133:46 [INFO] [stderr] | [INFO] [stderr] 133 | let distance_we = rb.write_ptr().offset_to(end).unwrap() as usize; [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for type `*mut u8` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-ringbuffer-0.3.1/src/lib.rs:225:39 [INFO] [stderr] | [INFO] [stderr] 225 | let distance_re = rb.read.offset_to(end).unwrap() as usize; [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `async-ringbuffer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "07b3e5cbe63f7c9c21feb2da210a121ee17e9708da76f443ca7b9334fe442b49"` [INFO] running `"docker" "rm" "-f" "07b3e5cbe63f7c9c21feb2da210a121ee17e9708da76f443ca7b9334fe442b49"` [INFO] [stdout] 07b3e5cbe63f7c9c21feb2da210a121ee17e9708da76f443ca7b9334fe442b49