[INFO] fetching crate sf 0.1.1... [INFO] checking sf-0.1.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate sf 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sf 0.1.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sf 0.1.1 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate sf 0.1.1 [INFO] tweaked toml for crates.io crate sf 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 1409a08473862c74e62bd0bcb6fbe9932deea119f956a86f06c0d0c507497106 [INFO] running `"docker" "start" "-a" "1409a08473862c74e62bd0bcb6fbe9932deea119f956a86f06c0d0c507497106"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking sf v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:21:32 [INFO] [stderr] | [INFO] [stderr] 21 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:21:32 [INFO] [stderr] | [INFO] [stderr] 21 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: `sf::Id` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/id.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | println!("x: {}, id_x: {}", x, id_x); [INFO] [stderr] | ^^^^ `sf::Id` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sf::Id` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `sf::Id` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/id.rs:15:36 [INFO] [stderr] | [INFO] [stderr] 15 | println!("y: {}, id_y: {}", y, id_y); [INFO] [stderr] | ^^^^ `sf::Id` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sf::Id` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `sf::Id` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/id.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | println!("z: {}, id_z: {}", z, id_z); [INFO] [stderr] | ^^^^ `sf::Id` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sf::Id` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `sf::Id` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/ctx.rs:11:30 [INFO] [stderr] | [INFO] [stderr] 11 | println!("id0 = {}", id0); [INFO] [stderr] | ^^^ `sf::Id` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sf::Id` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `sf::Id` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/ctx.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | println!("id1 = {}", id1); [INFO] [stderr] | ^^^ `sf::Id` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sf::Id` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1409a08473862c74e62bd0bcb6fbe9932deea119f956a86f06c0d0c507497106"` [INFO] running `"docker" "rm" "-f" "1409a08473862c74e62bd0bcb6fbe9932deea119f956a86f06c0d0c507497106"` [INFO] [stdout] 1409a08473862c74e62bd0bcb6fbe9932deea119f956a86f06c0d0c507497106