Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Quickstart guide results in a Failure #151

Open
ErezT opened this issue Dec 5, 2021 · 0 comments
Open

Quickstart guide results in a Failure #151

ErezT opened this issue Dec 5, 2021 · 0 comments
Labels
Prio: Triage Triage Priority Status: Pending Issue or PR awaits response Type: Bug Issue or PR type is a bug

Comments

@ErezT
Copy link

ErezT commented Dec 5, 2021

Following the Getting Started guide results in a failure during the Tests phase

Bug report

Expected Behavior - What where you expecting to happen?

mvn install finishes without issues

Current Behavior - What happens?

[ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.057 s <<< FAILURE! - in org.aposin.licensescout.util.JavaUtilLogTest
[ERROR] org.aposin.licensescout.util.JavaUtilLogTest.testIsDebugEnabled  Time elapsed: 0.025 s  <<< FAILURE!
java.lang.AssertionError: isDebugEnabled() expected:<true> but was:<false>

What are the steps to reproduce this issue? (for bugs)

  1. Go to https://github.com/aposin/LicenseScout
  2. Clone the repo
  3. cd into org.aposin.licensescout.quickstart
  4. run mvn clean install

Your Environment

mvn -v result below (slightly edited)

  • Apache Maven 3.8.4
  • Maven home: /opt/homebrew/Cellar/maven/3.8.4/libexec
  • Java version: 11.0.13, vendor: Amazon.com Inc., runtime: ~/Library/Java/JavaVirtualMachines/corretto-11.0.13/Contents/Home
  • OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"

Notes and further information

Not sure maybe I missed something configuration-wise or some basic step or pass any arguments or even change the source code ? But I think that a 'quikstart guide' should 'simply work'
Since I could not find any similar bugs it sounds like its a specific issue with my local setup/configuration so If there is any further information I could provide please let me know

@ErezT ErezT added Prio: Triage Triage Priority Status: Pending Issue or PR awaits response Type: Bug Issue or PR type is a bug labels Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Prio: Triage Triage Priority Status: Pending Issue or PR awaits response Type: Bug Issue or PR type is a bug
Development

No branches or pull requests

1 participant