Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words in comment #6726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore: remove redundant words in comment

403ab6c
Select commit
Loading
Failed to load commit list.
Open

chore: remove redundant words in comment #6726

chore: remove redundant words in comment
403ab6c
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-darwin.ghc96.devShells.default succeeded Dec 3, 2024 in 6s

Build succeeded

2 failed steps

Details

Failed Steps

Step 4

Derivation

/nix/store/8mvc448cypsbrqc9kxic24i8vhbbd6wl-ghc-shell-for-packages.drv

Log

Running phase: installPhase
Shell for cardano-constitution cardano-constitution docusaurus-examples docusaurus-examples plutus-cert plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-benchmark plutus-conformance plutus-conformance plutus-conformance plutus-conformance plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-core plutus-executables plutus-executables plutus-executables plutus-executables plutus-executables plutus-executables plutus-ledger-api plutus-ledger-api plutus-ledger-api plutus-ledger-api plutus-ledger-api plutus-ledger-api plutus-metatheory plutus-tx plutus-tx plutus-tx plutus-tx-plugin plutus-tx-plugin plutus-tx-plugin plutus-tx-plugin plutus-tx-test-util

Step 1

Derivation

/nix/store/7nyakvb8agdalimc8bd3wpdgbvgznsnl-nixpkgs-fmt-1.3.0.drv

Log

Running phase: unpackPhase
unpacking source archive /nix/store/xf2gc66ys09dr2qv3n6nmxz5fr69vq3q-source
source root is source
Executing cargoSetupPostUnpackHook
unpacking source archive /nix/store/92rsdh5kva2ikdj42msic2khnvpczzn8-nixpkgs-fmt-1.3.0-vendor.tar.gz
Finished cargoSetupPostUnpackHook
Running phase: patchPhase
Executing cargoSetupPostPatchHook
Validating consistency between /private/tmp/nix-build-nixpkgs-fmt-1.3.0.drv-0/source/Cargo.lock and /private/tmp/nix-build-nixpkgs-fmt-1.3.0.drv-0/nixpkgs-fmt-1.3.0-vendor.tar.gz/Cargo.lock
Finished cargoSetupPostPatchHook
Running phase: configurePhase
Running phase: buildPhase
Executing cargoBuildHook
cargoBuildHook flags: -j 8 --target x86_64-apple-darwin --offline --profile release
   Compiling autocfg v1.0.1
   Compiling serde v1.0.130
   Compiling memchr v2.4.1
   Compiling libc v0.2.108
   Compiling cfg-if v1.0.0
   Compiling lazy_static v1.4.0
   Compiling log v0.4.14
   Compiling ryu v1.0.5
   Compiling crossbeam-utils v0.8.5
   Compiling regex-syntax v0.6.26
   Compiling num-traits v0.2.14
   Compiling memoffset v0.6.4
   Compiling crossbeam-utils v0.7.2
   Compiling maybe-uninit v2.0.0
   Compiling aho-corasick v0.7.18
   Compiling bstr v0.2.17
   Compiling regex v1.5.6
   Compiling countme v2.0.4
   Compiling once_cell v1.8.0
   Compiling fnv v1.0.7
   Compiling hashbrown v0.9.1
   Compiling serde_json v1.0.71
   Compiling same-file v1.0.6
   Compiling unicode-width v0.1.9
   Compiling cfg-if v0.1.10
   Compiling rustc-hash v1.1.0
   Compiling textwrap v0.11.0
   Compiling globset v0.4.8
   Compiling text-size v1.1.0
   Compiling rowan v0.12.6
   Compiling smol_str v0.1.21
   Compiling walkdir v2.3.2
   Compiling thread_local v1.1.3
   Compiling cbitset v0.2.0
   Compiling atty v0.2.14
   Compiling bitflags v1.3.2
   Compiling strsim v0.8.0
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.11.0
   Compiling itoa v0.4.8
   Compiling clap v2.33.3
   Compiling ignore v0.4.18
   Compiling crossbeam-channel v0.4.4
   Compiling rnix v0.10.2
   Compiling nixpkgs-fmt v1.3.0 (/private/tmp/nix-build-nixpkgs-fmt-1.3.0.drv-0/source)
warning: variable does not need to be mutable
  --> src/lib.rs:90:10
   |
90 |     let (mut text, line_endings) = convert_to_unix_line_endings(text);
   |          ----^^^^
   |          |
   |          help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: field `indent_value` is never read
   --> src/dsl.rs:300:16
    |
275 | pub(crate) struct IndentRule {
    |                   ---------- field in this struct
...
300 |     pub(crate) indent_value: IndentValue,
    |                ^^^^^^^^^^^^
    |
    = note: `IndentRule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
    = note: `#[warn(dead_code)]` on by default

warning: `nixpkgs-fmt` (lib) generated 2 warnings (run `cargo fix --lib -p nixpkgs-fmt` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 31.22s
Executing cargoInstallPostBuildHook
Finished cargoInstallPostBuildHook
Finished cargoBuildHook
buildPhase completed in 35 seconds
Running phase: checkPhase
Executing cargoCheckHook
cargoCheckHook flags: -j 8 --profile release --target x86_64-apple-darwin --offline -- --test-threads=8
   Compiling unindent v0.1.7
warning: variable does not need to be mutable
  --> src/lib.rs:90:10
   |
90 |     let (mut text, line_endings) = convert_to_unix_line_endings(text);
   |          ----^^^^
   |          |
   |          help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: field `indent_value` is never read
   --> src/dsl.rs:300:16
    |
275 | pub(crate) struct IndentRule {
    |                   ---------- field in this struct
...
300 |     pub(crate) indent_value: IndentValue,
    |                ^^^^^^^^^^^^
    |
    = note: `IndentRule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
    = note: `#[warn(dead_code)]` on by default

warning: `nixpkgs-fmt` (lib) generated 2 warnings (run `cargo fix --lib -p nixpkgs-fmt` to apply 1 suggestion)
   Compiling nixpkgs-fmt v1.3.0 (/private/tmp/nix-build-nixpkgs-fmt-1.3.0.drv-0/source)
warning: `nixpkgs-fmt` (lib test) generated 2 warnings (2 duplicates)
    Finished `release` profile [optimized] target(s) in 3.34s
     Running unittests src/lib.rs (target/x86_64-apple-darwin/release/deps/nixpkgs_fmt-a8989ec912b5190d)

running 11 tests
test engine::fixes::tests::test_node_indent_ranges ... ok(B
test rules::tests::smoke ... ok(B
test tests::converts_tabs_to_spaces ... ok(B
test rules::tests::test_syntax_errors_tests ... ok(B
test tests::explain_smoke_test ... ok(B
test rules::tests::test_fuzz_failures ... ok(B
test tests::preserves_dos_line_endings ... ok(B
test rules::tests::test_inline_indentation_tests ... ok(B
test rules::tests::test_inline_spacing_tests ... ok(B
test rules::tests::test_nixpkgs_repository_bad_good_tests ... ok(B
test rules::tests::test_bad_good_tests ... ok(B

test result: ok(B. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s

     Running unittests src/main.rs (target/x86_64-apple-darwin/release/deps/nixpkgs_fmt-f5781b567f685529)

running 0 tests

test result: ok(B. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/integration_tests.rs (target/x86_64-apple-darwin/release/deps/integration_tests-d79ae673d8177473)

running 3 tests
test stdout_closed_parse ... ok(B
test stdout_closed ... ok(B
test stdout_closed_explain ... ok(B

test result: ok(B. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s

   Doc-tests nixpkgs_fmt

running 0 tests

test result: ok(B. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

Finished cargoCheckHook
Running phase: installPhase
Executing cargoInstallHook
Finished cargoInstallHook
Running phase: fixupPhase
checking for references to /private/tmp/nix-build-nixpkgs-fmt-1.3.0.drv-0/ in /nix/store/9x4qn7ljy2b79np65nq6wykfy1i4sllg-nixpkgs-fmt-1.3.0...
patching script interpreter paths in /nix/store/9x4qn7ljy2b79np65nq6wykfy1i4sllg-nixpkgs-fmt-1.3.0
stripping (with command strip and flags -S) in  /nix/store/9x4qn7ljy2b79np65nq6wykfy1i4sllg-nixpkgs-fmt-1.3.0/bin