[INFO] cloning repository https://github.com/philzook58/typo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/philzook58/typo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilzook58%2Ftypo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilzook58%2Ftypo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d8d7481aa638c1836b755a062d18aed99298f3c [INFO] documenting philzook58/typo against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilzook58%2Ftypo" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/philzook58/typo on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/philzook58/typo [INFO] finished tweaking git repo https://github.com/philzook58/typo [INFO] tweaked toml for git repo https://github.com/philzook58/typo written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/philzook58/typo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 989f21bc60e0798e11fa2ba715ffd4a128724cd7ec0961e1e3398b05e7881944 [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" "989f21bc60e0798e11fa2ba715ffd4a128724cd7ec0961e1e3398b05e7881944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "989f21bc60e0798e11fa2ba715ffd4a128724cd7ec0961e1e3398b05e7881944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "989f21bc60e0798e11fa2ba715ffd4a128724cd7ec0961e1e3398b05e7881944", kill_on_drop: false }` [INFO] [stdout] 989f21bc60e0798e11fa2ba715ffd4a128724cd7ec0961e1e3398b05e7881944 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f75eb01e2dffac2e7c6fdbf025ebb2c8fca59e73a2bdc74d60561e418d1c8a1a [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" "f75eb01e2dffac2e7c6fdbf025ebb2c8fca59e73a2bdc74d60561e418d1c8a1a", kill_on_drop: false }` [INFO] [stderr] Documenting typee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `t3` should have an upper camel case name [INFO] [stdout] --> src/main.rs:167:6 [INFO] [stdout] | [INFO] [stdout] 167 | type t3 = Cons; [INFO] [stdout] | ^^ help: convert the identifier to upper camel case: `T3` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `t4` should have an upper camel case name [INFO] [stdout] --> src/main.rs:170:6 [INFO] [stdout] | [INFO] [stdout] 170 | type t4 = (bool,bool); [INFO] [stdout] | ^^ help: convert the identifier to upper camel case: `T4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `val` should have an upper case name [INFO] [stdout] --> src/main.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | const val : bool; // maybe this should be a function that takles PhantomData and called reflectBool [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `VAL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `val` should have an upper case name [INFO] [stdout] --> src/main.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | const val : bool = true; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `VAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `val` should have an upper case name [INFO] [stdout] --> src/main.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | const val : bool = false; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `VAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `reifyBool` should have a snake case name [INFO] [stdout] --> src/main.rs:45:4 [INFO] [stdout] | [INFO] [stdout] 45 | fn reifyBool( x : bool, f : F, g : G) -> W where [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `reify_bool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getVal` should have a snake case name [INFO] [stdout] --> src/main.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn getVal(x : PhantomData) -> bool where R : ReflectBool { R::val } [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `get_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `TBool` should have a snake case name [INFO] [stdout] --> src/main.rs:494:4 [INFO] [stdout] | [INFO] [stdout] 494 | fn TBool() -> Gadt{ [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `tbool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `TInt` should have a snake case name [INFO] [stdout] --> src/main.rs:498:4 [INFO] [stdout] | [INFO] [stdout] 498 | fn TInt() -> Gadt{ [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `tint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `gadtElim` should have a snake case name [INFO] [stdout] --> src/main.rs:657:4 [INFO] [stdout] | [INFO] [stdout] 657 | fn gadtElim(&self, case1 : >::T , case2 : >::T ) -> >::T where [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `gadt_elim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `gadtRec` should have a snake case name [INFO] [stdout] --> src/main.rs:692:4 [INFO] [stdout] | [INFO] [stdout] 692 | fn gadtRec(x : impl GadtElim, case1 : A, case2 : A) -> A { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `gadt_rec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `matchEq` should have a snake case name [INFO] [stdout] --> src/main.rs:710:4 [INFO] [stdout] | [INFO] [stdout] 710 | fn matchEq(x : Eq, case1 : >::T) -> >::T where [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `match_eq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "f75eb01e2dffac2e7c6fdbf025ebb2c8fca59e73a2bdc74d60561e418d1c8a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f75eb01e2dffac2e7c6fdbf025ebb2c8fca59e73a2bdc74d60561e418d1c8a1a", kill_on_drop: false }` [INFO] [stdout] f75eb01e2dffac2e7c6fdbf025ebb2c8fca59e73a2bdc74d60561e418d1c8a1a