[00:04:39] *** Joins: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) [00:57:26] *** Joins: tkulasek (~tkulasek@134.134.139.83) [01:19:30] *** Quits: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) (Ping timeout: 252 seconds) [04:05:57] *** Quits: dlw (~Thunderbi@114.255.44.143) (Ping timeout: 240 seconds) [05:38:15] *** Joins: lyan (~lyan@2605:a000:160e:2124:4a4d:7eff:fef2:eea3) [05:38:39] *** lyan is now known as Guest65436 [07:10:52] *** Quits: darsto (~darsto@89-68-136-23.dynamic.chello.pl) (Ping timeout: 260 seconds) [07:19:57] *** Joins: philipp-sk (~Philipp@ktnron0916w-lp130-02-76-66-162-159.dsl.bell.ca) [07:32:39] *** Joins: darsto (~darsto@89-68-136-23.dynamic.chello.pl) [08:07:23] *** Quits: tomzawadzki (~tomzawadz@192.55.54.44) (Ping timeout: 256 seconds) [08:08:13] *** Joins: johnmeneghini (~johnmeneg@216.240.30.5) [08:10:55] bwalker or someone: what is doing the test/nvme/spdk_nvme_cli.sh [08:10:56] ? [08:12:08] I am hetting build failure because invoking make from this script don't add '-lunwind' during link [08:12:20] how to fix it? [08:12:48] https://ci.spdk.io/spdk-jenkins/results/autotest-per-patch/builds/7795/archive/nvme_phy_autotest/build.log [08:28:54] peluse: Thanks, I guess that my +1 got overridden when John uploaded ps18 [08:29:23] sethhowe, NP thanks! [08:30:53] sethhowe: Jim also gave it his +2 that was removed. If everyone can agree, please approve and merge this patch in. I am waiting for this to happen before I continue my work. [08:33:19] johnmeneghini: Thanks for the heads up John. I don't have +2/merge access, but will forward your message on to Ben. [08:46:55] *** Joins: darsto_ (~darsto@89-68-136-23.dynamic.chello.pl) [08:47:45] *** Quits: darsto (~darsto@89-68-136-23.dynamic.chello.pl) (Ping timeout: 245 seconds) [08:47:45] *** darsto_ is now known as darsto [09:26:56] *** Joins: lyan_ (~lyan@2605:a000:160e:2dd:4a4d:7eff:fef2:eea3) [09:30:14] *** Quits: Guest65436 (~lyan@2605:a000:160e:2124:4a4d:7eff:fef2:eea3) (Ping timeout: 276 seconds) [10:25:22] *** Joins: travis-ci (~travis-ci@54.242.236.171) [10:25:23] (spdk/master) test: add support for multiple oses with vagrant (John Meneghini) [10:25:23] Diff URL: https://github.com/spdk/spdk/compare/1f5c8233da1c...e3a71385716a [10:25:23] *** Parts: travis-ci (~travis-ci@54.242.236.171) () [11:16:27] *** Quits: tkulasek (~tkulasek@134.134.139.83) (Ping timeout: 240 seconds) [11:23:25] *** Joins: darsto_ (~darsto@89-68-136-23.dynamic.chello.pl) [11:24:27] *** Quits: darsto (~darsto@89-68-136-23.dynamic.chello.pl) (Ping timeout: 240 seconds) [11:24:27] *** darsto_ is now known as darsto [11:34:45] *** Joins: peter_turschm (~peter_tur@64.20.177.245) [12:35:27] *** Quits: philipp-sk (~Philipp@ktnron0916w-lp130-02-76-66-162-159.dsl.bell.ca) (Ping timeout: 240 seconds) [13:25:39] pwodkowx: That test is testing our forked nvme-cli tool [13:26:14] tomek added that unwind stuff, but I don't think that nvme-cli tool was updated to link against libunwind [13:27:19] should probably pull tomek in to solve that one - probably just linker argument updates [13:27:36] did your patch add a log call somewhere? that's probably what triggered it [13:41:36] *** Joins: alekseymmm (050811aa@gateway/web/freenode/ip.5.8.17.170) [13:47:01] *** Joins: philipp-sk (~Philipp@ktnron0916w-lp130-02-76-66-162-159.dsl.bell.ca) [14:09:06] *** Quits: johnmeneghini (~johnmeneg@216.240.30.5) (Quit: Leaving.) [14:42:36] sethhowe, U there? [14:46:01] y [14:49:44] FYI still have a few misc items to take care of before crypto will run in CI, I just removed the RFC to see how things would work... can tackle them tomorrow for sure but I have one quick question when you have time - no hurry [14:50:04] when you are on a clean master branch somewhere can you do a git submodules udpate --init and see if the ipsec lib populates for you? [14:50:19] the checked in commit # is correct but I get a message about it not being advertised or some shit like that [14:50:53] it works fine for me [14:51:33] I had this problem on the build pool. try git submodule sync [14:55:00] It also works fine for my personal repo, so I'm not sure what's different about the git setup for you and the build pool, but it seems to work in the build pool at least after the sync call. [14:55:04] will try, thanks. I had to go into the subdir and checkout the commit but its probably something to do with the fact that I had this repo there already - even though I thought I cleaned it up [14:55:06] anyways.... [14:55:33] the other 'small' thing. To test the crypto patch, the build has to happen with "--with-crypto", how do I do that in the test pool? [14:55:56] bwalker, I'm glad it worked for you! [14:56:30] in autotest_common.sh [14:56:37] add a check for whether the user enabled crypto [14:56:47] ahh, duh. thanks [14:56:49] and if they did, update config_params to add --with-crypto [14:57:11] for the test pool actually [14:57:15] you may as well just always turn it on [14:57:18] OK, next one since we're on a roll... the dpdk tweaks I saw landed, does the submodule commit on master need to be updated to pick them up? [14:57:26] yes [14:57:45] OK, that explains that :) [14:58:17] probably make a patch that moves the dpdk submodule pointer, then rebase your other patches on top of that [14:58:58] I'll push something tonight or in the morn, thanks! [15:00:22] sethhowe, fyi the submodule sync fixed my problem, thanks [15:00:45] Awesome! Glad to help [15:08:32] bwalker, ahh, might as well do it now... https://review.gerrithub.io/#/c/spdk/spdk/+/419916 [15:14:17] ahh hell, scratch that one. Just found one more setting that needs to be updated [15:35:41] *** Quits: alekseymmm (050811aa@gateway/web/freenode/ip.5.8.17.170) (Quit: Page closed) [16:09:54] *** Quits: philipp-sk (~Philipp@ktnron0916w-lp130-02-76-66-162-159.dsl.bell.ca) (Ping timeout: 244 seconds) [16:11:25] *** Quits: peter_turschm (~peter_tur@64.20.177.245) (Remote host closed the connection) [16:13:37] *** Joins: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) [16:18:12] sethhowe: I removed Jenkins-CI's result manually and waited it ran again. However no progress. https://review.gerrithub.io/#/c/spdk/spdk/+/419553/ how should I do about this? [16:19:28] If update is required, I will do it. [16:20:07] I'm not actually sure how to request a re-run in the new build system - I know for the old one we'd just remove the verified -1 [16:20:52] I will retrigger it manually from jenkins. [16:21:33] Jenkins triggers off of upload whereas the chandler build pool triggers off of the verfied flag [16:22:56] Seth, Ben, thank you. OK, I'll update basically from next because I can't ask you each time. [16:25:27] I think that there are better ways we can manage this from Jenkins in the future. Thanks for bringing this up, we're always working on improving the test pool. [17:04:46] *** Quits: kjakimia (~kjakimia@134.134.139.72) (Ping timeout: 268 seconds) [17:06:58] *** Quits: peluse (~peluse@134.134.139.72) (*.net *.split) [17:06:58] *** Quits: sethhowe (sethhowe@nat/intel/x-nrveibqxlgfvzccr) (*.net *.split) [17:06:58] *** Quits: lgalkax (~lgalkax@134.134.139.72) (*.net *.split) [17:06:58] *** Quits: tsg (~tsg@134.134.139.72) (*.net *.split) [17:09:09] *** Joins: johnmeneghini (~johnmeneg@pool-100-0-53-181.bstnma.fios.verizon.net) [17:09:54] *** Joins: kjakimia (~kjakimia@134.134.139.72) [17:15:51] *** Joins: peluse (~peluse@134.134.139.72) [17:15:52] *** Joins: sethhowe (sethhowe@nat/intel/x-nrveibqxlgfvzccr) [17:15:52] *** Joins: lgalkax (~lgalkax@134.134.139.72) [17:15:52] *** Joins: tsg (~tsg@134.134.139.72) [17:15:52] *** verne.freenode.net sets mode: +o peluse [17:46:09] *** Quits: lyan_ (~lyan@2605:a000:160e:2dd:4a4d:7eff:fef2:eea3) (Quit: Leaving) [19:20:15] *** Quits: johnmeneghini (~johnmeneg@pool-100-0-53-181.bstnma.fios.verizon.net) (Quit: Leaving.) [20:42:45] *** Quits: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) (Ping timeout: 252 seconds) [22:11:05] *** Joins: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) [22:43:12] *** Quits: Shuhei (caf6fc61@gateway/web/freenode/ip.202.246.252.97) (Ping timeout: 252 seconds) [23:07:01] *** Joins: dlw (~Thunderbi@114.255.44.143) [23:11:54] *** Joins: tomzawadzki (~tomzawadz@134.134.139.74)