🏃♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run #1 | |
| Loader | |
| users 20 | |
| runningTime 300 | |
| resourceRate 250 | |
| threads 10 | |
| channelsPerUser 6 | |
| Probe | |
| users 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Trace: | |
| Error: https://repo.jenkins-ci.org/api/npm/npm/bootstrap-detached/-/bootstrap-detached-3.3.5-v1.tgz: tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:3128 | |
| at ClientRequest.onError (/Users/olamy/dev/sources/jenkins/jenkins/war/node/yarn/dist/lib/yarn-cli.js:122279:17) | |
| at ClientRequest.g (events.js:291:16) | |
| at emitOne (events.js:96:13) | |
| at ClientRequest.emit (events.js:188:7) | |
| at Socket.socketErrorListener (_http_client.js:309:9) | |
| at emitOne (events.js:96:13) | |
| at Socket.emit (events.js:188:7) | |
| at emitErrorNT (net.js:1281:8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR [c.c.u.d.Upgrade410to420] (main:null) (logid:) migrateDatafromIsoIdInVolumesTable:Exception:Unknown column 'iso_id1' in 'field list' | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'iso_id1' in 'field list' | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| at com.mysql.jdbc.Util.handleNewInstance(Util.java:377) | |
| at com.mysql.jdbc.Util.getInstance(Util.java:360) | |
| at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978) | |
| at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ wagon-webdav-jackrabbit --- | |
| [INFO] Restricted to JDK 1.6 yet org.apache.jackrabbit:jackrabbit-webdav:jar:2.14.1:compile contains org/apache/jackrabbit/webdav/AbstractLocatorFactory$1.class targeted to JDK 1.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-05-02 19:17:28.313:DBUG:omjlch.Http2LoadClient:main: json monitor: { | |
| "config" : { | |
| "cores" : 8, | |
| "totalMemory" : { | |
| "value" : 8.0, | |
| "unit" : "GiB" | |
| }, | |
| "os" : "Mac OS X 10.12.4 x86_64", | |
| "jvm" : "Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.121-b13 1.8.0_121-b13", | |
| "totalHeap" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from | |
| putUser(userName, getCredential(password), roleArray); | |
| to | |
| Principal userPrincipal = new AbstractLoginService.UserPrincipal( userName, getCredential( password )); | |
| Subject subject = new Subject( ); | |
| subject.getPrincipals().add( userPrincipal ); | |
| subject.getPrivateCredentials().add( getCredential( password ) ); | |
| subject.getPublicCredentials().add( getCredential( password ) ); | |
| getIdentityService().newUserIdentity( subject, userPrincipal, roleArray ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Listener: org.apache.jenkins.gitpubsub.GitPubSubPoll@7d8a9313 | |
| Listener.periodSeconds: 10 | |
| Listener.requestRecycleMins: 5 | |
| Listener.disableNotifyScm: false | |
| Listener.lastTS: 1489989798 | |
| Listener.lastTime: 1490004813658 | |
| Listener.longPollRequest: NettyResponseFuture{currentRetry=0, | |
| isDone=false, | |
| isCancelled=true, | |
| asyncHandler=org.apache.jenkins.gitpubsub.GitPubSubPoll$JsonHandler@19a1f6ab, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO] GCLOUD: Beginning interaction for module default... | |
| [INFO] GCLOUD: Unable to stage app: Class file is Java 8 but max supported is Java 7: /home/olamy/jetty-runtime/perf/perf-server/webapp/target/webapp-0.1.0-SNAPSHOT/WEB-INF/classes/com/webtide/jetty/load/generator/web/HelloServlet.class | |
| [INFO] GCLOUD: Please see the logs [/tmp/appcfg2334659674836681518.log] for further information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project jira: Failed to deploy artifacts: Could not transfer artifact org.jenkins-ci.plugins:jira:hpi:2.3 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): Access denied to: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/jira/2.3/jira-2.3.hpi, ReasonPhrase: Forbidden. -> [Help 1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error in provisioning; slave=KubernetesSlave name: gae-node-4ddc591920ec, template=org.csanchez.jenkins.plugins.kubernetes.PodTemplate@48ac3213 | |
| Nov 18, 2016 4:01:30 PM WARNING hudson.slaves.NodeProvisioner$2 run | |
| Provisioned agent Kubernetes Pod Template failed to launch | |
| java.lang.IllegalStateException: Containers are terminated with exit codes: {jnlp-slave=0} | |
| at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback.call(KubernetesCloud.java:541) | |
| at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback.call(KubernetesCloud.java:482) | |
| at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) |