[INFO] cloning repository https://github.com/ErichDonGubler/archivist [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ErichDonGubler/archivist" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErichDonGubler%2Farchivist", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErichDonGubler%2Farchivist'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c3fab556ac212b7bacadff1fde67c3a1a24290e [INFO] checking ErichDonGubler/archivist against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErichDonGubler%2Farchivist" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ErichDonGubler/archivist on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ErichDonGubler/archivist [INFO] finished tweaking git repo https://github.com/ErichDonGubler/archivist [INFO] tweaked toml for git repo https://github.com/ErichDonGubler/archivist written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/ErichDonGubler/archivist already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b015f750983a2c6429b446a45c8f5c6ffa4f4a16c014401f83eac2caa1af38f [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" "0b015f750983a2c6429b446a45c8f5c6ffa4f4a16c014401f83eac2caa1af38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b015f750983a2c6429b446a45c8f5c6ffa4f4a16c014401f83eac2caa1af38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b015f750983a2c6429b446a45c8f5c6ffa4f4a16c014401f83eac2caa1af38f", kill_on_drop: false }` [INFO] [stdout] 0b015f750983a2c6429b446a45c8f5c6ffa4f4a16c014401f83eac2caa1af38f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca6944268d61ef2d86a3831dfa11449303ca3d984dc62f04aa8f1e749bc64451 [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" "ca6944268d61ef2d86a3831dfa11449303ca3d984dc62f04aa8f1e749bc64451", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking vec1 v1.5.0 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Checking pergaminho v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `archivist::Entry` [INFO] [stdout] --> src/main.rs:272:17 [INFO] [stdout] | [INFO] [stdout] 272 | archivist::{Entry, Journal}, [INFO] [stdout] | ^^^^^ no `Entry` in `archivist` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `archivist::Entry` [INFO] [stdout] --> src/main.rs:272:17 [INFO] [stdout] | [INFO] [stdout] 272 | archivist::{Entry, Journal}, [INFO] [stdout] | ^^^^^ no `Entry` in `archivist` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | Self(Prose::new(s)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | Self(Prose::new(s)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Identifier::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | EntryId(Identifier::new("wat".to_owned())), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:323:20 [INFO] [stdout] | [INFO] [stdout] 323 | title: Prose::new("hay sup".to_owned()), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:324:28 [INFO] [stdout] | [INFO] [stdout] 324 | subtitle: Some(Prose::new("nuttin much".to_owned())), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:326:75 [INFO] [stdout] | [INFO] [stdout] 326 | elements: Vec1::new(BlockElement::Paragraph(SpanElement::Text(Prose::new( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Identifier::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | EntryId(Identifier::new("wat".to_owned())), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pergaminho` [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:323:20 [INFO] [stdout] | [INFO] [stdout] 323 | title: Prose::new("hay sup".to_owned()), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:324:28 [INFO] [stdout] | [INFO] [stdout] 324 | subtitle: Some(Prose::new("nuttin much".to_owned())), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of deprecated associated function `archivist::model::Prose::new`: This needs to be replaced once constraints are established. [INFO] [stdout] --> src/main.rs:326:75 [INFO] [stdout] | [INFO] [stdout] 326 | elements: Vec1::new(BlockElement::Paragraph(SpanElement::Text(Prose::new( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ca6944268d61ef2d86a3831dfa11449303ca3d984dc62f04aa8f1e749bc64451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca6944268d61ef2d86a3831dfa11449303ca3d984dc62f04aa8f1e749bc64451", kill_on_drop: false }` [INFO] [stdout] ca6944268d61ef2d86a3831dfa11449303ca3d984dc62f04aa8f1e749bc64451