yannickwurm/sequenceserver

View on GitHub
Merge pull request #739 from tadast/tt/unknown-bases #94
Yannick Wurm authored 00db0031
complete00:02:17
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.yml.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-stylelint:b1017
b1017: Pulling from codeclimate/codeclimate-stylelint
5d20c808ce19: Already exists
0aca3696fac2: Pulling fs layer
371e3eac71b2: Pulling fs layer
0efa87b6cc73: Pulling fs layer
52c6641357c0: Pulling fs layer
a960b46b4ea8: Pulling fs layer
b8ef58969775: Pulling fs layer
266f60c15eeb: Pulling fs layer
702596540c25: Pulling fs layer
a6d7da0ad7b6: Pulling fs layer
52c6641357c0: Waiting
a960b46b4ea8: Waiting
b8ef58969775: Waiting
266f60c15eeb: Waiting
702596540c25: Waiting
a6d7da0ad7b6: Waiting
0efa87b6cc73: Verifying Checksum
0efa87b6cc73: Download complete
371e3eac71b2: Verifying Checksum
371e3eac71b2: Download complete
52c6641357c0: Verifying Checksum
52c6641357c0: Download complete
b8ef58969775: Verifying Checksum
0aca3696fac2: Verifying Checksum
0aca3696fac2: Download complete
266f60c15eeb: Verifying Checksum
266f60c15eeb: Download complete
a960b46b4ea8: Verifying Checksum
a960b46b4ea8: Download complete
a6d7da0ad7b6: Verifying Checksum
a6d7da0ad7b6: Download complete
702596540c25: Verifying Checksum
702596540c25: Download complete
0aca3696fac2: Pull complete
371e3eac71b2: Pull complete
0efa87b6cc73: Pull complete
52c6641357c0: Pull complete
a960b46b4ea8: Pull complete
b8ef58969775: Pull complete
266f60c15eeb: Pull complete
702596540c25: Pull complete
a6d7da0ad7b6: Pull complete
Digest: sha256:4fef77bcf58e92656c2d4734c1e0e5bb9140eb3aa730a05d83ae51dc33cb0463
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-stylelint:b1017
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-30T11:23:44.904861 #1]  WARN -- : Skipping public/packages/jquery-ui@1.11.4.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:23:44.904913 #1]  WARN -- : Response status: 413
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-30T11:23:50.886123 #1]  WARN -- : Skipping ./public/packages/jquery-ui@1.11.4.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:23:50.886182 #1]  WARN -- : Response status: 413
I, [2024-04-30T11:23:51.918489 #1]  INFO -- : Skipping file ./lib/sequenceserver/job_remover.rb due to exception (Racc::ParseError): ./lib/sequenceserver/job_remover.rb:49 :: parse error on value ["rescue", 49] (kRESCUE)
7
rubocop
rubocop engine documentation
View output
The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.

Please also note that you can opt-in to new cops by default by adding this to your config:
  AllCops:
    NewCops: enable
Gemspec/DateAssignment: # new in 1.10
  Enabled: true
Gemspec/RequireMFA: # new in 1.23
  Enabled: true
Layout/LineEndStringConcatenationIndentation: # new in 1.18
  Enabled: true
Layout/SpaceBeforeBrackets: # new in 1.7
  Enabled: true
Lint/AmbiguousAssignment: # new in 1.7
  Enabled: true
Lint/AmbiguousOperatorPrecedence: # new in 1.21
  Enabled: true
Lint/AmbiguousRange: # new in 1.19
  Enabled: true
Lint/DeprecatedConstants: # new in 1.8
  Enabled: true
Lint/DuplicateBranch: # new in 1.3
  Enabled: true
Lint/DuplicateRegexpCharacterClassElement: # new in 1.1
  Enabled: true
Lint/EmptyBlock: # new in 1.1
  Enabled: true
Lint/EmptyClass: # new in 1.3
  Enabled: true
Lint/EmptyInPattern: # new in 1.16
  Enabled: true
Lint/IncompatibleIoSelectWithFiberScheduler: # new in 1.21
  Enabled: true
Lint/LambdaWithoutLiteralBlock: # new in 1.8
  Enabled: true
Lint/NoReturnInBeginEndBlocks: # new in 1.2
  Enabled: true
Lint/NumberedParameterAssignment: # new in 1.9
  Enabled: true
Lint/OrAssignmentToConstant: # new in 1.9
  Enabled: true
Lint/RedundantDirGlobSort: # new in 1.8
  Enabled: true
Lint/RequireRelativeSelfPath: # new in 1.22
  Enabled: true
Lint/SymbolConversion: # new in 1.9
  Enabled: true
Lint/ToEnumArguments: # new in 1.1
  Enabled: true
Lint/TripleQuotes: # new in 1.9
  Enabled: true
Lint/UnexpectedBlockArity: # new in 1.5
  Enabled: true
Lint/UnmodifiedReduceAccumulator: # new in 1.1
  Enabled: true
Lint/UselessRuby2Keywords: # new in 1.23
  Enabled: true
Security/IoMethods: # new in 1.22
  Enabled: true
Style/ArgumentsForwarding: # new in 1.1
  Enabled: true
Style/CollectionCompact: # new in 1.2
  Enabled: true
Style/DocumentDynamicEvalDefinition: # new in 1.1
  Enabled: true
Style/EndlessMethod: # new in 1.8
  Enabled: true
Style/HashConversion: # new in 1.10
  Enabled: true
Style/HashExcept: # new in 1.7
  Enabled: true
Style/IfWithBooleanLiteralBranches: # new in 1.9
  Enabled: true
Style/InPatternThen: # new in 1.16
  Enabled: true
Style/MultilineInPatternThen: # new in 1.16
  Enabled: true
Style/NegatedIfElseCondition: # new in 1.2
  Enabled: true
Style/NilLambda: # new in 1.3
  Enabled: true
Style/NumberedParameters: # new in 1.22
  Enabled: true
Style/NumberedParametersLimit: # new in 1.22
  Enabled: true
Style/OpenStructUse: # new in 1.23
  Enabled: true
Style/QuotedSymbols: # new in 1.16
  Enabled: true
Style/RedundantArgument: # new in 1.4
  Enabled: true
Style/RedundantSelfAssignmentBranch: # new in 1.19
  Enabled: true
Style/SelectByRegexp: # new in 1.22
  Enabled: true
Style/StringChars: # new in 1.12
  Enabled: true
Style/SwapValues: # new in 1.1
  Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html
8
eslint
eslint engine documentation
View output
ESLint is running with the default parser.

(node:8) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:8) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
9
stylelint
stylelint engine documentation
View output
•• Timing: .engineConfig: 0.012s
•• Timing: .lint: 1.277s
•• Timing: .analyze: 0.053s