[INFO] crate mpu9250 0.20.0 is already in cache
[INFO] checking mpu9250-0.20.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate mpu9250 0.20.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate mpu9250 0.20.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate mpu9250 0.20.0
[INFO] finished tweaking crates.io crate mpu9250 0.20.0
[INFO] tweaked toml for crates.io crate mpu9250 0.20.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate mpu9250 0.20.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] c00f60969bdd912846200fbd3aec56d5f4bab44aa52b679247ae3a64d4dc9f41
[INFO] running `"docker" "start" "-a" "c00f60969bdd912846200fbd3aec56d5f4bab44aa52b679247ae3a64d4dc9f41"`
[INFO] [stderr]    Compiling libc v0.2.51
[INFO] [stderr]     Checking cast v0.2.2
[INFO] [stderr]    Compiling nix v0.6.0
[INFO] [stderr]     Checking mpu9250 v0.20.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking nix v0.11.0
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking nix v0.10.0
[INFO] [stderr]     Checking spidev v0.3.0
[INFO] [stderr]     Checking i2cdev v0.4.1
[INFO] [stderr]     Checking sysfs_gpio v0.5.3
[INFO] [stderr]     Checking linux-embedded-hal v0.2.2
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stderr]   --> examples/bbblue.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         Mpu9250::marg_default(i2c, &mut Delay).expect("unable to make MPU9250");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ ---  ---------- supplied 2 arguments
[INFO] [stderr]    |         |
[INFO] [stderr]    |         expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `mpu9250`.
[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[E0283]: type annotations needed
[INFO] [stderr]   --> examples/rpi.rs:49:31
[INFO] [stderr]    |
[INFO] [stderr] 49 |     println!("{:#?}", mpu9250.all().unwrap());
[INFO] [stderr]    |                               ^^^ cannot infer type for type parameter `T` declared on the associated function `all`
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::convert::From<[f32; 3]>`
[INFO] [stderr] help: consider specifying the type argument in the method call
[INFO] [stderr]    |
[INFO] [stderr] 49 |     println!("{:#?}", mpu9250.all::<T>().unwrap());
[INFO] [stderr]    |                                  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0283`.
[INFO] [stderr] error: could not compile `mpu9250`.
[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" "c00f60969bdd912846200fbd3aec56d5f4bab44aa52b679247ae3a64d4dc9f41"`
[INFO] running `"docker" "rm" "-f" "c00f60969bdd912846200fbd3aec56d5f4bab44aa52b679247ae3a64d4dc9f41"`
[INFO] [stdout] c00f60969bdd912846200fbd3aec56d5f4bab44aa52b679247ae3a64d4dc9f41
