[INFO] cloning repository https://github.com/noc7c9/pyfection [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noc7c9/pyfection" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoc7c9%2Fpyfection", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoc7c9%2Fpyfection'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a65a4a6bc39410a9153afa0bb5c511d1ebf285b [INFO] documenting noc7c9/pyfection against beta-2023-05-30 for beta-1.71-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoc7c9%2Fpyfection" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noc7c9/pyfection on toolchain beta-2023-05-30 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-05-30" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noc7c9/pyfection [INFO] finished tweaking git repo https://github.com/noc7c9/pyfection [INFO] tweaked toml for git repo https://github.com/noc7c9/pyfection written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/noc7c9/pyfection already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-05-30" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-05-30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32e4fd344bb8a4fb8adafa6b8cf1ee469f88dca8cdbccfbee70ace13560a8166 [INFO] running `Command { std: "docker" "start" "-a" "32e4fd344bb8a4fb8adafa6b8cf1ee469f88dca8cdbccfbee70ace13560a8166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32e4fd344bb8a4fb8adafa6b8cf1ee469f88dca8cdbccfbee70ace13560a8166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32e4fd344bb8a4fb8adafa6b8cf1ee469f88dca8cdbccfbee70ace13560a8166", kill_on_drop: false }` [INFO] [stdout] 32e4fd344bb8a4fb8adafa6b8cf1ee469f88dca8cdbccfbee70ace13560a8166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-05-30" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8de5673e11ab99297393c7a432b9b29862bf3781620c44a25cc4458cad16c0e [INFO] running `Command { std: "docker" "start" "-a" "a8de5673e11ab99297393c7a432b9b29862bf3781620c44a25cc4458cad16c0e", kill_on_drop: false }` [INFO] [stderr] Checking unindent v0.1.0 [INFO] [stderr] Documenting pyfection v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:409:13 [INFO] [stdout] | [INFO] [stdout] 409 | c"statement;", [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 421 | c"statement;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | c"statement;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | c"statement;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:453:22 [INFO] [stdout] | [INFO] [stdout] 453 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:457:13 [INFO] [stdout] | [INFO] [stdout] 457 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:458:22 [INFO] [stdout] | [INFO] [stdout] 458 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:480:22 [INFO] [stdout] | [INFO] [stdout] 480 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:481:22 [INFO] [stdout] | [INFO] [stdout] 481 | w" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:482:22 [INFO] [stdout] | [INFO] [stdout] 482 | w" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:486:13 [INFO] [stdout] | [INFO] [stdout] 486 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:487:22 [INFO] [stdout] | [INFO] [stdout] 487 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | w" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:489:22 [INFO] [stdout] | [INFO] [stdout] 489 | w" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:509:13 [INFO] [stdout] | [INFO] [stdout] 509 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:510:22 [INFO] [stdout] | [INFO] [stdout] 510 | >" ", c"something happens;", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:514:13 [INFO] [stdout] | [INFO] [stdout] 514 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:515:22 [INFO] [stdout] | [INFO] [stdout] 515 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:536:13 [INFO] [stdout] | [INFO] [stdout] 536 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:537:22 [INFO] [stdout] | [INFO] [stdout] 537 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:538:16 [INFO] [stdout] | [INFO] [stdout] 538 | <, c"else", nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:539:22 [INFO] [stdout] | [INFO] [stdout] 539 | >" ", c"something else happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:544:22 [INFO] [stdout] | [INFO] [stdout] 544 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:546:13 [INFO] [stdout] | [INFO] [stdout] 546 | c"else", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:547:22 [INFO] [stdout] | [INFO] [stdout] 547 | >" ", c"something else happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:569:13 [INFO] [stdout] | [INFO] [stdout] 569 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:571:22 [INFO] [stdout] | [INFO] [stdout] 571 | >" ", c"something happens;", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:575:13 [INFO] [stdout] | [INFO] [stdout] 575 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:577:22 [INFO] [stdout] | [INFO] [stdout] 577 | >" ", c"something happens;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:598:13 [INFO] [stdout] | [INFO] [stdout] 598 | c"if condition 1", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:599:22 [INFO] [stdout] | [INFO] [stdout] 599 | >" ", c"if condition 2", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:600:31 [INFO] [stdout] | [INFO] [stdout] 600 | w" ", >" ", c"statement;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:604:13 [INFO] [stdout] | [INFO] [stdout] 604 | c"if condition 1", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:605:22 [INFO] [stdout] | [INFO] [stdout] 605 | >" ", c"if condition 2", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:606:31 [INFO] [stdout] | [INFO] [stdout] 606 | w" ", >" ", c"statement;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:633:13 [INFO] [stdout] | [INFO] [stdout] 633 | c"if condition 1", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:634:22 [INFO] [stdout] | [INFO] [stdout] 634 | >" ", c"if condition 2", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:635:31 [INFO] [stdout] | [INFO] [stdout] 635 | w" ", >" ", c"statement 1;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | w" ", <, c"else", nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:637:31 [INFO] [stdout] | [INFO] [stdout] 637 | w" ", >" ", c"statement 2;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:638:19 [INFO] [stdout] | [INFO] [stdout] 638 | <, <, c"else", nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:639:22 [INFO] [stdout] | [INFO] [stdout] 639 | >" ", c"statement 3;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:643:13 [INFO] [stdout] | [INFO] [stdout] 643 | c"if condition 1", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:644:22 [INFO] [stdout] | [INFO] [stdout] 644 | >" ", c"if condition 2", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:645:31 [INFO] [stdout] | [INFO] [stdout] 645 | w" ", >" ", c"statement 1;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:647:22 [INFO] [stdout] | [INFO] [stdout] 647 | w" ", c"else", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:648:31 [INFO] [stdout] | [INFO] [stdout] 648 | w" ", >" ", c"statement 2;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:651:13 [INFO] [stdout] | [INFO] [stdout] 651 | c"else", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:652:22 [INFO] [stdout] | [INFO] [stdout] 652 | >" ", c"statement 3;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:799:13 [INFO] [stdout] | [INFO] [stdout] 799 | c"if condition", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:801:22 [INFO] [stdout] | [INFO] [stdout] 801 | w" ", c"statement 1;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:802:16 [INFO] [stdout] | [INFO] [stdout] 802 | <, c"statement 2;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:806:13 [INFO] [stdout] | [INFO] [stdout] 806 | c"if condition", w" ", ob, nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:808:22 [INFO] [stdout] | [INFO] [stdout] 808 | w" ", c"statement 1;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `c".."` literals are experimental [INFO] [stdout] --> src/lib.rs:810:13 [INFO] [stdout] | [INFO] [stdout] 810 | c"statement 2;", nl, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #105723 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 58 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not document `pyfection` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2023-05-30-x86_64-unknown-linux-gnu/bin/rustdoc --crate-type lib --crate-name pyfection src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=c4aff4f80453ce31 -L dependency=/opt/rustwide/target/debug/deps --extern unindent=/opt/rustwide/target/debug/deps/libunindent-572dba7b50379855.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "a8de5673e11ab99297393c7a432b9b29862bf3781620c44a25cc4458cad16c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8de5673e11ab99297393c7a432b9b29862bf3781620c44a25cc4458cad16c0e", kill_on_drop: false }` [INFO] [stdout] a8de5673e11ab99297393c7a432b9b29862bf3781620c44a25cc4458cad16c0e