[
https://issues.apache.org/jira/browse/IMAGING-308?focusedWorklogId=638602&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-638602
]
ASF GitHub Bot logged work on IMAGING-308:
------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Aug/21 10:34
Start Date: 17/Aug/21 10:34
Worklog Time Spent: 10m
Work Description: gwlucastrig commented on pull request #162:
URL: https://github.com/apache/commons-imaging/pull/162#issuecomment-900182676
>>> I went to your repository, and realized it's forked from my fork
Yes. I figured that was the wrong way to do things, but it was the only
way I could get github to work.
When I tried forking from the main repository, I couldn't get github to
accept pull requests to your branch. I would think that the idea that a
developer would need to contribute to two development paths would be
commonplace. So clearly I missed something. Though Google and Github help
did not reveal what that might be.
On Tue, Aug 17, 2021 at 5:12 AM Bruno P. Kinoshita ***@***.***>
wrote:
> @gwlucastrig <https://github.com/gwlucastrig> I went to your repository,
> and realized it's forked from my fork. We need to fix that, but can do that
> later so you don't lose anything.
>
> So I went to pull requests in your repo, and clicked on create new pull
> request. By default it shows the dropbox with my fork as base. I just
> changed that to apache/commons-imaging, and created this PR 👍
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/commons-imaging/pull/162#issuecomment-900129422>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AEWJDYIGPUWFBD5ZSYWXBB3T5IRWFANCNFSM5CJNJUWQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
>
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
>
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
> .
>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 638602)
Time Spent: 1h (was: 50m)
> Build failing on Windows (IptcParserTest)
> -----------------------------------------
>
> Key: IMAGING-308
> URL: https://issues.apache.org/jira/browse/IMAGING-308
> Project: Commons Imaging
> Issue Type: Improvement
> Affects Versions: 1.0-alpha2
> Reporter: Bruno P. Kinoshita
> Assignee: Bruno P. Kinoshita
> Priority: Blocker
> Fix For: 1.0-alpha3
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
>
>
> {noformat}
> [ERROR] Failures:
> [ERROR] IptcParserTest.testEncodingSupport:104 array lengths differ,
> expected: <6> but was: <2>
> [INFO]
> [ERROR] Tests run: 940, Failures: 1, Errors: 0, Skipped: 8
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 04:52 min
> [INFO] Finished at: 2021-08-10T16:50:24+12:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on
> project commons-imaging: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> C:\Users\kinoshitabd\Development\java\apache\commons-imaging\target\surefire-reports
> for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump,
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test
> (default-test) on project commons-imaging: There are test failures.Please
> refer to
> C:\Users\kinoshitabd\Development\java\apache\commons-imaging\target\surefire-reports
> for the individual test results.
> Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump
> and [date].dumpstream.
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:215)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
> at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are test
> failures.Please refer to
> C:\Users\kinoshitabd\Development\java\apache\commons-imaging\target\surefire-reports
> for the individual test results.
> Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump
> and [date].dumpstream.
> at org.apache.maven.plugin.surefire.SurefireHelper.throwException
> (SurefireHelper.java:289)
> at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution
> (SurefireHelper.java:161)
> at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary
> (SurefirePlugin.java:364)
> at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked
> (AbstractSurefireMojo.java:1041)
> at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute
> (AbstractSurefireMojo.java:857)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
> at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)