Skip to content

chore(deps): update dependency io.github.oshai:kotlin-logging to v7 #6322

chore(deps): update dependency io.github.oshai:kotlin-logging to v7

chore(deps): update dependency io.github.oshai:kotlin-logging to v7 #6322

GitHub Actions / JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) failed Feb 6, 2025 in 0s

1 fail, 39 skipped, 1 406 pass in 3m 46s

  167 files  ±0    167 suites  ±0   3m 46s ⏱️ +12s
1 446 tests ±0  1 406 ✅  - 1  39 💤 ±0  1 ❌ +1 
2 826 runs  ±0  2 786 ✅  - 1  39 💤 ±0  1 ❌ +1 

Results for commit 79267cf. ± Comparison against earlier commit 10bfa66.

Annotations

Check warning on line 0 in com.saveourtool.diktat.smoke.DiktatSmokeTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2)

smoke test #5() (com.saveourtool.diktat.smoke.DiktatSmokeTest) failed

diktat-cli/build/test-results/test/TEST-com.saveourtool.diktat.smoke.DiktatSmokeTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: [lint result for ] 
expected: 
  "/*
      Copyright 2018-2024 John Doe.
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  */
  
  package com.saveourtool.diktat
  
  class Some {
      val config = Config()
  }
  "
 but was: 
  "/*
      Copyright 2018-2025 John Doe.
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  */
  
  package com.saveourtool.diktat
  
  class Some {
      val config = Config()
  }
  "
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at com.saveourtool.diktat.test.framework.processing.DefaultTestFileContent.assertSuccessful(TestFileContent.kt:90)
	at com.saveourtool.diktat.smoke.DiktatSmokeTest.fixAndCompare(DiktatSmokeTest.kt:28)
	at com.saveourtool.diktat.smoke.DiktatSmokeTestBase.smoke test #5(DiktatSmokeTestBase.kt:165)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at java.util.ArrayList.forEach(ArrayList.java:1259)