[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#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErichDonGubler%2Farchivist" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ErichDonGubler/archivist on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-6/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a01831588dcb342311e3d3d0187b775faff58706e81350d9c2c7452cf60366b [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" "4a01831588dcb342311e3d3d0187b775faff58706e81350d9c2c7452cf60366b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a01831588dcb342311e3d3d0187b775faff58706e81350d9c2c7452cf60366b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a01831588dcb342311e3d3d0187b775faff58706e81350d9c2c7452cf60366b", kill_on_drop: false }` [INFO] [stdout] 4a01831588dcb342311e3d3d0187b775faff58706e81350d9c2c7452cf60366b [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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2c9a740db659c20defed1194485b4e478b9668120ee7d3d01a0cbe498090a581 [INFO] running `Command { std: "docker" "start" "-a" "2c9a740db659c20defed1194485b4e478b9668120ee7d3d01a0cbe498090a581", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking vec1 v1.5.0 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking idna v0.2.0 [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::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::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] 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] [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] [stderr] error: could not compile `pergaminho` [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 `Command { std: "docker" "inspect" "2c9a740db659c20defed1194485b4e478b9668120ee7d3d01a0cbe498090a581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c9a740db659c20defed1194485b4e478b9668120ee7d3d01a0cbe498090a581", kill_on_drop: false }` [INFO] [stdout] 2c9a740db659c20defed1194485b4e478b9668120ee7d3d01a0cbe498090a581